🚀
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

Was this helpful?

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

Website builder incompatibility

PreviousUse mint button embedNextSet up credit card payment

Last updated 1 year ago

Was this helpful?

Integrating mint buttons into websites can be challenging with certain website builders. These challenges arise due to the embedding methods used, resulting in compatibility issues with Metamask.

Website builders use different embedding techniques, such as iframes, which can hinder mint button interaction with Metamask. As a result, the wallet may not be automatically detected, prompting users to scan instead.

Reasons for Incompatibility:

  1. Isolated Embedding: Iframes isolate code snippets, preventing direct communication between mint buttons and Metamask.

  2. Varied Approaches: Different website builders handle code snippets differently, leading to compatibility challenges.

Look for website builders known to be compatible with mint button embeddings, such as Wix, Google Sites, or WordPress.

Integrating mint buttons in websites can be challenging with certain website builders. Isolated embedding and varied approaches to code snippets can hinder interaction with Metamask and for some, It can also affect the window size for the embedded button. To make sure that it is a Builder incompatibility issue you can look at the source of the site and look and see if the button is a descendent of an iframe. here's a on how to check the source of your site.

video