Google Buzz is another micro blogging tools like twitter. Today, I will give you tutorial on putting Google Buzz button in Blogger post.You can read more about Google Buzz on its Webpage. CLICK HERE.
You can find this page in your Gmail. Click on Buzz and Post anything you want. You can add link and Image. It is also little bit similar to facebook. You can follow your friend and they can do same as Twitter.
Here is How you can add Google Buzz Buttons To blogger:
1. Login to your Blogger Account and navigate to Layout >> Edit HTML
2. Click on Expand Template.(Don’t forget to Back up template)
3. Find Below Code:
<div class='post-header-line-1'/>4. Copy and Paste below code just after above code.
<a expr:href='"http://www.google.com/reader/link?url=" + data:post.url + "&title=" + data:post.title + "&srcTitle=" + data:blog.title' target='_blank'><div style='border:0px !important;text-align:right;margin-top:-42px;'><img alt='Buzz It' src='http://img249.imageshack.us/img249/631/buzzitsmall.png'/></div></a>
For this type of Google Buzz Button:
<a expr:href='"http://www.google.com/reader/link?url=" + data:post.url + "&title=" + data:post.title + "&srcTitle=" + data:blog.title' target='_blank'><div style='border:0px !important;text-align:right;margin-top:-42px;'><img alt='Buzz It' src=http://img708.imageshack.us/img708/7885/buzzitbig.png'/></div></a>
For this Type of Google Buzz Button:

5. If you don’t find <div class=’post-header-line-1′/>, try to find <data:post.body/> and post Google Buzz Button code right before <data:post.body/>.
6. Preview it and Save it.


0 comments