Skip to content

WordPress install

Install the Chatevo widget on WordPress by adding the embed script to your theme or a header/footer plugin.

  1. AppearanceTheme File Editor (or child theme footer.php).
  2. Paste before </body>:
<script
src="https://widget.chatevo.ai/chat.js"
data-deployment-id="YOUR_DEPLOYMENT_ID"
async
></script>
  1. Save and view the front end.

Prefer a child theme so updates do not wipe the snippet.

Use any “Insert Headers and Footers” or “Custom Code” plugin:

  1. Install plugin → Footer section.
  2. Paste the embed script.
  3. Save — loads on all pages.

For a single landing page, add a Custom HTML block with the script only if that page should show chat.

If using JWT verification, enqueue a small script that passes the token for logged-in users — typically from wp_localize_script with a server-generated JWT.

  1. Open site in incognito on production domain.
  2. Confirm widget loads — if not, see Widget not loading.
  3. Test a message and tool-backed reply if applicable.