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.- Go To Blogger > Design > Edit HTML
- Backup your template
- Click Expand widgets templates box
- Search for <data:post.body>
- 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>
To add the Buzz Counter above use the code below,
<b:if cond='data:blog.pageType == "item"'><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>
Or if you wish to use the Buzz counter above then use this code,
<b:if cond='data:blog.pageType == "item"'><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