joining the webring

Anyone can join this webring! All you have to do is submit a pull request to the repository and add yourself to /lib/members.json

The body should contain the following information:

  • name [String] = a username or other name used to refer to you
  • website [String] = link to your personal website
  • description [String] = short description of you and your website
  • img [String] = base64 encoded 88x31 badge. here's a generator if you don't already have one!

Once that's deployed, search for your id on the /api/members endpoint.

You can then add the webring badge to your website with an iframe (replace [bracketed stuff] with actual information) e.g

<iframe src = "https://webring.phthallo.com/api/widgets/[id]?format=[format]&style=[style]"/>

You can preview the three provided webring badge formats by scrolling to the bottom of the API documentation page. Feel free to make your own!