Blogger +1 button not showing with share buttons
It blogger share buttons aren't showing below your posts don't worry it happens if you are using a modified blogger theme. It's a easy fix. Follow steps below.
2. Go to Design >> Edit HTML
3. Check the "Expand Widget Templates" BOX
4. Search for any one of the following three line(you will find one of them for sure):
<p class='post-footer-line post-footer-line-3'>
If you don't find the code above, find the code below
<div class='post-footer-line post-footer-line-3'>
and if still didn't find the code above, find the code below
<data:post.body/>
5. After finding any of the line above paste the following code below it.
<div class='post-share-buttons'>
<b:include data='post' name='shareButtons'/>
</div>
6. Save your template and view your template, you should see blogger share buttons now.
7. If you still facing same problem then there is another workaround.
1. Log in Blogger.com
2. Go to Design >> Edit HTML
3. Check the "Expand Widget Templates" BOX
4. Search for <head> in html code in below line of <head> paste following code:
2. Go to Design >> Edit HTML
3. Check the "Expand Widget Templates" BOX
4. Search for <head> in html code in below line of <head> paste following code:
<script src='http://apis.google.com/js/plusone.js' type='text/javascript'/>
It shows +1 button beside the share buttons, on post as well as the main page.
Comments