How do I add the mint button to a Wordpress site?
To add your minting button on a Wordpress site you are going to need to install a plug in that. This is the one most of our users install to embed the mint button into their site: "Code Embed" by David Artiss https://wordpress.org/plugins/simple-embed-code/:~:text=Code%20Embed%20can%20be%20found,%2Dcontent%2Fplugins%2F%20directory.Few readersHow to use the SDK with Wix
Step 1 From the Wix editor page, Add a component and select "Embed a Widget". Wix component Step 2 From the NFT Art Generator website (step 4), copy and paste the source code in the Wix component. Code Example (https://storage.crisp.chat/users/helpdesk/website/20392f98394fae00/screen-shot-2022-02Few readersSDK Sample Code
Use the code below to test the SDK Mint Button. Place this code in the <headof your HTML page. <meta name="nft-art-contract-abi" content="W3sidHlwZSI6ImNvbnN0cnVjdG9yIiwiaW5wdXRzIjpbeyJuYW1lIjoiX3VyaSIsInR5cGUiOiJzdHJpbmciLFew readersHow to use the SDK with Typedream
Instructions on how to embed your mint button on a Typedream website. 1. Insert an Embed component Click "Insert" and select "Embed" Embed Component Paste the SDK source code In the code tab, paste the source code we provide. Paste source code (https://storage.crisp.chat/users/helpdesk/website/20392f98394fae00/screen-shot-2022-03-19-at-1Few readersHow to remove the mint progress from the SDK?
To remove the mint progress (ex: 10/1000) from your website, copy and paste the code below in your HTML page. <style> .nft-art-gen-mint-progress display: none; </style>Few readers