Once you've joined the ring, copy this code snippet into your site:
<webring-banner>
<p>Member of the <a href="https://smallpressring.netlify.app">Small Press Ring</a></p>
<a href="https://smallpressring.netlify.app/prev">Previous</a>
<a href="https://smallpressring.netlify.app/random">Random</a>
<a href="https://smallpressring.netlify.app/next">Next</a>
</webring-banner>
<script async src="https://smallpressring.netlify.app/embed.js" charset="utf-8"></script>
It will render this banner that links to the other members:
Member of the Small Press Ring
Previous Random NextYou can style this however you want; just remove the line for "script". For itch.io pages, something like this pasted into your profile page should work:
<p><a href="https://smallpressring.netlify.app/prev">Prev</a> <a href="https://smallpressring.netlify.app">Small Press Ring</a> <a href="https://smallpressring.netlify.app/next">Next</a></p>
If you want to start your own webring, fork this project on Github and follow the instructions in the README.
Fork on Github