Visitor counter for GitHub Pages
GitHub Pages serves your files as they are, so the code goes straight into the page. Markdown pages built with Jekyll work as well: its Markdown converter passes raw HTML through, including the script tag.
Step by step
- Pick a design on Stats4U and copy the code from the HTML tab.
- For a counter on every page, put it into the layout – for example _layouts/default.html or _includes/footer.html – just before </body>.
- For a single page, paste it into the .html or .md file where the counter should appear.
- Commit and push. The site is rebuilt after a short while.
The code
Tab for this platform: HTML
<script src="https://www.stats4u.net/s4u.js"
data-id="12345" data-style="3903" async></script>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.
Good to know
- BBCode does not work here. Use the HTML or the HTML <img> tab.
Guides for other platforms
- 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.
- 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.