Friday, January 28, 2011

Add a google Buzz button to blogger

This is a easy way to  share your post.Google buzz is also
 similar to facebook and twitter.
you can increase your blog readers.

1. Go to blogger dashboard and click Layout and click Edit HTML

2. Better to backup your template before editing this.

3. Make sure put check mark the "Expand Widget Templates" box.

4. Press Ctrl+F and find this code 
                                     <div class='post-header-line-1'/>
  
5. Add this below code ,after find the above code.

 <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> 

6. If not work.paste above code after this code
                                      <data:post.body/>

Enjoy it

0 comments:

Post a Comment