Skip to content

Webflow

Webflow lets you inject the widget site-wide or on a single page through its Custom Code settings.

In your dashboard, open the chatbot’s Embed & Share tab and copy the code:

<script>
window.pageclerkConfig = {
chatbotId: "YOUR_CHATBOT_ID"
};
</script>
<script src="https://pageclerk.com/api/widget.js" defer></script>
  1. Open your Webflow project and click Site Settings.

  2. In the left navigation, select Custom Code.

  3. Scroll to Footer Code (labeled Before </body> tag).

  4. Paste the PageClerk snippet into the editor.

  5. Click Save Changes.

Click Publish in Webflow and publish to your custom domain or your .webflow.io staging domain. Visit the live site and confirm the launcher appears in the corner.