Going through Lorelle’s blog, I stumbled upon the entry for Must Have Bookmarklets…, and while going through all the bookmarklets I again stumbled upon Technorati and Delicious Bookmarklet.

Now I was interested in finding a bookmarklet which generate tags for both technorati & delicious. I know I have to just replace all the occurences of “technorati.com” with “del.icio.us” in the generated code, but why ?? Why should I do even that much, given that I am one fcuking lazy person.

So I decided to do the famous copy-paste-and-twist-it-as-per-your-need-and-repacakage-it thingy to generate technorati & delicious tags for wordpress.com for firefox. And the result is following code:

[SNIP]
CODE MOVED HERE
[/SNIP]

What above bookmarklet does is it asks you to enter all the tags you want & then gives you the technorati tag first & once you click on OK it gives you the delicious tag.

The code above does not generate the images as you see below, it simply give “technorati tags” & “del.icio.us tags”. If you want to generate images instead of text, then replace:
a+=’<p>technorati tags : ‘
with
a+=’<p><img align=”left” src=”LINK_TO_TECHNORATI_IMAGE” />’

Do the same for del.icio.us as well.

replace:
b+=’del.icio.us tags : ‘
with
b+=’<img align=”left” src=”LINK_TO_DELICIOUS_ICON” />’

So play around with it if you like, while I find a way to bring the output of both, technorati & del.icio.us tags, into single window [though I have a hint as of what I should be doing, but feeling a little lazy trying it out right now]. If you know how to do that, then don’t forget to let me know as well :-)

I moved my lazy-self aside and updated the script. It now gives the output of both, technorati & del.icio.us tags in single output window.

    , , , ,
    , , , ,

2 Comments

  1. This is covered with in my post on A Tagging Bookmarklet for WordPress and WordPress.com Users.

    It’s really hard to display in this particular theme, unfortunately, as there is no CODE tag styling. I hope they fix it soon.

    I will soon have an even better arrangement for creating tags, so stay tuned!

  2. Yeah! I missed your that entry and re-invented the wheel !

    Yes, having no CODE tag is quiet frustrating !


Post a Comment

You must be logged in to post a comment.