KONAKONAKLAN

Autism knows no bounds.

Instructions

dwing will automatically verify that your website is online and configured correctly, if any of these fail your site is simply going to be skipped as to not break the ring.

There are two ways you can "configure" your website to join the webring:


Using the iframe

You can use the /iframe?website=[YOUR_SLUG] route and embed it on your website.

<iframe src="https://konakonaklan.org/iframe?website=[YOUR_SLUG]" frameborder="0" height="50" width="280"></iframe>

^This is what it looks like configured with my site (konakona.moe).


Manually adding links

If you don't want to use the iframe, you can manually add the next and prev as a bare minimum to your site.

https://konakonaklan.org/redirect?website=[YOUR_SLUG]&action=prev

https://konakonaklan.org/redirect?website=[YOUR_SLUG]&action=next

You can also use the "random" action with your website's url on the website param (but you're not obligated to):

https://konakonaklan.org/redirect?website=[YOUR_SLUG]&action=random

And a link to the index of the webring if you'd like.

https://konakonaklan.org/

Notes:
  • [YOUR_SLUG] means your site's "slug" which is simply a string without any special characters, hover over the url of your site in the index to find your site's slug, or ask the owner or something!
  • If your site is not on the Webring (e.g. misspelled slug) you will probably get an error like this. The iframe will also warn you, but this is only possible with the iframe.
  • I would have liked to check the referrer header to see if a site is an "imposter" but it can be spoofed and frankly nobody cares, like this thing is already overkill, soo yeah.


Site agnostic iframe and redirections

If you are not part of the webring you can still embed the iframe (like the one in the footer), just remove the website param and its value:

<iframe src="https://konakonaklan.org/iframe" frameborder="0" height="50" width="280"></iframe>

This iframe includes 3 redirections: [first|last|random (w/o checking if it's the same site)] that you can use without it.

https://konakonaklan.org/redirect?action=first

https://konakonaklan.org/redirect?action=last

https://konakonaklan.org/redirect?action=random