← All help

Help · Add to Wix

How to add OhhChats to Wix

Add the OhhChats chat bubble to your Wix site through Settings → Custom Code. Takes about 5 minutes.

What you'll need

  • A Wix site you can manage (Admin).
  • A paid Premium plan with a connected domain — custom code only runs once your site is published on your own domain. {{CONFIRM}} the exact Premium tier.
  • Your OhhChats snippet (below).

Plan requiredCustom code needs a paid Premium plan and a connected domain. It won't run on a free wixsite.com address. {{CONFIRM}} the exact tier.

Your OhhChats snippet

<script
  src="https://ohhchats.onrender.com/widget.js?siteId=YOUR_SITE_ID"
  data-site-id="YOUR_SITE_ID"
  async></script>

Use your own snippetCopy the exact line from your OhhChats dashboard — it carries your unique site ID (shown here as YOUR_SITE_ID). {{CONFIRM}}: the host above (ohhchats.onrender.com) is the address used in this codebase — confirm the production widget domain before publishing these articles.

  1. Open Settings

    From your Wix Dashboard, open Settings.

    Wix dashboard with the Settings area open/help/img/wix-01-settings.pngDashboard → Settings
  2. Open Custom Code

    Under Development & integrations, click Custom Code.

    Wix Settings showing the Custom Code option under Development and integrations/help/img/wix-02-custom-code.pngSettings → Custom Code
  3. Add a new code snippet

    Click + Add Custom Code (top right), then paste your OhhChats snippet into the code box.

    Wix Add Custom Code panel with the OhhChats snippet pasted in/help/img/wix-03-add-code.png+ Add Custom Code → paste
  4. Choose where it loads

    Under Add Code to Pages choose All pages and Load code once. Under Place Code in choose Body – end. Give it a name like "OhhChats".

    Wix custom code placement set to All pages and Body end/help/img/wix-04-placement.pngAll pages · Body – end
  5. Apply, then check it worked

    Click Apply. Now open your live site (publish first if prompted) and refresh — the OhhChats bubble should appear in the corner.

    OhhChats chat bubble visible on the live Wix site/help/img/wix-05-live-test.pngBubble live on your site

Troubleshooting

There's no Custom Code option

Custom Code requires a paid Premium plan with a connected domain. Free sites can't run custom code.

The bubble isn't showing

Confirm the snippet is set to All pages / Body – end and the toggle is on, then republish your site.

Changes aren't live

Click Apply, then Publish your site — custom code shows on the published, domain-connected site.

Source: Steps based on official docs — Wix — Embedding custom code on your site. (Reference note for accuracy; safe to remove.)