How To Build A Custom Minting Page For Your Next Drop On Zora
Our portfolio toolkit makes it easy to create a custom website that scales with your creative ambitions. Build a custom mint page for your next Zora drop. Curate intimate experiences & exhibit everything you love on your custom domain name.
The Embed element allows you to insert custom HTML, CSS, and even Javascript code practically anywhere on a site (including its <head>
element).
here's how to do it:
Click Add Element
Click Embed to create a new Embed element.
Set Type to Code.
In Zora's Creator Toolkit find your drop in the collection management dashboard, navigate to the develop tap, style the embed to your liking and copy the code. Set Code to the custom code you'd like to insert.
(Optional) Set Label to something that helps identify this particular embed (eg. My Widget Code).
Choose the embed's Style:
Inline to insert your code exactly where the embed appears on the site (just like any other element).
Hidden to insert your code in one of three specific locations: Head for the site's
<head>
element, Body Top for just after the site's opening<body>
tag, or Body End for just before the site's closing</body>
tag. Since this effectively publishes the embed outside the normal element flow, feel free to move it somewhere more convenient (to the very end of the site, for example).
You're done! Your custom code should now be visible on the published site. Note that the embed element will not actually output anything in the builder so you'll need to publish the site to see it in action.