The Google Buzz Button can be added to your Blogger as well as WordPress blogs by adding a code to the HTML or php file.
How to Add Google Buzz Button in Blogger Blog
1. Sign in to your blogger account.
2. Take ” Edit HTML ” from ” Layout ” options and expand the Widget Templates.
3. Copy the code given below to get a buzz it button like the one given above in this post. You could change the image by changing its URL.
<div style="float:right;padding:4px;"> <a expr:href='"http://www.google.com/reader/link?url=" + data:post.url + "&title=" + data:post.title + "&srcTitle=" + data:blog.title+ "&srcURL=" + data:blog.homepageUrl ' rel='nofolloW' style='text-decoration:none;' target='_blank'> <img alt='Buzz It' src='http://img2.pict.com/83/f4/f6/2847312/0/25yy8pd.png' style='border:0px;'/></a> </div>
4. Find ” <div class=’post-header-line-1′/> ” in the template and after this code place the buzz it btton code.
How to Add Google Buzz Button to WordPress Blog
1. Go to the Dashboard.
2. Navigate to Editor -> single.php.
3. Add the code in the desired place and update the file.
<a href="http://www.google.com/reader/link?url=<?php the_permalink() ?>&title=<?php the_title(); ?>&srcURL=<?php bloginfo('url'); ?>" target="_blank" rel="nofollow external"><img src="http://img2.pict.com/15/da/3e/2809374/0/googlebuzz.png" width="50" height="58" alt="" /></a>



