1 minute

Install Web-Tracking.eu on WordPress

Use the official Web-Tracking.eu plugin to drop cookieless analytics into any WordPress site without touching theme files.

1

Download the plugin

The plugin is published on GitHub and the WordPress.org submission is in progress.

WordPress.org submission coming soon — once approved you'll be able to install directly from Plugins > Add New.

2

Upload to WordPress

In your WordPress admin: Plugins > Add New > Upload Plugin. Choose the ZIP file you just downloaded and click Install Now, then Activate.

Screenshot: WordPress plugin upload screen
3

Enter your site ID

Open Settings > Web-Tracking in the WordPress admin sidebar. Paste your site ID from the Web-Tracking.eu dashboard and save.

Screenshot: Web-Tracking settings page
4

Prefer no plugin? Paste manually

If you'd rather not install a plugin, edit your theme's header.php and add this just before the closing </head> tag:

<script src="https://web-tracking.eu/t.js?site=YOUR_SITE_ID" defer></script>

Replace YOUR_SITE_ID with the ID from your dashboard. A child theme is recommended so updates don't overwrite your changes.

Verify it's working

  1. Open your site in a private/incognito window.
  2. Visit any page on the site.
  3. Open the Web-Tracking.eu dashboard for this site.
  4. The Realtime view should show your visit within 5–10 seconds.

Having trouble?

  • No data showing: Confirm the script is in the page source (View Source > search web-tracking.eu/t.js).
  • Wrong site ID: Double-check the ID matches the one in your dashboard. IDs are case-sensitive.
  • Ad blocker: Web-Tracking.eu is privacy-friendly, but some aggressive blockers still hide it. Test in a fresh browser.
  • Caching: Many platforms cache the page HTML. Purge your cache after install.
  • Still stuck? Email hello@web-tracking.eu with your site URL.
← Back to install hub