jump to navigation

Technorati Tags Bookmarklet – version 0.3 August 10, 2006

Posted by Rakesh in Uncategorized.
Tags:
trackback

Those who already know and use Technorati Tags Bookmarklet here is its latest version.

==================================================================

javascript: ( function() { /* Technorati Tag Book Marklet 0.3 Created First By: Lorrell <http://lorelle.wordpress.com> Last Modified By: Rakesh <http://rakeshkumar.wordpress.com> */ var a=''; var t=prompt('Enter Tags separated by commas',''); if(!t) return; var tr=t.split(','); a+='<p><img id="technorati_img" src="http://rakeshkumar.files.wordpress.com/2006/08/technorati.gif" alt="Technorati" /><strong>Technorati: </strong>'; for(var i=0;i<tr.length;i++) { tr[i]=tr[i].replace(/^\s+/,""); tr[i]=tr[i].replace(/\s+$/,""); var tag_text=tr[i]; tr[i]=tr[i].replace(/\s+/g,"+"); if(i > 0){ a+=', '; } a+='<a href='+unescape('%22')+'http://www.technorati.com/tag/'+tr[i]+unescape('%22')+' rel='+unescape('%22')+'tag'+unescape('%22')+'>'+tag_text+'</a>'; } a+='</p>'; prompt('Copy this html code, Press OK, Then Paste into your blog entry:',a); } )()
==================================================================

For others, technorati tags bookmarklet is a Firefox bookmarklet to tag ur blog posts. First created by Lorelle and later modified by freehogg.

Whats New in this version:
1. Comma seperated tags.
2. Spaces are allowed inside tags, you dont need to use (+) anymore
3. Tag text is more presentable now. i.e. for a tag like “Hindi Movie”, though the internal tag will be like “Hindi+Movie”, but the link
will show it as “Hindi Movie” only

Questions:
Q1. How to create bookmarklet
Ans: Copy the above script and paste it to Firefox’s address bar. Drag and drop it to bookmarks toolbar. Right click on it, go to properties and verify the location.
The location should contain the above script. Change the name to something related like “Technorati Bookmarklet”.

Q2. How to use it?
Ans: Just click on the bookmark. A dialogue box will open. Enter your tags in it, seperated by commas. (spaces are allowed within tags). It generates
the html code for tags. Copy and paste it in your blog post.

Q3. Why Technorati Tags?
Ans: A simpler explantion is that it adds meaning to the information that you are providing (i.e. your post). Tags work both ways, it helps sites like Technorati
to organize the contents properly and on the other hands it increases your reach to a broader audience.

Q4. But wordpress already has Categories?
Ans: There is a conceptual difference between categories and and tags. Both do almost the same work, but categories are mostly like for your own benefit, while tags are for others. So the categories can be something like “Trip”, while tags will have something like “Ooty”, “Shimla” . Lorelle has a nice article on this

Please leave ur comments if you are using it.


TechnoratiTechnorati: , , ,

Comments»

1. Lorelle VanFossen - August 10, 2006

Neat. I’ve been working on doing a comma version. I’ll give it a test. Could you at least get the name right. ;-)

FYI: freehogg just reprinted what I did. Didn’t really change anything.

Thanks!

2. Lorelle VanFossen - August 11, 2006

It took a while to get the changes in your code tucked into my layout, but it works. YEAH. Getting the commas in was easy, but I was stuck on replacing the + sign, and I’ve just been too busy to keep working at it. You did wonderful on that. Thank you. I’ll put a highlight on my page for you. Well done.

3. Rakesh - August 11, 2006

@Lorelle: Thanks for your comments ..

PS: now I got the name right :)

4. Kunal - August 11, 2006

You rock dude… :D .. Thanks a lot for this :)

5. Lorelle on WordPress » An Alternative Version of the Popular Technorati Tagging Bookmarklet Available - August 11, 2006

[...] Rakesh of Bavra Mann has come up with variation of the original tagging bookmarklet that allows entry of the tags with commas to separate them, and then displays the resulting links without a plus mark between the link text tag words. I’ve been poking at this for months, but I really haven’t had the time. Thanks to Bavra Mann, I don’t have to. Thanks! [...]

6. PetitOn » Tags - August 12, 2006

[...] Here are the tagging results produced by Lorelles Technorati tags bookmarklet, moified by Bavra Mann. [...]

7. Turbo - August 18, 2006

Is their a way to make it work for blogspot?

8. Rakesh - August 19, 2006

Yeah… if you use it .. you will find that it basically generates the html code for technorati tags … so even if you are using blogger .. just copy paste the generated code in your post ..and you are done ..

9. Turbo - August 20, 2006

Thanx, its working fine in blogspot also.

10. The Guy With A Blog. « Bavra Mann - September 20, 2006

[...] My post on Web2.0 got Desipundited and the other post about Technorati Tagbookmarklet too has done quiet a good job by earning me several inlinks especially the one from Lorelle. [...]

11. Gail - November 6, 2006

I’ve started using it as of today, and will probably go back to previous posts to tag, if I feel up to it. (It’s a lot of work, there are 1,637 posts!)

Thanks for the modifications. The only bit I changed was to upload the gif to my own domain and refer to it there, in case you move/delete the gif off your site.

12. Vanessa - November 8, 2006

my thoughts exactly

13. Testing new bookmarklet « Why Not - Right? - December 18, 2006

[...] So in my pursuit of all things geeky I found the perfect way to add Technorati Tags simply to wordpress.com Rakesh over at Bavra Mann has this easy step by step and hopefully if you’re reading this…you’ll see I followed directions and it worked ! [...]

14. Adam - January 24, 2007
15. Angela Parker - February 4, 2007

Thanks for the revamp, I’d been using freehoggs version, and I hated the “+” requirement. This makes tagging my entries a breeze and I appreciate the work that all parties have had to get this to the current version :)

Now to go back and tag all the old stuff that I did before the previous version! *sigh*

16. Mephala - February 25, 2007

Thank you! This really helps a lot. :) I tried Free Hogg’s too on my Blogdrive blogs but this one is a lot better and easier to use.

17. Using Technorati Tags on Wordpress.com and Categories « testing concepts that are effective - May 2, 2007

[...] Technorati Tags Bookmarklet Version 0.3 [...]

18. Van Prooyen - June 7, 2007
19. kataztrophy - May 27, 2008

Doesn’t work.