TidySupport works on any website that allows custom HTML — Wix, Ghost, Hugo, Gatsby, and more.
This guide covers:
Wix
Ghost
Hugo
Gatsby
Jekyll
Carrd
Notion Sites
Custom HTML
Find your workspace ID in the TidySupport Dashboard under Settings → Widget.
Add this script tag anywhere in your HTML, ideally just before the closing </body> tag. Every website platform has a way to add custom HTML — look for settings called "Custom Code", "Code Injection", or "Header/Footer Scripts".
<script src="https://cdn.tidysupport.com/widget.js" data-workspace-id="YOUR_WORKSPACE_ID" async></script>Replace YOUR_WORKSPACE_ID with your actual workspace ID from the TidySupport dashboard.
Save and reload your page. The chat bubble should appear in the bottom-right corner of your site.
If the chat bubble does not appear, check these common issues:
Wrong workspace ID — make sure you copied the correct ID from your TidySupport dashboard.
Changes not saved or published — some platforms require you to explicitly publish after saving.
Browser cache — try a hard refresh or test in an incognito window.
Content Security Policy — if your site has a CSP header, add cdn.tidysupport.com to the allowlist.
Next article
How to identify users with the Events API