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.
Open Settings
From your Wix Dashboard, open Settings.
/help/img/wix-01-settings.pngDashboard → SettingsOpen Custom Code
Under Development & integrations, click Custom Code.
/help/img/wix-02-custom-code.pngSettings → Custom CodeAdd a new code snippet
Click + Add Custom Code (top right), then paste your OhhChats snippet into the code box.
/help/img/wix-03-add-code.png+ Add Custom Code → pasteChoose 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".
/help/img/wix-04-placement.pngAll pages · Body – endApply, 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.
/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.)