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
- Upload the full directory into your wp-content/plugins directory
- 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
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 |
|
November 13th, 2007 at 7:40 pm
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?
November 13th, 2007 at 7:42 pm
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.
November 13th, 2007 at 9:26 pm
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/
November 13th, 2007 at 9:44 pm
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.
November 13th, 2007 at 10:41 pm
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.
November 16th, 2007 at 1:44 pm
Jayne sent me here and I’m glad she did. I’ve got your plug-in up and running. Love it.
November 19th, 2007 at 11:35 pm
[...] WP Tags to Technorati turns your WordPress tags into Technorati tags. [...]
November 19th, 2007 at 11:53 pm
[...] WP Tags to Technorati turns your WordPress tags into Technorati tags. [...]
November 20th, 2007 at 12:24 am
[...] 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. [...]
November 20th, 2007 at 6:11 am
[...] WP Tags to Technorati turns your WordPress tags into Technorati tags. [...]
November 20th, 2007 at 8:04 am
[...] ] WP Tags to Technorati transforms the Wordpress tags into Technorati tags. Very useful feature that I may decide to [...]
November 22nd, 2007 at 7:10 am
Great plugin. Thank you very much
November 22nd, 2007 at 9:24 pm
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.
November 26th, 2007 at 4:07 pm
Nice David but is there a way to put the tags anywhere within the loop right now?
November 26th, 2007 at 5:26 pm
Not currently … but let me see if I can put something together.
November 27th, 2007 at 1:48 pm
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…
November 27th, 2007 at 1:51 pm
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.
November 27th, 2007 at 1:54 pm
Okay, so the tags i added originally to the post SHOULD be on Technorati anyway…
Thanks
November 27th, 2007 at 1:58 pm
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.
November 27th, 2007 at 5:04 pm
[...] WP Tags to Technorati 将你的 WordPress 标签,转换为 Technorati 标签。 [...]
December 4th, 2007 at 3:52 pm
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.
December 4th, 2007 at 4:06 pm
Grab the latest version. It doesn’t have the debug code.
December 4th, 2007 at 4:40 pm
Thanks David, that’s fixed it.
December 9th, 2007 at 12:29 pm
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.
December 9th, 2007 at 12:30 pm
let the code for displaying debugging information to be like these line:
if ( DEBUG ) {echo "<!-- ";
var_dump($tags);
echo " -->";
}
December 9th, 2007 at 12:32 pm
The debug code has been removed from the latest version. Grab it here.
December 12th, 2007 at 9:43 am
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!
December 12th, 2007 at 10:10 am
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.
December 12th, 2007 at 10:55 am
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!
December 12th, 2007 at 12:40 pm
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.
December 13th, 2007 at 7:34 am
[...] Geeky Ramblings have released a plugin that turns your WP2.3 tags back to Technorati tags! You can download it [...]
December 15th, 2007 at 6:21 pm
very nice plugin !
December 18th, 2007 at 5:05 am
[...] Visit [...]
December 18th, 2007 at 5:05 am
[...] Visit [...]
December 18th, 2007 at 6:03 am
[...] Visit [...]
December 18th, 2007 at 3:39 pm
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?
December 18th, 2007 at 3:47 pm
Yes
No.
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.
December 18th, 2007 at 5:54 pm
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?
December 18th, 2007 at 6:28 pm
The tag cloud doesn’t create links to Technorati.
December 18th, 2007 at 7:04 pm
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?
December 18th, 2007 at 7:14 pm
As long as your post has tags, and the plug-in is enabled, the technorati links will show up automatically.
December 19th, 2007 at 8:11 am
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.
December 19th, 2007 at 1:52 pm
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.
December 21st, 2007 at 4:42 pm
[...] 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 [...]
December 22nd, 2007 at 1:47 am
David, I got your code up and running. Thanks man. Great plugin and much needed too.
December 27th, 2007 at 9:37 pm
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.
December 28th, 2007 at 9:35 am
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.
December 28th, 2007 at 9:49 am
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?
December 28th, 2007 at 10:17 pm
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.
January 2nd, 2008 at 8:02 am
[...] 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 [...]
January 6th, 2008 at 8:17 am
[...] WP Tags to Technorati Automatically convert Wordpress tags to Technorati tags. Useful to make your blog searchable in Technorati.com [...]
January 7th, 2008 at 5:53 pm
[...] 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 [...]
January 17th, 2008 at 10:03 pm
Is their a php function i can use to customize the placement in my template?
January 18th, 2008 at 7:55 am
Yes, use this:
echo tags2tech_get_tags_links();January 19th, 2008 at 8:54 am
[...] 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 [...]
January 23rd, 2008 at 11:30 am
[...] WP Tags to Technorati: Now that you are a real tag-jedi, send them directly to technorati. [...]
January 26th, 2008 at 3:33 pm
[...] 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. [...]
February 3rd, 2008 at 7:52 pm
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!!!
February 3rd, 2008 at 9:48 pm
Perfect. Thank you!
February 8th, 2008 at 6:34 pm
[...] WP Tags to Technorati [...]
February 10th, 2008 at 8:14 pm
What tags have you in the sidebar yourself? What is it called?
February 14th, 2008 at 3:24 am
[...] ho anche aggiunto il plugin wp-tags to technorati ma devo ancora rivedere come si presenta nella pagina del post perche’ nn mi piace [...]
February 20th, 2008 at 7:21 am
Great plugin! I was looking for something like this and found your plugin. Works like a charm!
March 4th, 2008 at 9:00 am
Thanks, man! Works great and and does a great work!
March 12th, 2008 at 2:53 pm
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/
March 12th, 2008 at 3:01 pm
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.
March 14th, 2008 at 9:37 am
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.
March 14th, 2008 at 9:50 am
Bah, I got it figured.
I might have tried looking first huh.
March 15th, 2008 at 7:36 am
[...] David (WP Tags To Technorati) [...]
March 19th, 2008 at 6:06 am
Really useful plugin, thanks!
March 21st, 2008 at 1:28 pm
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
March 22nd, 2008 at 4:30 pm
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?
March 23rd, 2008 at 2:21 pm
[...] WP Tags to Technorati 0.8 [...]
April 5th, 2008 at 6:03 pm
[...] 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. [...]
April 6th, 2008 at 10:18 pm
[...] 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! [...]
April 8th, 2008 at 2:11 am
I’ve been looking plugin for a long. Thank you.
April 10th, 2008 at 9:05 pm
[...] Enter WP Tags to Technorati. [...]
April 13th, 2008 at 7:34 am
[...] General Header 0.3 » David Gibbs (url) Includes standard headers in your posts [...]
April 13th, 2008 at 7:51 am
[...] WP tags to Technorati adds WordPress tags as technorati tags. [...]
April 23rd, 2008 at 12:17 pm
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?
April 24th, 2008 at 12:23 am
[...] WP tags to Technorati : inserisce l’elenco dei tag technorati [...]
April 28th, 2008 at 6:35 pm
[...] WP Tags to Technorati 0.8 [...]
May 2nd, 2008 at 7:41 am
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?
May 2nd, 2008 at 7:51 am
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
May 2nd, 2008 at 9:07 am
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!
May 2nd, 2008 at 1:25 pm
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
May 2nd, 2008 at 2:46 pm
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!
May 2nd, 2008 at 2:56 pm
Well, the file
technoratitagging.phpis 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
May 2nd, 2008 at 3:39 pm
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!!
May 4th, 2008 at 6:28 am
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?
May 4th, 2008 at 8:42 pm
[...] 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 [...]
May 5th, 2008 at 8:47 am
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.
May 7th, 2008 at 5:32 pm
Gotcha. Makes sense. Thanks for the response!
May 12th, 2008 at 1:55 pm
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=
May 12th, 2008 at 3:46 pm
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.
May 13th, 2008 at 4:03 am
OK, I understand noe how your plugin works.
Zoudry blog writer has solved it by putting the tags after the text like this:
<!– Tag links generated by Zoundry Blog Writer. Do not manually edit. http://www.zoundry.com –>
Technorati : <a href=”http://technorati.com/tag/entreprenör” rel=”nofollow”>entreprenör</a>, <a href=”http://technorati.com/tag/framgång” rel=”nofollow”>framgång</a>, <a href=”http://technorati.com/tag/napoleon hill” rel=”nofollow”>napoleon hill</a>, <a href=”http://technorati.com/tag/rik” rel=”nofollow”>rik</a>
You can see my post here: http://www.blognyheter.se/coaching/?p=345 and Technorati here: http://technorati.com/posts/mfUNwx9B8/UKnbr5GYQqftyOsarvjUOrowz6HTnJS9Q=
As you see Technoratis has the same tags.
May 13th, 2008 at 2:30 pm
Rolf:
It looks like you aren’t using WP’s tagging function … as my plug-in is not emitting any tags on the post (the space between the comments my plug-in generates is empty.
May 13th, 2008 at 11:59 pm
That´s right. I used this before changing to your plugin. I just gave you an example how Technorati determines the tags.
June 19th, 2008 at 11:01 pm
Just wanted to say thanks for the cool plug-in
June 23rd, 2008 at 5:56 am
[...] WP tags to Technorati [...]
June 29th, 2008 at 2:33 pm
[...] WP Tags to Technorati 0.8 [...]
July 4th, 2008 at 5:07 am
[...] WP Tags to Technorati 0.8 [...]
July 6th, 2008 at 5:07 am
[...] WP Tags to Technorati 0.8 [...]
July 6th, 2008 at 10:27 am
[...] WP Tags to Technorati 0.8 [...]
July 6th, 2008 at 4:33 pm
[...] WP Tags to Technorati 0.8 [...]
July 7th, 2008 at 12:32 am
WP Tags to Technorati…
WP Tags to Technorati Automatically convert Wordpress tags to Technorati tags. Useful to make your blog searchable in Technorati.com….
July 7th, 2008 at 5:48 am
Works like a charm. Simple to use and setup too is easy. Thanks for sharing and making it so easy. Swell idea.
July 17th, 2008 at 10:23 am
I was wondering how I could add the rel=”nofollow” to each tag. Could you explain where I could place this so when it generates a tag it automatically nofollows the tags.
July 17th, 2008 at 10:28 am
Hmmm … not something I originally considered, but I guess it could be added.
July 19th, 2008 at 8:52 am
[...] WP Tags to Technorati 0.8 [...]
July 29th, 2008 at 3:19 am
[...] WP Tags to Technorati 0.8 [...]
August 6th, 2008 at 5:17 pm
[...] WP Tags to Technorati 0.8 [...]
August 9th, 2008 at 12:54 pm
[...] WP tags to Technorati. This plugin uses the tags I’ve entered into the tags field during content publishing and display the Technorati tags at the bottom of each page. Turning the link to nofollow is another trick that I think is important to avoid sending link juice to Technorati unnecessarily. [...]
August 13th, 2008 at 8:47 am
[...] title. I have my templates tuned to display the links to the tag archives when used, as well as the WP Tags to Technorati plugin which links the same tags to who knows what at Technorati (see the bottom of this post, if I [...]
August 16th, 2008 at 2:58 pm
[...] WP tags to Technorati Changes your tags to Technorati tags then displays them after posts (or anywhere else you want) [...]
August 16th, 2008 at 10:33 pm