Aller au contenu
wheremyflow
Fonctionnalités Tarifs Comparatif Manifeste Aide Audit Contact Démo Connexion

WordPress install

The easiest way: use the official wheremyflow plugin. One checkbox, no code to touch.

  1. Download the plugin from the Integration tab of the dashboard, _Platforms → WordPress_ section.
  2. In WordPress: _Plugins → Add New → Upload Plugin_. Select the .zip.
  3. Activate the plugin.
  4. Go to _Settings → wheremyflow_. The data-site is 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>.

  1. In WordPress: _Appearance → Theme File Editor_.
  2. Pick header.php in the right column.
  3. Paste your snippet right before </head>:
<script defer src="https://wheremyflow.com/w.js" data-site="YOUR_SITE_ID"></script>
  1. 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).