Related Articles:
Google Buzz Button Code How to Add Google Buzz Button into your HTML page
Google Buzz CODE:
<a title="Post to Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count"> </a> <script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script>
Google Buzz Button Code How to Add Google Buzz Button into your HTML page
Styling Google Buzz Button:
Options for different styles: data-button-style="small-count" data-button-style="normal-count" data-button-style="small-button" data-button-style="normal-button" data-button-style="link"
here are the style options for google buzz button.
Google Buzz Button Code How to Add Google Buzz Button into your HTML page
Optional parameters:
Language: data-locale="de" --> german data-locale="cs" --> czech etc. URL: data-url="http://www.dieselbarracuda.com/" Image: data-imageurl="http://www.dieselbarracuda.com/images/logo.jpg" and this is URL format to open and pre-fill Google Buzz post window: http://www.google.com/buzz/post?url=<URL to post>&imageurl=<Optional image URL>
You can specify Language you want to use for google buzz button via "data-locale".
For English you don't need to do that it, cause it is set as default.
Next optional parameter is URL (which will be grabbed by default if you don't specify your own). Google Buzz button use for URL this parameter - data-url.
You can add image to your post as well with parameter - data-imageurl.
Related Articles:

Get latest posts in your email










