# Website builder incompatibility

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.&#x20;

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.\
![](/files/eDuoB7JzCPnGZ4i8hYQ3)

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 [video ](https://drive.google.com/file/d/1PfEbQboKRxWpaqdOm4_s48wO6e4kJuo2/view?usp=sharing)on how to check the source of your site.<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.launchpad.heymint.xyz/creators/manage-smart-contract/after-deployment/set-up-mint-website/use-mint-button-embed/website-builder-incompatibility.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
