Site Meter

Technorati Tags & iBlog

Technorati has come out with a new feature that allows you to "tag" your entries, then find other entries that are similarity taged and also find photos from Flickr. Really, a tag is a category and guess what, one already categories posts in iBlog so lets incorportate this feature.

You can see on my main blog page I have a "Related" link next to the category page. When you click it, it will take you to the technorati tag page. The code is pretty simple:

< a href="http://technorati.com/tag/<$>" rel="Tag">Related</a>

You use this code on both the BlogPage.txt and EntryPage.txt template files. Due to the high level of consistency in iBlog, you will need to use slighlty different code for CategoryPage.txt file:

< a href="http://technorati.com/tag/<$>" rel="Tag">Related</a>

note: There's an extra space just before the "a href" that you will need to remove.

I don't know if "Related" is the best way to describe it, it should be easy enough that any vistor should be able to figure out what it means. That may need some work still. But I think it works pretty good.