Joining The
Webring

Joining the webring is super simple! Follow these steps:

1. Fork the repo

Start by forking the repository on GitHub by clicking on this link. This creates a personal copy of the webring repository under your GitHub account, so you can update it freely.

2. Add your site

Next, open the src/members.json file in your forked repository and add your site details in the following format at the end of the list:

{
  "member": "Your name here!",
  "url": "https://www.yoursite.com/"
}

Then commit and push your changes to your forked repository.

3. Submit a Pull Request

Once your changes are pushed, go to the original repository and open a Pull Request. The maintainers will review your addition, and once merged, you're officially part of the ring!

4. Embed the Ring

Finally, add the webring to your site! Paste this snippet into your HTML where you want the navigation to appear. It will automatically detect your domain and link to your neighbors.

<iframe
  src="https://webring.hackclub.com/embed.html"
  width="150"
  height="50"
  frameborder="0"
  scrolling="no"
></iframe>
Go Home