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' => 'https://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: https://bit.ly/9XD1Sa and add this to the images directory.
Enjoy!
~Josh