Buzzmarklet
I created a bookmarklet to share stuff via google buzz.
Just create a bookmark containing the link in your bookmarks toolbar, visit some site, select some text and click the bookmark.
Here it is:
javascript:(function(){var b="";var t= "";var s="";var d=window.getSelection()+'';if (d.length>0) b="\n\n"+'"'+d+'"'+"\n\n";; s=document.title; window.setTimeout('document.location = "http://www.google.com/reader/link?url='+encodeURIComponent(document.location)+'&title='+encodeURIComponent(document.title)+'&snippet='+encodeURIComponent(b)+'&srcURL=&srcTitle=";',0);})();
Comments [0]