Webflow install
- In Webflow Designer: open _Project Settings_ (gear icon, bottom left).
- _Custom Code_ tab.
- In the _Head Code_ area, paste:
<script defer src="https://wheremyflow.com/w.js" data-site="YOUR_SITE_ID"></script>
- _Save Changes_, then _Publish_ the site.
#Notes
- _Head Code_ applies to every page. No need to paste per page.
- In Designer preview, the snippet doesn't run — you must publish to test it.
- CMS pages (Collection Pages) inherit the global
<head> automatically.