Today I created a bookmarklet based on instructions by Google to post current page on Google Buzz and named it “Buzzlet”.
Click and drag this link to your bookmark bar.
visit marklets.com to see a huge collection of bookmarklets.
The Code:
javascript:(function(){a=function(){if(!window.open(“http://www.google.com/buzz/post?url=“+encodeURIComponent(window.location.href)+”&message=”+encodeURIComponent(document.title+”\n\n\nBuzz with Buzzlet manishmistry.wordpress.com/2010/06/10/buzzlet/ “),’buzzlet’,'location=yes,links=no,scrollbars=no,toolbar=no,width=690,height=415′))location.href=f+’jump=yes’};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})()
Comments and updates welcome, Enjoy!
Advertisement
