Install Web-Tracking.eu on WordPress
Install the official Web-Tracking.eu plugin from the WordPress.org plugin directory, then paste your Site ID. Done.
Install from WordPress (one click)
The plugin is in the official WordPress.org directory. From your WordPress admin:
- Plugins → Add New
- Search for Web-Tracking.eu
- Click Install Now, then Activate
Can't find it in search? Upload the ZIP manually
WordPress.org's search index can take up to a few days to catch new plugins. Until then, install via direct upload:
- Download the ZIP:
- In WordPress: Plugins → Add New → Upload Plugin
- Choose
web-tracking-eu.zip→ Install Now → Activate
Enter your Site ID
After activation: Settings → Web-Tracking.eu in the sidebar.
Find your Site ID in the Web-Tracking.eu dashboard: it's shown at the top of every site's settings page (looks like cmn1v5apo0000z2rsc1mvn214).
Paste it, save, and you're tracking. The plugin handles everything else — script injection, admin exclusion, custom domain support.
Verify it's working
Visit your site once (in a different browser or incognito to avoid your own admin-exclusion). Within a few seconds the event will appear in your Web-Tracking.eu dashboard.
If nothing shows up:
- Make sure the Site ID matches exactly
- Disable the "exclude admins" checkbox temporarily and try again
- Check your browser console for CSP errors
Prefer no plugin? Paste manually
You can also add the script directly to your theme's header.php just before </head>:
<script src="https://web-tracking.eu/api/t.js?site=YOUR_SITE_ID" defer></script> Replace YOUR_SITE_ID with the ID from your dashboard. Use a child theme so theme updates don't overwrite your changes.
Verify it's working
- Open your site in a private/incognito window.
- Visit any page on the site.
- Open the Web-Tracking.eu dashboard for this site.
- 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.