Sunday, September 30, 2012

How to add tweet, FB Likes and G+ button in blog

In this post I will share about how to add a Tweet, FB Likes and G+  button in Blog, go see the following tutorial :
  • Open your blogger account, 
  • Then open menu design => Edit HTML => Check Template Expand Widget
  • Then you press F3 and search code :
           <div class='post-footer'>
  • After that you enter the following code below the code mentioned above :
           <!-- AddThis Button BEGIN -->
           <div class='addthis_toolbox addthis_default_style '>
           <a class='addthis_button_facebook_like' fb:like:layout='button_count'/>
           <a class='addthis_button_tweet'/>
           <a class='addthis_button_google_plusone' g:plusone:size='medium'/>
           <a class='addthis_counter addthis_pill_style'/>
           </div>
           <script src='http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4ebf44dc7528ea48' type='text/javascript'/>
           <!-- AddThis Button END -->
  • Then select save template and see the changes, as shown below :

No comments:

Post a Comment