[Ethereum] Integrating MetaMask function into Wix Website

javascriptmetamask

I am currently working in part on an NFT project, and I am the web designer for it. Most things are coming together nicely, yet I am now experiencing issues with MetaMask integration. I'm not a seasoned coder, and if at all possible, would rather not learn at the moment, but I can't at all figure out how to integrate MetaMask into Wix. I haven't tried much, nor do I really know what I've tried, but I know Wix uses JS in their Velo and Editor X softwares, both of which I am capable of using. If anyone has experience, or knows how to do this, please let me know and I would be more than happy of trying whatever y'all think works!
Thanks,
Allen

Best Answer

There is a way to do it. You will have to create a domain that will allow HTTPS (Vercel is an example) host your MM code on the HTTPS site. On wix create a HTTPS iframe, and embed the site that host your MM code. I did it for a project that was on a Wix site. In this instance, I used Bubble's Web3/MM functionality and embedded it to this site: www.happylittleHairdos.com

Use https://metamask.github.io/metamask-deeplinks/ to deep link your site to auto open the MM app

Related Topic