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

  1. In your WordPress admin, install a code-insertion plugin like WPCode or Insert Headers and Footers (or open Appearance → Theme File Editor).
  2. Open the plugin's Footer / Body section (or footer.php).
  3. Paste the snippet just before the closing </body> tag and save.
  4. 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.