Google Buzz is now on everyone’s lips for being anti Facebook situation. It’s time to exploit this situation to your blog, because the service is heavily oriented social network. Technically Google Buzz is largely integrated into Google Reader, the aggregator of RSS feeds, so we can exploit this relationship to create an appropriate button. You only have to make sure that in your profile Buzz (above under the heading “connected sites”) has been added to Google Reader.
Obviously we must have a basic knowledge of PHP and WordPress system, but simply add a few lines in the right place, through the WordPress editor (in the Appearance -> Editor).
Here’s the code:
1 2 | <a rel=”nofollow” target=”_blank” href=”http://www.google.com/reader/link?url=<?php echo get_permalink() ?>&title=<?php the_title();?>&snippet=<?php the_excerpt(); ?>&srcURL=<?php echo get_settings(‘home’); ?>” Title=”Share this via Google Buzz><img="<?php echo bloginfo('template_url');">/images/buzz-icon2.gif"/> </a> Google Buzz |
Also looking between the various utilities proposed in Google Reader you can add a small clip (bottom of the page under “Add a clip”) to your site, where “share” show your Buzz’s.

