5 minutes
Install Web-Tracking.eu on Joomla
Use a Custom HTML module assigned to the head position, or paste directly into your template's index.php.
1
Open Module Manager
In Joomla admin go to Content > Site Modules > New > Custom.
Screenshot: Joomla Custom HTML module creation
2
Configure the module
- Title: Web-Tracking.eu
- Show Title: Hide
- Position: Choose a head/script position your template supports — or use a Code Mirror template that exposes
head - Status: Published
3
Paste the script
In the editor, switch to Code view and paste:
<script src="https://web-tracking.eu/t.js?site=YOUR_SITE_ID" defer></script> Replace YOUR_SITE_ID with your dashboard ID. Save & Close.
4
Alternative: edit index.php directly
If your template doesn't expose a head position, edit templates/YOUR_TEMPLATE/index.php and add the script tag inside the <head> block. Make a backup before editing.
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.