if you are interested in my implementation of it until someone does it a bit more seriously, feel free to email me. Might require minor code tweaks to get it to work on your site.
Sample of my implementation: http://www.lcgroupusa.com
Here is my take on the Google Buzz implementation again using google reader. I submitted this here to hopefully have BlogPlay to add it.
If you feel comfortable you can add it yourself by editing the sociable.php file and adding this to the $sociable_known_sites array:
'Buzz' => Array(
'favicon' => 'buzz-16.png',
'url' => 'http://www.google.com/reader/link?url=PERMALINK&title=TITLE&snippet=EXCERPT&srcTitle=BLOGNAME',
'description' => 'Google Buzz',
),
You can grab the image (buzz-16.png) here: http://bit.ly/9XD1Sa and add this to the images directory.
Enjoy!
~Josh
Thanks, reeley. Worked great.