- /
-
- The Old Ways /
- Webrings
Webrings
OP lets you make and manage your own webrings
Last modified 2025-09-10
How to Make a Webring with OP
It's really easy! The instructions are very simple. If we tried to explain more here, we'd just be repeating ourselves, so go check the official docs.
If you want to get into greater detail, you can watch one get made and used as an API filter in this video.
This site is part of some webrings
Here's one:
Bonus, experimental feature
This is still being polished, but we made a web component for the standard "prev / next / random" webring link. This works off the API so you don't need to know who your neighbors are to use this. Just drop it in. Here's the code
<web-ring server="octothorp.es" href="https://docs.octothorp.es/dev-webring" title="Octothorpes Dev Webring"></web-ring>
and that becomes
If you want to try it yourself, you can use it if you include the following code in your page's head
:
<script
async="" defer="" type="module"
src="https://octothorp.es/tag.js"></script>