# Webring

The Tinylytics webring is a hand-curated ring of personal sites. Every click on the widget sends a reader to a random other member, which is a very old way of finding things and still a much better one than most. Join from **Settings → Public & Webring**.

```html
<script defer src="https://tinylytics.app/embed/YOUR_EMBED_CODE.js?webring"></script>
<a href="" class="tinylytics_webring">🕸️💍</a>
```

Leave `href` empty and the script fills it in. The link text is entirely yours — the spider and ring above are just a convention, not a requirement.

## With avatars

If you would rather show who you are sending people to, the avatar variant adds their picture to the link:

```html
<script defer src="https://tinylytics.app/embed/YOUR_EMBED_CODE.js?webring=avatars"></script>
<a href="" target="_blank" class="tinylytics_webring">
  🕸️<img class="tinylytics_webring_avatar" src="" style="display: none" alt="" />💍
</a>
```

The image starts hidden deliberately, so a broken placeholder never flashes before the real one arrives. The script sets `src` and `srcset` — 100×100, with a 200×200 for retina screens — and then reveals it.

The ring is for personal sites, and we review every membership by hand. That review is the whole point: a ring nobody curates stops being worth clicking within a month.