Copianto integrates smoothly with Webflow via custom code injection, adding a fast, cache-busting script and stylesheet that render the chat widget across your site.
Site-wide Configuration Setup (recommended)
Open Webflow Dashboard → Your Project → Settings.
Click the Custom Code tab.
In Before
</body>
tag, paste the full Copianto snippet.Replace
demo-public-key-12345
with your real Public Key.Click Save Changes.
Publish your site (custom code only runs on published domains).
Test in an incognito window; start a chat to confirm it appears in your Copianto dashboard.
Page-specific Configuration Setup (optional)
Open Designer → navigate to the page.
Add an Embed element where allowed.
Paste the same snippet and replace the Public Key.
Publish and test the page.
Notes: The script appends Copianto’s CSS/JS with a timestamp to avoid caching and inserts a
div
with your Public Key near the start of the body for visibility.Tip: Custom code in Project Settings requires a Site plan; page-level Embed is a good fallback for testing.