All of you know that Harsh have already posted about Google +1 button and how to install it on WordPress Thesis theme . But , he didn’t write about how to install it on Blogger . So , today I am going to tell you that how to add a Google +1 button with counter inside all the posts of Blogger . So , just follow the steps below step wisely and you are done :-
![]()
- First login to your Blogger’s dashboard and click on the ” Design ” tab .
- After that , click on the ” Edit HTML ” tab and expand your widget templates .
- Then , find this code [ CTRL+F ] :- <data:post.body/> .
- If you want to view this +1 button above the content of your page then just paste the following codes before <data:post.body/> :-
<div style=’float:left;padding:0px 0px 0px 0;’>
<script src=’http://apis.google.com/js/plusone.js’ type=’text/javascript’/>
<g:plusone size=’tall’/>
</div>
If you want to show this +1 button in the right side of your post , then replace ” left ” with ” right ” in the code above .
- And , if you want to show this Google +1 button in the end of your post , then place the same code but after <data:post.body/> .
- If you want this +1 button to be appeared on in the post pages , just make a little bit change in the main code . I have already modified the code , so here is the code :-
<div class=’post-body entry-content’>
<div style=’float:left;padding:0px 0px 0px 0;’>
<script src=’http://apis.google.com/js/plusone.js’ type=’text/javascript’/>
<g:plusone size=’tall’/>
</div>
</div>
In the same way , you can place the above codes before or after data:post.body depending upon where you want to place it .
Subscribe Updates, Its FREE!


![[BlogSpot SEO] Simple Script to Optimize Your Blog for SEO](http://www.shoutmeloud.com/wp-content/uploads/2011/07/seo-script-for-blogger-125x125.png?699e3a)



→
{ 9 comments… read them below or add one }
I think that you are complicating the process dude. Google has already integrated the social button into blogger.
i will hope these Google +1 buttons helps to increase search engine rankings and avoid the copy content articles
Hi Shenoy , it can really help your blog to get higher search engine rankings .
Actually, you don’t have to go through such a long process to add the +1 button provided by Google on blogger blogs. As blogger buzz said ” To add the +1 button to your blog, you’ll need to enable Share buttons on Blogger. “, Why go through such a long process when you can do it on a single click?
nice article for the bloggers who use blogspot as their blogging platform.
Hello Sanjay , yeah you can also add it officially through Blogger but if you do so you cannot customize it .
Yest,you cannnot customize it directly
good tutorial, thanks for sharing…
Hey Priyangshu,
There is another method of adding google +1 button into blogger blog. Blogspot blogger can add this with blogspot official share button.
Nice tutorial. Thanks for share..