u75 » blogs » link to the list

Use any of the following in your blog HTML to advertise the list, or make your own.

Click on the text box to select the entire code, and press CTRL-C (or Apple-C or whatever your copy shortcut is). Then paste as appropriate.

Remote control

(15 March 2005) Okay, I think this is quite cool - this link opens up a little window that you can use to navigate around the blog list, whether or not people have a link on their page.

The ring code, below, has been updated to include a remote launcher, so if you already have ring code then you can just change your existing code to the new version and won't need to use the following.



Urban75 Bloglist Remote





U75 Bloglist Remote

Livejournal and the remote

Please note that the remote launcher links won't work if you post them on Livejournal. Livejournal disables Javascript in posts and so on. You can remove them from the code given for the rings below by clicking the "remove code" button.

Full blogring-style code

This fancy code will give visitors to the site the ability to navigate around the whole blog list. « and » will take them to the previous and next blogs on the list, ? will take them to a random one, and ^ will launch the remote (see above).

Unstyled



« ? U75 Blogs ^ » or

Full styling

Note that you must paste this as a block - don't put in any extra spaces.



«?U75Blogs^» or

Linking from pages other than your blog

The previous and next links rely on someone clicking on them from a site with a URL that's in the blog list.

If you want to include the links on a page that's not in the list, simply add &id=id after the action=... part of the link. For instance, to link to the previous blog in the list from this page, I would use <a href="http://www.fridgemagnet.org.uk/urban75/blogs/?action=prev&id=0">.

Your id is just your position in the blog list, counting upwards from 0, so mine is 0.

The easiest option.



Urban75 Bloglist

The URLs you'll want are:

Link list http://www.fridgemagnet.org.uk/urban75/blogs/
Random blog http://www.fridgemagnet.org.uk/urban75/blogs/?action=random
Forward http://www.fridgemagnet.org.uk/urban75/blogs/?action=next
Back http://www.fridgemagnet.org.uk/urban75/blogs/?action=prev
Go to a
specific blog
http://www.fridgemagnet.org.uk/urban75/blogs/?action=go&id=id_to_go_to
(replace id_to_go_to with the blog id you want to visit)

Don't forget the point about using id=, above.