A Simple Google Buzz Bookmarklet
UPDATE: I changed the bookmarklet up a bit so get the updated version from my new blog at http://coachrah.com/featured/google-buzz-bookmarklet/
Based on the new Google Buzz share widgets, I created a simple bookmarklet. Just create a new bookmark and paste the following Javascript code:
javascript:void(window.open('http://www.google.com/buzz/post?url='+encodeURIComponent(location.href),'addwindow','status=no,toolbar=no,width=700,height=350,resizable=yes'));
