How to add Google Buzz button to your blog ?
To add Buzz button to your blog you simply need to add a small piece of code to your blog's HTML content. Follow the Given steps: 1. Go to Layout > Edit HTML and Expand your widget templates. 2. Search for following in ur HTML code <div class='post-header-line-1'/> if you cant find it, Search for : <data:post.body/> 3.Immediately after that place following Google Buzz it Code . <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://i48.tinypic.com/idyc04.png' style='border:0px;'/></a> </div> 4. You are done..! Now just check your post a button will appear. You can se...