🚀
HeyMint Launchpad
  • Welcome to HeyMint Launchpad!
  • Introduction
    • Setting up your collection
    • ERC-721(A) vs ERC-1155
    • FAQ
      • What to do when the deployment wallet was hacked?
    • Deploy Proxy Contract
    • Manage Access
  • Pricing
    • How the HeyMint Fee works
    • Basic Plan
    • Plus Plan
    • Premium Plan
  • Create a ERC-721A Collection
    • Set up smart contract
    • Art & Metadata
      • Create layer files
      • Generate art
      • Set Token Name
      • Set up pre-reveal image
      • Generate metadata
      • (Advanced) Upload art & metadata
      • (Advanced) Set token URI
      • Upload & Pin to IPFS using Pinata
    • Manage smart contract
      • Before deployment
        • Affiliate Minting
          • Affiliate Earnings
        • Enforced Royalties
        • (Presale only) Set up allowlist
        • Advanced features
          • Free Claim
          • Burn to Mint Feature
            • Creating a Burn to Mint Collection
            • Map URI to first burn token ID
        • Deployment (Testnet)
        • How to get ETH on Testnet
        • What to test on Testnet
        • Deployment (Mainnet)
      • After deployment
        • Verify contract
        • Start/stop public sale/presale
          • Allowlist Checker
        • Set up mint website
          • Use HeyMint mint page
            • Warpcast Integration for Mints
          • Use mint button embed
            • Website builder incompatibility
        • Set up credit card payment
          • Mint Using a Credit Card
        • Reveal art
        • Withdraw your funds
        • Enable Burn to Mint
          • Set up burn to mint page
          • Start/stop burn to mint feature
    • Create a ERC-721A collection using generated Art
      • Tokens (Beta)
  • Create a ERC-1155 collection
    • Set up smart contract
    • Upload assets to IPFS
    • Manage smart contract
      • Before deployment
        • (Presale only) Set up allowlist
        • Deployment (Testnet)
        • What to test on Testnet
        • Deployment (Mainnet)
      • After deployment
        • Verify contract
        • Start/stop presale/public sale
        • Set up mint website
        • Withdraw your funds
  • After creating a collection
    • Set up a collection in marketplaces
      • Minting an NFT
      • Airdropping/gifting an NFT
  • HeyMint Buttons
  • Migrate
    • HeyMint Launchpad Closure Announcement, FAQs, and Migration Guide
      • ERC-1155 Migration Guide
Powered by GitBook
On this page
  • Design embed button
  • Embed code
  • Test mint button

Was this helpful?

  1. Create a ERC-721A Collection
  2. Manage smart contract
  3. After deployment
  4. Set up mint website

Use mint button embed

PreviousWarpcast Integration for MintsNextWebsite builder incompatibility

Last updated 1 year ago

Was this helpful?

If you already have your website and want to keep your holders in your branded site, you can use mint button embed feature.

Select the following option to get started.

Design embed button

Launchpad lets you fully customize the mint button so that it will match with the branding of your website.

You can customize following properties for enabled/disabled states:

  • Background color

  • Text color

  • Font

  • Radius

  • Label for the button

Once you finish customizing, hit "Save design settings & get embed code" to save the settings.

Embed code

You will find the embed code that is unique to your project. Click "Copy to clipboard" to copy the code and paste in the website builder where you want to show the button.

Using Wix?

Wix requires you to have <body> tag around the snippet to make it work. Add <body> at the beginning and add </body> at the end of snippet.

<body>
  <script
    defer
    src="https://launchpad.heymint.xyz/api/embed.js"
    data-project-id="30"
    data-chain="ETH_GOERLI"
  ></script>
</body>

Test mint button

At the end of the page, you can see "Test mint button", by clicking the button, it will take you to preview of the mint button.

From the preview mint button, you can test mint one of your NFTs and see the exact behavior your collector will see in the mint.

You can confirm your transaction and finish testing your mint!