Add Google Buzz "Follow on Buzz" and Counter Button To Blogger


How To Add Google Buzz Counter To Blogger?

I have added some extra codes so that the buttons may appear in Post pages only and not the homepage.
  1. Go To Blogger > Design > Edit HTML
  2. Backup your template
  3. Click Expand widgets templates box
  4. Search for <data:post.body>
  5. Now if you want to add the Google Buzz counter button just below your post titles then add the giant code below just above <data:post.body> or if you wish that the button may appear at the end of your posts then paste the following code just below <data:post.body>
Google Buzz Counter Button
To add the Buzz Counter above use the code below,
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<a title="Post to Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count"></a>
<script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script>
</b:if>
Google Buzz Button
Or if you wish to use the Buzz counter above then use this code,
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<a title="Post to Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-locale="en_GB"></a>
<script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script>
</b:if>

     6.  Save your template and view you blog to see it working just fine.

No comments:

Post a Comment