Add Google Buzz button for Blogger

Written By admin on Jan 19, 2011 | 11:50 PM

Home » , , , » Add Google Buzz button for Blogger
The Google Buzz button is now available for blog and website. what is google buzz button? Google Buzz is a great social tool which is very similiar to Twitter and Facebook. It's a wonderful way to engage and interact with your readers. Today, o want to share with you how to implement these Google Buzz buttons into your blogger posts. Here is the way how to add Google Buzz:



Step 1

Go to Layout >Edit HTML in your Blogger Dashboard
Make sure to check the "Expand Widget Templates" box

Step 2

Back up your template before making any changes!(If you don't want to back up skip to step 3)

Step 3

Find this code
<div class='post-header-line-1'/>

Step 4

Paste the Google Buzz code below right after <div class='post-header-line-1'/>
<div style="float:right;padding:4px;">
<a expr:href='&quot;http://www.google.com/reader/link?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title + &quot;&amp;srcTitle=&quot; + data:blog.title+ &quot;&amp;srcURL=&quot; + data:blog.homepageUrl ' rel='nofolloW' style='text-decoration:none;' target='_blank'>
<img alt='Buzz It' src='http://i48.tinypic.com/idyc04.png' style='border:0px;'/></a>
</div>

If it doesn't work try this step:
Find this code:
<data:post.body/>

Then, copy the Google Buzz code before <data:post.body/>

Step 5

Finished and Save your template.


Otherwise, you can add Google Buzz Button with Share Count to Blogger.





Google Buzz with share count button code:
<!-- Google buzz button count -->
<div style="float:right;padding:4px;">
<script type='text/javascript'>
njuice_buzz_url = '<data:post.title/>';
njuice_buzz_title = '<data:post.url/>';
njuice_buzz_share = 'reader';
</script>
<script type='text/javascript' src='http://button.njuice.com/buzz.js'/>
</div>
<!--// Google buzz button count -->

Step 1

Paste the Google Buzz it with Share Count Code either directly after this:
<div class='post-header-line-1'/>

Or, directly before this:
<data:post.body/>

Step 2

If you want to change the style of the widget add either,
njuice_buzz_size = 'small';
or
njuice_buzz_size = 'simple';
just after
njuice_buzz_share = 'reader';

Step 3

Finish and save your template.

0 comments:

Post a Comment