WP Tags to Technorati

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.

95 Comments so far

  1. jayne d'Arcy on November 13th, 2007

    I’ve activated the plugin but I see no changes to my tags. They’re still just working internally. How will this change my tags? Does it conflict with the Simple_Tags plugin which manages tags?

  2. david on November 13th, 2007

    Once activated, you should see “Technorati Tags: ” at the bottom of your post with the list of tags.

    It shouldn’t conflict with SimpleTags (I used that too), but the appearance will be very similar. If you look at http://www.geekyramblings.org/2007/11/10/wordpress-tags-to-technorati/ you’ll see the plugin in action.

  3. jayne d'Arcy on November 13th, 2007

    Hi David, I have your plugin activated and just to double check I have deactivated Simple Tags. It still isn’t showing. Do I need to put something in my template? Here’s a post with a tag of memes:
    http://www.jaynedarcy.us/2007/11/13/if-i-were-president/

  4. david on November 13th, 2007

    Jayne:

    Download the current version … I’ve added some code to put comment markings in the generated html. Give that a try. FWIW: The page you indicated has the simple tags plug-in was still active, but that shouldn’t have any impact.

  5. jayne d'Arcy on November 13th, 2007

    I’ve deactivated SimpleTags by Broobles, Simple Tag Amaury Baumer. I’ll keep those deactivated. I thought it might be that I’m using a Sandbox-based theme and so I switched it to the default and still didn’t get technorati tags. Sorry to be such trouble, but I’d really love to use this plugin.

  6. Bev on November 16th, 2007

    Jayne sent me here and I’m glad she did. I’ve got your plug-in up and running. Love it.

  7. [...] WP Tags to Technorati turns your WordPress tags into Technorati tags. [...]

  8. [...] WP Tags to Technorati turns your WordPress tags into Technorati tags. [...]

  9. [...] Well tonight I ran across a new plugin for WordPress 2.3 that will let you change the WP Tags to Technorati tags. The kind that we are all so use to seeing at the end of posts. I haven’t tried the plugin out myself because I never did do the conversion so I can’t verify how well it works but for those of you wanting to give it a try head over to Geeky Ramblings where David has made it available for all. [...]

  10. [...] WP Tags to Technorati turns your WordPress tags into Technorati tags. [...]

  11. Themes & Plugins for Nov. 20th, 2007 on November 20th, 2007

    [...] ] WP Tags to Technorati transforms the Wordpress tags into Technorati tags. Very useful feature that I may decide to [...]

  12. René van Gellekom on November 22nd, 2007

    Great plugin. Thank you very much

  13. wwstewart on November 22nd, 2007

    Seems to be working on my site. I only wish I could use it on my regular blog (it’s hosted on wordpress.com, so I can’t upload to it). I also linked to it, just so you know.

    Nice plugin! Keep ‘em coming.

  14. Ken Savage on November 26th, 2007

    Nice David but is there a way to put the tags anywhere within the loop right now?

  15. david on November 26th, 2007


    is there a way to put the tags anywhere within the loop right now?

    Not currently … but let me see if I can put something together.

  16. Blayde on November 27th, 2007

    Forgive the complete noobness of this question, but do the tags get added to Technorati ie, does technorati pick them up and link back to your site if they are clicked, or are they just tags…

  17. david on November 27th, 2007


    do the tags get added to Technorati ie, does technorati pick them up and link back to your site if they are clicked, or are they just tags

    I think the default ping that Wordpress does should include Technorati automatically. I’m pretty sure that Ping-o-matic does.

    My plug-in doesn’t do the ping, because it’s invoked every time the post is displayed. You only want a ping to occur when the post is initially made.

  18. Blayde on November 27th, 2007

    Okay, so the tags i added originally to the post SHOULD be on Technorati anyway…

    Thanks

  19. david on November 27th, 2007


    Okay, so the tags i added originally to the post SHOULD be on Technorati anyway

    Maybe … depends on how they were referenced. I don’t know if Technorati will pick up on the link if they were not links to Techorati initially.

  20. [...] WP Tags to Technorati 将你的 WordPress 标签,转换为 Technorati 标签。 [...]

  21. Jonathan Beeston on December 4th, 2007

    This is a great plugin, but it’s wrecked my RSS feed unfortunately. When it’s activated, the array included as comments in the HTML is picked up in the feed e.g.

    object(stdClass)#162 (11) { ["term_id"]=> string(2) “32″ ["name"]=> string(7) “adsense” ["slug"]=> string(7) “adsense” ["term_group"]=> string(1) “0″ ["term_order"]=> string(1) “0″ ["term_taxonomy_id"]=> …

    Why do you think this is? I’ve had to switch the plugin off for the moment. Perhaps it’s my template? Thanks.

  22. david on December 4th, 2007

    Grab the latest version. It doesn’t have the debug code.

  23. Jonathan Beeston on December 4th, 2007

    Thanks David, that’s fixed it.

  24. Joe Horn on December 9th, 2007

    Hello,

    I found that this plugin will display extra info before post body.
    I guess, those information is displayed for debugging, right?

    Maybe we should add this line of code just before $tag_url be defined:
    define('DEBUG', false);
    and let the code for displaying debugging information to be like these line:
    if ( DEBUG ) {
    echo "";
    }

    Does it will be better?

    Anyway, this is a WONDERFUL plugin.
    Thanks for your development and sharing.

  25. Joe Horn on December 9th, 2007

    let the code for displaying debugging information to be like these line:
    if ( DEBUG ) {
    echo "<!-- ";
    var_dump($tags);
    echo " -->";
    }

  26. david on December 9th, 2007

    The debug code has been removed from the latest version. Grab it here.

  27. keith on December 12th, 2007

    hi,

    I just install this plugin. But, when I post, the tags generated with this kind of link :

    http://www.giveawaywebsite.com/‘http://technorati.com/tag/business+client/’

    Its seem doesn’t work with that link.
    you can see this post at http://www.giveawaywebsite.com/free-website-blog/internet-business-leverage/keep-your-e-business-engaged-via-e-mail

    How to fix this?

    Thanks!

  28. david on December 12th, 2007

    It looks like PHP ‘magic quotes’ is enabled for your server. If you can turn off magic quotes, the problem should be be fixed. I’ll see if I can find a way to programatically handle it. Checkout http://us2.php.net/manual/en/security.magicquotes.disabling.php for more information.

  29. keith on December 12th, 2007

    hi david,

    thanks for the solution. I had found the other plugin which is interfere the wp-to-technorati plug-in. The plugin which intefere that is WPCashLinksLite, which is a Plugin to search for keywords and make them linkables (http://www.wp-pluginsdx.com/index.php/category/wp-cashlinksdx-wordpress-plugin)

    How to solve this if I want to use both of these plugins?

    Thanks in advance!

  30. david on December 12th, 2007


    How to solve this if I want to use both of these plugins?

    First off, try disabling PHP magic_quotes on your server.

    Since the plug-in you mention is commercial … I can’t look at it to see what it’s doing.

    Sorry, but that’s all I can suggest.

  31. [...] Geeky Ramblings have released a plugin that turns your WP2.3 tags back to Technorati tags! You can download it [...]

  32. Thorleif Wiik on December 15th, 2007

    very nice plugin !

  33. [...] Visit [...]

  34. [...] Visit [...]

  35. [...] Visit [...]

  36. Benjamin on December 18th, 2007

    i somehow dont get how does this work.must i fill up my tag’s wat the bottom when im making/writing a post?or does this plugin autosearch my post for words to be put under tags.

    im not very sure how to use technorati as well, must i fill up the tags on the site or does it actually scans my site for tag words?

  37. david on December 18th, 2007


    must i fill up my tag’s wat the bottom when im making/writing a post?

    Yes

    does this plugin autosearch my post for words to be put under tags.

    No.

    im not very sure how to use technorati as well, must i fill up the tags on the site or does it actually scans my site for tag words?

    When you ping Technorati (either individually or using a service like pingomatic), Technorati will analyze your post for the links. Your post will then show up under the tag categories you specified on Technorati.

  38. Benjamin on December 18th, 2007

    so is there a widget that has a label technorati tag or something?cos at the moment there is already a tag cloud widget , and i dont really see a diff activating your plugin.am i missing something?

  39. david on December 18th, 2007

    The tag cloud doesn’t create links to Technorati.

  40. Benjamin on December 18th, 2007

    so where or how do i make the tags appear?im sure there has to be some code or script i have to put somewhere,no?

  41. david on December 18th, 2007


    so where or how do i make the tags appear?im sure there has to be some code or script i have to put somewhere

    As long as your post has tags, and the plug-in is enabled, the technorati links will show up automatically.

  42. Jonathan Beeston on December 19th, 2007

    Hi David,

    Any chance you could make the colon before the tags optional? I’ve encoded the label in header tags, so the colon appears on it’s own before the tags and looks out of place. Have a look at my blog and you’ll see what I mean.

    I realise I could easily edit the code to remove it, but other users might benefit too.

    Thanks,

    Jon.

  43. david on December 19th, 2007


    Any chance you could make the colon before the tags optional?

    I think that’s doable … although the code isn’t trivial at this point (existing values need to be updated, but only if they haven’t been updated before).

    Check back in a few days and I might have something.

  44. [...] would allow me to do this eventually and the day has come. I found a simple plugin called “WP Tags to Technorati” that links the text of the Tag line to the Technorati link for that tag! It’s such a [...]

  45. Ken Savage on December 22nd, 2007

    David, I got your code up and running. Thanks man. Great plugin and much needed too.

  46. Chris on December 27th, 2007

    David,

    So i have installed the pluggin and noticed that it has replaced the tagline with technorati tags. I quite the newby so this question might sound amature, What ui am wondering is will this now disable the previous tsgs and only refernce to technorati.? i have noticed that google has already indexed some of my tags.

  47. david on December 28th, 2007


    it has replaced the tagline with technorati tags

    Not sure I follow … my plug-in replaces nothing … it appends the technorati tags to the post. If I look on your blog, I saw just the technorati tags generated by my plug-in.

  48. Chris on December 28th, 2007

    I knew when i wrote that it would be a little confusing.. originally that line of techno tags you just saw used to be just tags.. so now that your plugin has converted them to technocrati tags, does that cancel out what the original tags did for me?

  49. david on December 28th, 2007

    Chris: I really don’t know what to tell you here … my plug-in doesn’t replace, convert, or cancel anything out. My plug-in simply appends the technorati tags to the end of the post.

  50. Chris Brandrick » Using Tags on January 2nd, 2008

    [...] a Technorati account, and then install this great plugin from David Gibbs over at Geeky Ramblings: WP Tags to Technorati, with everything installed and activated your tags should now appear below your post and on your [...]

  51. [...] WP Tags to Technorati Automatically convert Wordpress tags to Technorati tags. Useful to make your blog searchable in Technorati.com [...]

  52. [...] plugin in questione si chiama WP Tags to BlogBabel e ricalca per filo e per segno WP Tag to Technorati di Midrangeman a cui mi sono ispirato pedissequamente nella mia [...]

  53. Jason on January 17th, 2008

    Is their a php function i can use to customize the placement in my template?

  54. david on January 18th, 2008


    Is their a php function i can use to customize the placement in my template?

    Yes, use this:
    echo tags2tech_get_tags_links();

  55. [...] personal choice is WP Tags to Technorati by David over at Geeky Ramblings. What the plugin does is turn your tags into Technorati links for [...]

  56. [...] WP Tags to Technorati: Now that you are a real tag-jedi, send them directly to technorati. [...]

  57. [...] 21. Simple Tags. 22. Syntax Highlighter. 23. Screencast - Posting Events with Wordpress. 24. Wordpress Reports. 25. Top 10 posts and Views per post. 26. Mobile Phone optimized WordPress. 27. Wp Forum. 28. Configuring WP Permalinks. 29. WP User Manager. 30. WP Tags to Technorati Tags. [...]

  58. Monkeyskull on February 3rd, 2008

    Thanks for a great tool, David. You might want to edit your ReadMe doc to be very explicit about how to put the function call in a page template — I didn’t know you had to use ‘echo’ and kept trying all sorts of other things, and some people might not know to wrap the echo function call in php tags.

    Thanks again!!!

  59. doppjuice on February 3rd, 2008

    Perfect. Thank you!

  60. [...] WP Tags to Technorati [...]

  61. David Jacques-Louis on February 10th, 2008

    What tags have you in the sidebar yourself? What is it called?

  62. [...] ho anche aggiunto il plugin wp-tags to technorati ma devo ancora rivedere come si presenta nella pagina del post perche’ nn mi piace [...]

  63. WebGeek on February 20th, 2008

    Great plugin! I was looking for something like this and found your plugin. Works like a charm!

  64. homikus on March 4th, 2008

    Thanks, man! Works great and and does a great work! :)

  65. lsl on March 12th, 2008

    I’ve installed the plugin and it’s working, but now I seem to have two sets of tags displaying. What do I need to do?

    http://www.maxinesniderinc.com/blog/

  66. david on March 12th, 2008


    I’ve installed the plugin and it’s working, but now I seem to have two sets of tags displaying.

    You’ll need to update your theme to not display the tags.

    The tag prefixed with “Technorati tags:” is the one supplied by the plug-in, the other set of tags is provided by the theme.

  67. Gilgemesh on March 14th, 2008

    Love the plugin. It has made adding the Tags much more efficient than what I was researching. The only issue I have is I am getting the Technorati tags info twice in my posts. I want it to show up in only 1 place, after our internal site tags. Any ideas? I’m not real PHP proficient, but I can find my way around a bit. Here’s a sample post:

    http://blog.heathensonline.com/2008/03/13/full-on-zombie-fun/

    Thanks for any help in advance.

  68. Gilgemesh on March 14th, 2008

    Bah, I got it figured.

    I might have tried looking first huh.

  69. [...] David (WP Tags To Technorati) [...]

  70. Franca Richard on March 19th, 2008

    Really useful plugin, thanks!

  71. Molli on March 21st, 2008

    Many thanks to you, David. This is a wonderful plugin and I truly appreciate all the work you put into creating it and the generosity in sharing it with all of us. You’re a gem! Thanks again :)

  72. Reese on March 22nd, 2008

    I’m trying to add the tags to my single.php because that’s where my regular tags show, but I can’t figure it out as I know next to nothing about php. I unchecked the box in the option and copied tags2tech_get_tags_links() into the php under my regular tags, but I didn’t know what to put before or after it, I tried <? php tags2tech_get_tags_links() ;?&rgt; with and without the semicolon. Should it be something else?

  73. [...] WP Tags to Technorati 0.8 [...]

  74. [...] Features ). I’ll be using a new plugin - my husband David wrote a simple one for converting WP tags to Technorati tags, so I’m going to give that one a whirl. [...]

  75. [...] WP tags to Technorati: Simple plugin to convert Wordpress 2.3’s tags to Technorati (’http://technorati.com’) Really excited about this one. I can now just use tags for my posts and this plugin automatically turns my site tags into Technorati tags. Write once and accomplish two tasks. I’ve been looking for a plugin like this! [...]

  76. Mara Mei on April 8th, 2008

    I’ve been looking plugin for a long. Thank you.

  77. [...] Enter WP Tags to Technorati. [...]

  78. [...] General Header 0.3 » David Gibbs (url) Includes standard headers in your posts [...]

  79. [...] WP tags to Technorati adds WordPress tags as technorati tags. [...]

  80. Rolf Erikson on April 23rd, 2008

    I have activated your plugin. It seems to work but when I look at Technorati they have only seen the category as a tag. Have I done someting wrong?

  81. [...] WP tags to Technorati : inserisce l’elenco dei tag technorati [...]

  82. [...] WP Tags to Technorati 0.8 [...]

  83. Chris on May 2nd, 2008

    Hi! I have installed the plug in to WordPress 2.51 but am getting a fatal error when I click the Technorati Tags tab in Settings. Any words of wisdom as to what I might have done wrong?

  84. david on May 2nd, 2008

    Sorry for the long delay on this reply … work’s been a bit hectic.

    Reese: Can you email me your single.php file?

    Rolf: Can you point me to an example?

    Chris: Can you tell me more about the error you are getting? Perhaps the error log entry from your web server?

    david

  85. Chris on May 2nd, 2008

    My error is

    Fatal error: Call to undefined function: is_plugin_page() in /data/members/paid/l/a/larkrise.net/htdocs/www/wordpress/wp-admin/technoratitagging.php on line 65

    I have no idea how to get an error log from the server- shows how little I know about anything!

  86. david on May 2nd, 2008


    Fatal error: Call to undefined function: is_plugin_page() in /data/members/paid/l/a/larkrise.net/htdocs/www/wordpress/wp-admin/technoratitagging.php on line 65

    Chris:

    Do you have any other technorati tagging plug-in’s installed? That file isn’t one that is included in my plug-in.

    A real plug-in should be installed the wp-content/plugins directory, not the wp-admin directory.

    david

  87. Chris on May 2nd, 2008

    No, no other plugin. I think I must have copied the plug in to wp-admin in error and then copied to wp-content/plugins. I have deleted the folder that was in admin. The technorati tagging tab in settings now returns the error: Not Found
    The requested URL /wordpress/wp-admin/technoratitagging.php was not found on this server. I think I have made a bit of a mess of this!

  88. david on May 2nd, 2008

    Well, the file technoratitagging.php is not part of my plug-in, so I really don’t know what to tell you.

    The only file used by my plug-in would be wp-content/plugins/wp-tags-to-technorati/wp-tags-to-technorati.php

  89. Chris on May 2nd, 2008

    Hi David. OK, apologies needed: somehow, although I wanted your plugin and thought that that was what I had downloaded- in fact what I got was technoratitagging! No wonder it was confusing for both of us. Now I have yours, do not have the other and everything is wonderful!!

  90. Greg on May 4th, 2008

    Hey, I’m just curious why this plugin is necessary. If you use the built-in tagging functionality in Wordpress and ping pingomatic on posting (which is the default behavior), Technorati picks up those tags. What am I missing?

  91. [...] Silvia discusses adding Technorati tags to your posts. She discusses a Wordpress plugin called WP Tags to Technorati, which will do pretty much as it says: It takes the tags you enter into the Tags field in the blog [...]

  92. david on May 5th, 2008


    I’m just curious why this plugin is necessary. If you use the built-in tagging functionality in Wordpress and ping pingomatic on posting (which is the default behavior), Technorati picks up those tags. What am I missing?

    My plug-in just generates the links TO Technorati for you. It does nothing to actually ping Technorati (the standard ping mechanism built into WP, as you said, does that for you).

    It offers the reader an easy way to find other posts, on other blogs, that are similarly tagged.

  93. Greg on May 7th, 2008

    Gotcha. Makes sense. Thanks for the response!

  94. Rolf Erikson on May 12th, 2008

    Hi David,

    Regarding my comment on April 23rd, 2008 you asked for an example.
    What I mean is the different tags from your plugin,(example http://www.blognyheter.se/coaching/?p=385 ,and the tags at technorati, example http://technorati.com/posts/APpgLjc1E4vnvqPDg3gsPDhBhUyJ49YrUVrEB9nSCWY=

  95. david on May 12th, 2008

    Rolf:

    Looks like it’s working OK to me.

    You specified ‘framgång, happy, lycka, values, värdering’ as the tags on the post … and ‘Coaching, analys, framgång’ as the categories. The plug-in generated links for the tags to technorati.

    That’s all my plug-in does … not sure what Technorati is using to determine the tags.

Leave a reply

Close
E-mail It