✦ Auto-train your AI from your URLTry it free →
DocsInstallation

Install on WordPress

Add the EasyChatWidget chat bubble to your WordPress site in a couple of minutes. The easiest way is a free plugin, no theme code required.

Method 1 - Free plugin (recommended)

  1. 1
    Install a “header & footer scripts” plugin
    From Plugins → Add New, search for WPCode (or “Insert Headers and Footers”), then install and activate it.
  2. 2
    Open the footer scripts area
    Go to Code Snippets → Header & Footer (WPCode), or Settings → Insert Headers and Footers.
  3. 3
    Paste your snippet into the Footer box
    Copy your embed code from the EasyChatWidget dashboard and paste it into the Footer (body) field:
<script
  async
  src="https://easychatwidget.com/widget.js"
  data-widget-id="YOUR_WIDGET_ID"
></script>
  1. 1
    Save
    Click Save Changes. The widget now loads on every page of your site.

Method 2 - Theme footer (advanced)

If you prefer editing theme files, add the snippet before </body> in your theme's footer.php (Appearance → Theme File Editor).

Heads up
Always use a child theme when editing theme files, otherwise your changes are wiped the next time the theme updates. A plugin (Method 1) avoids this entirely.

Verify it works

  1. 1
    Reload your site
    Hard-refresh the page (Ctrl/Cmd + Shift + R) so the new script loads.
  2. 2
    Look for the chat bubble
    It appears in the bottom-right corner. Click it to open the chat panel.
  3. 3
    Send a test message
    If the AI replies, you're connected. The chat also shows up live in the Conversations table on your widget's dashboard page.