Visitor counter guides for your platform
Where the code goes depends on where your page lives. Pick your platform: each guide has the exact steps, the right form of the code and what to watch out for.
Choose your platform
- WixEmbed HTML in the Wix Editor or Embed Code in Wix Studio – and why Wix shows a different address in your statistics.
- WordPressA Custom HTML block on your own WordPress; the HTML <img> tab on the free WordPress.com plan.
- BloggerThe HTML/JavaScript gadget puts the counter on every page of the blog.
- Google SitesInsert → Embed → Embed code in the new Google Sites.
- chomikuj.plThe profile description accepts pictures but no scripts – so the HTML <img> version goes in.
- GitHub PagesStraight into the HTML file or the Jekyll layout – Markdown pages work too.
- JimdoThe Widget/HTML element in Jimdo Creator – and why the newer Jimdo website builder has no place for it.
- NeocitiesInto the HTML of your page, with 88×31 buttons for your button wall.
- Forums & profilesBBCode for forum signatures and game profiles, HTML <img> where HTML is allowed.
One counter, four tabs of code
- HTML – the default, a short script. Besides counting, it reports which of your pages was visited.
<script src="https://www.stats4u.net/s4u.js" data-id="12345" data-style="3903" async></script>- HTML <img> – a plain picture with a link. Works wherever pictures from other websites are allowed, even where scripts are removed.
<a href="https://www.stats4u.net/live/12345"><img src="https://www.stats4u.net/c/12345-3300.png" alt="Visitor counter"></a>- Markdown – the same picture for editors that take Markdown.
[](https://www.stats4u.net/live/12345)- BBCode – for forums and profiles that only accept BBCode.
[url=https://www.stats4u.net/live/12345][img]https://www.stats4u.net/c/12345-3306.png[/img][/url]
The wizard shows these four tabs right above your code. In this example the counter number is 12345 and the design is a sample. The wizard gives you your own number and the design you pick.