Once your chatbot is set up, installing it is just pasting a small snippet into your website. Here's the code, the per-platform instructions, and how to check it works.

In the side menu go to Embed code and copy the script. It looks like this:
<script
src="https://app.chatme.es/widget/chatbot.js"
data-chatbot-id="YOUR_CHATBOT_ID"
data-mode="popup"
data-base-url="https://app.chatme.es"
></script>Paste this just before the closing </body> tag on every page where you want the chatbot to appear.
If your site blocks external scripts (some Shopify themes, for example), use the iframe:
<iframe
src="https://app.chatme.es/widget/embed/YOUR_CHATBOT_ID"
width="380"
height="560"
style="border:none;"
></iframe>The iframe is self-contained and needs no extra configuration.
On WordPress, avoid pasting it directly into footer.php — a theme update could overwrite it. Use a scripts plugin instead.
By default the chatbot works on any domain. To limit it to your site (so nobody can copy your snippet onto another site), add your domains in Embed code → Allowed domains:
mybusiness.com, www.mybusiness.com, app.mybusiness.comLeave it blank to allow all domains.
<body> and not in <head>.data-chatbot-id is correct (copy it again from the dashboard).www. if you use it).Open the ChatME Assistant in your dashboard and paste the console error — it'll help you diagnose it. You can also start with the getting-started guide if you haven't finished setting it up yet.
It's in your dashboard and knows every step. Or book a demo and we'll set it up with you.
Start free