← All help

Help · Add to Framer

How to add OhhChats to Framer

Add the OhhChats chat bubble to your Framer site via Site Settings → Custom Code. Takes about 5 minutes.

What you'll need

  • A Framer project you can edit and publish.
  • A paid Framer site plan — custom code only publishes after you upgrade from the free plan. {{CONFIRM}} the exact minimum tier (e.g. Mini).
  • Your OhhChats snippet (below).

Plan requiredCustom code publishes only on a paid Framer site plan. {{CONFIRM}} the exact minimum 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 Site Settings

    In the Framer editor, open Site Settings (the gear icon, top left).

    Framer editor with Site Settings open/help/img/framer-01-site-settings.pngEditor → Site Settings
  2. Find Custom Code under General

    Go to General → Custom Code. You'll see four boxes: Start of <head>, End of <head>, Start of <body>, End of <body>.

    Framer General settings showing the four Custom Code boxes/help/img/framer-02-custom-code.pngGeneral → Custom Code
  3. Paste into End of

    Paste your OhhChats snippet into the End of <body> tag box.

    OhhChats snippet pasted into Framer's End of body custom code box/help/img/framer-03-paste-snippet.pngPaste into End of <body>
  4. Publish

    Click Publish (top right) → Update. Custom code only runs on the published site, not in the editor.

    Framer Publish dialog with the Update button/help/img/framer-04-publish.pngPublish → Update
  5. Check it worked

    Open your live published site and refresh — the OhhChats bubble should appear in the corner.

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

Troubleshooting

I can't publish with custom code

Custom code requires a paid site plan. Upgrade the site, then publish.

The bubble isn't showing

Re-publish (Publish → Update). Custom code doesn't run inside the Framer editor preview — check the live URL.

Source: Steps based on official docs — Framer — How to add custom code. (Reference note for accuracy; safe to remove.)