43 Things tag search bookmarklet
I created a bookmarklet for searching 43 Things tags. You can highlight a word on a web page, then click the bookmarklet to invoke the search. It’s quite excellent that the Robots have included Flickr and del.icio.us tag search results.
Drag this link to your bookmarks bar. Or, if you like, here’s the code:
javascript:e = %22%22 + (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text);if (!e) e = prompt(%22You didn't select any text. Enter a tag:%22, %22%22);if (e!=null) location=%22http://www.43things.com/tag/%22+ escape(e); void 0
You can create a new empty bookmark in your browser of choice (I recommend Firefox) and then enter the above javascript into the “location” field. Have fun.
I posted this and other bookmarklets on this page for drag-and-drop ease.
tags, bookmarklet, 43things, flickr, delicious
See more progress on: Try out 43 Things