Google Buzz is a new way to start conversations about the things you find interesting. It's built right into Gmail.
Introduction to Google Buzz.
How to Add Google Buzz Button for blogpot?
01. Now go to your blogger Design, Edit HTML and click on Expand Widget Templates.
02. Search for following piece of code.
<div class='post-header-line-1'/>
03. Now place below script after above code and save your template.
<div style="float:right;padding:4px;">
<a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" rel="nofollow" expr:data-url='data:post.url'></a>
<script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script>
</div>
As I highlighted above code you can customize the buzz button.
"normal-count" - big button with count
"small-count" - small compact button with count
"float:right" - float button right or left
View adding more share buttons to blogger (facebook / retweet)
0 comments:
Post a Comment