Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Add this to your netlify account, have folks add their sites to `/data/sites.json` and you're off to the races.

Each site can add a widget to their site and hit the end points `/next`, `/random` and `/previous` to send their users to a new site!
Each site can add a widget to their site and hit the end points `/next`, `/random` and `/previous` to send their users to a new site! A sample widget is provided at `widget.html`; just copy that into your website's code and replace the urls with your own.
8 changes: 8 additions & 0 deletions widget.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<div style="text-align: center;">
<p>
<a href="https://mywebring.netlify.app">Member of My Webring</a>
</p>
<p>
<a href="https://mywebring.netlify.app/previous">Previous</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="https://mywebring.netlify.app/random">Random</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="https://mywebring.netlify.app/next">Next</a>
</p>
</div>