Install the chat widget on Wix

August 26, 20260 views
Copy the installation code from Settings → AI Tools → AI Chat Agent in TalkRev, then in Wix go to Settings → Custom Code, paste it, set Add Code to Pages to All pages and Place Code in to Body – end, and click Apply.

Before you start

Wix Custom Code requires a Premium plan with a connected domain. On a free Wix site the option is not available.

Get your code

  1. In TalkRev, go to Settings → AI Tools and open the AI Chat Agent tab.
  2. Scroll to Installation Code and click Copy.
The Installation Code panel in Settings → AI Tools → AI Chat Agent, showing the generated script tag and the Copy button.

The snippet already contains your organization's details:

<script
    src="https://chat-agent.talkrev.ai/talkrev-widget.js"
    data-tenant-id="your-organization"
    data-base-url="https://chat-agent.talkrev.ai"
    data-dashboard-url="https://agent.talkrev.ai">
</script>

Always copy it from the dashboard rather than typing it by hand. If you see YOUR_TENANT_ID in the code instead of your organization name, your organization has no slug yet — contact TalkRev support before continuing.

Paste it into Wix

  1. In your Wix dashboard, go to Settings → Custom Code.
  2. Click Add Custom Code.
  3. Paste the snippet into the code box.
  4. Under Add Code to Pages, choose All pages.
  5. Under Place Code in, choose Body - end.
  6. Click Apply.

Check it worked

Reload your live site — not the Wix editor preview. The chat bubble appears in the bottom-right corner within a few seconds.

If nothing appears, the most common cause is that chat is switched off for your organization. See The chat widget doesn't show on my site.

Was this article helpful?

Your feedback helps us improve our documentation