Install guide
Add e-ZeeInternet to Webflow
Webflow has built-in custom code slots, so no template edits needed. Pick site-wide for everything, or per-page for a single page.
- 1
1. Copy your snippet
Create a tracker in e-ZeeInternet and copy the tag below (replace YOUR_SITE_ID).
<script async src="https://e-zeeinternet.com/t.js" data-site="YOUR_SITE_ID" data-mode="cookieless"> </script> - 2
Method A — Site-wide (recommended)
Webflow Designer → Project Settings → Custom Code. Paste into Head Code (tracking-only) or Footer Code (with visible counter). Save Changes.
- 3
Method B — Single page
Open the page → Page Settings (gear icon) → Custom Code. Paste into Inside <head> tag or Before </body> tag. Save.
- 4
2. Publish & verify
Custom code only runs on the published site. Click Publish, then open your live domain in a private window and confirm the hit.
Notes
- Placement: anywhere inside the <body> tag works for both tracking and the visible counter. If you only use tracking (no on-page counter), the snippet can also live in the <head>.
- Custom code requires a paid Site plan — free Webflow sites can't inject scripts.