Add live chat to your Framer site using Framer's custom code feature.
Open the project you want to add live chat to in the Framer editor.
Click the Settings icon (gear) in the top right corner of the Framer editor. Navigate to General → Custom Code.
In the "End of <body>" section, paste the TidySupport script.
<script src="https://cdn.tidysupport.com/widget.js" data-workspace-id="YOUR_WORKSPACE_ID" async></script>Replace YOUR_WORKSPACE_ID with your workspace ID from Settings → Widget in your TidySupport dashboard.
Click Save, then publish your site. The chat bubble will appear on all pages of your Framer site.
Next article
How to identify users with the Events API