mirror of
https://github.com/tildeclub/site.git
synced 2026-08-25 19:59:24 +00:00
Software words and website words are capitalized (or, as another option, all caps), articles in the "tilde.club" category must have most words capitalized (may capitalize word in case of doubt), and the rest of the titles must have first word, of the title, capitalized, with the rest of the (non-software) words, of the title, all lowercase. Signed-off-by: keyboardan <keyboardan@tilde.club>
1.3 KiB
1.3 KiB
title, author, category
| title | author | category | ||
|---|---|---|---|---|
| Page counter (counter.tilde.club) |
|
software |
Image-digit hit counter for your tilde page. Drops in with one <script> tag and increments on each load.
Quick start
Put this where you want the digits to render (footer is common):
<script src="https://counter.tilde.club/?page=home&user=<your_username>"></script>
What to know
- Counts are keyed by (page, user). Use a unique
pageper page (home,about,guestbook). - Digits are zero-padded to 4 (e.g.,
0042). - Counts every load (not unique visitors).
- Requires JavaScript.
URL parameters
page(required): letters/numbers/._-only.user(required): your tilde username (no~).style(optional): digit theme (defaultweb1).ext(optional): image extension (defaultgif).
Example with options:
<script src="https://counter.tilde.club/?page=about&user=<your_username>&style=7seg&ext=gif"></script>
Available styles
57chevy, 7seg, bbldotg, bellbtm, blgrv, cntdwn, computer, ds9, fdb, led, marsil, sbgs, web1
Troubleshooting
- No digits: open the script URL directly -- fix invalid
page/useror typos. - Broken images: ensure
styleexists andext=gif. - Shared counts: give each page a distinct
pagevalue.