Documentation
Install on WordPress
Add the EmbedMyBot AI chatbot to your WordPress website with one script tag.
Adding EmbedMyBot to WordPress takes about a minute — you paste the same universal script tag into your site's HTML. Copy your snippet from the dashboard's install screen (it already includes your Chatbot ID).
html
<!-- EmbedMyBot AI Chatbot -->
<script
async
src="https://www.embedmybot.com/widget.js"
data-chatbot-id="YOUR_CHATBOT_ID"
data-lazy="true"
></script>Steps for WordPress
- In your WordPress admin, install a code-insertion plugin like WPCode or Insert Headers and Footers (or open Appearance → Theme File Editor).
- Open the plugin's Footer / Body section (or
footer.php). - Paste the snippet just before the closing
</body>tag and save. - Visit your site — the chat bubble appears in the corner.
The widget appears on every page the code loads on. Use targeting options to limit it to specific pages or devices.