Maker Link Generator

Text displayed after "by". Typically a name or social-media handle.

Link pointing to the image you'd liked displayed.

Link to the address you want users to visit when Maker Link is clicked.

CSS font-family string - any font your site has access to, Maker Link can use.

CSS color string - can be any format (keyword, rgb(a), hsl(a), etc.)


const makerLink = new MakerLink({
  author: "{{ options.author }}",
  photoURL: "{{ options.photoURL }}",
  redirectURL: "{{ options.redirectURL }}",
  brandColor: '{{ options.brandColor }}',
  font: '{{ options.font }}',
});