I’ve written my first useful Wordpress plugin!

In Wordpress 2.3, they introduced a new tagging feature … which I think is pretty nice … but I haven’t found a plug-in that lets you turn those tags into Technorati tags.

I’ve played around with a few dinky little plug-in’s in the past … but they were all for my own personal use. This time, however, I decided to try my hand at making a plug-in that could be used by more people.

So, I’m pleased to announce “WP Tags to Technorati”.

You can see the plug-in in action below.

Installation

  1. Upload the full directory into your wp-content/plugins directory
  2. Activate it in the Plugin options

(pretty simple, eh?)

Frequently Asked Questions

Works it with all WordPress versions?

This version works with WordPress 2.3.0 and better. It’s dependent on the new
Wordpress tagging feature.

Download

Here

Revision History

0.1 Initial release
0.2 Added comment to the markup so it’s clear that the plugin is being invoked.
0.3 Added classes to the generated links and fixed problem with single tags.
0.4 Properly encode the generated tag url.
0.5 Added options panel so “Technorati Tags” label can be customized.
0.6 Added the ability to not include the tags in the footer, so they could be manually put in a theme.
0.7 Added a control to allow technorati tags to open in a new window. Also added version identifier to comment.
0.8
  • Reformatted setup panel.
  • tags2tech_get_tags_links() no longer needs to be echo’ed.  When invoked directly, it will output the links directly.  It will still work with the echo method though.