WordPress install
The easiest way: use the official wheremyflow plugin. One checkbox, no code to touch.
Recommended — Official plugin
- Download the plugin from the Integration tab of the dashboard, _Platforms → WordPress_ section.
- In WordPress: _Plugins → Add New → Upload Plugin_. Select the
.zip. - Activate the plugin.
- Go to _Settings → wheremyflow_. The
data-siteis pre-filled — confirm.
Done. The snippet is injected into <head> on every page automatically.
Manual — header.php
If you'd rather not install a plugin (for example because you keep your theme in Git), paste the snippet directly into your theme's <head>.
- In WordPress: _Appearance → Theme File Editor_.
- Pick
header.phpin the right column. - Paste your snippet right before
</head>:
<script defer src="https://wheremyflow.com/w.js" data-site="YOUR_SITE_ID"></script>
- Click _Update File_.
Heads up: if you update your theme, your edit will be overwritten. Prefer a child theme or a plugin (e.g. _Insert Headers and Footers_).
Verify
Follow the Verify the install guide. For WordPress, also check that:
- You're not running an aggressive cache plugin that strips dynamic
<head>content. - You don't have a "consent" plugin blocking unlisted scripts (our script does not need consent, see Compliance).