Webflow
Method 1 — Site-wide (all pages)
- Open your Webflow project
- Go to Project Settings → Custom Code
- Paste the script in the Footer Code section
- Click Save Changes
- Publish your site (changes only go live after publish)
html
<script src="https://cdn.signalog.co/widget.js" data-site-id="YOUR_SITE_ID"></script>Method 2 — Specific page only
- Open the page in the Webflow Designer
- Click the Page Settings icon (gear icon near the page name)
- Scroll to Custom Code → Before
</body>tag - Paste the script tag
- Save and publish
Note on Webflow interactions
The Signalog widget loads asynchronously and does not interfere with Webflow's Interactions or Animations. No additional configuration is required, and there are no conflicts with the IX2 engine.
Webflow Editor mode
The widget will not appear when you're viewing your site through the Webflow Editor (the in-place editing tool). It only appears on the published site, which is the correct behavior — visitors see the widget, editors don't.