Help · Add to Webflow
How to add OhhChats to Webflow
Add the OhhChats chat bubble to your Webflow site via Site Settings → Custom Code. Takes about 5 minutes.
What you'll need
- A Webflow project you can edit and publish.
- A paid Webflow Site plan — site-wide custom code requires a Basic Site plan or higher (it isn't available on the free/Starter plan).
- Your OhhChats snippet (below).
Plan requiredSite-wide custom code needs a paid Site plan (Basic or higher).
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 Site Settings
From your Webflow Dashboard, open your project's Site Settings.
/help/img/webflow-01-site-settings.pngDashboard → Site SettingsOpen the Custom Code tab
Click the Custom Code tab.
/help/img/webflow-02-custom-code.pngSite Settings → Custom CodePaste into Footer Code
Paste your OhhChats snippet into the Footer Code box (this loads just before </body>), then click Save Changes.
/help/img/webflow-03-footer-code.pngFooter Code → SavePublish
Click Publish and confirm. Custom code only goes live after you publish.
/help/img/webflow-04-publish.pngPublish your siteCheck it worked
Open your live site (the published URL) and refresh — the OhhChats bubble should appear in the corner.
/help/img/webflow-05-live-test.pngBubble live on your site
Troubleshooting
The Custom Code fields are greyed out
Site-wide custom code requires a paid Site plan (Basic or higher). Add a Site plan, then the fields become editable.
The bubble isn't showing
Did you Publish? Custom code appears on the live site only after publishing — Save Changes alone isn't enough.
Source: Steps based on official docs — Webflow — Custom code in head and body tags. (Reference note for accuracy; safe to remove.)