Add LinkedIn Share Count Buttons To Your Blogs
- Go To Blogger > Design > Edit HTML
- Backup your template
- Click "Expand widget templates" box
- Search for this,
<data:post.body/>
To add the counter just below post titles then add anyone of the following codes above the code in Step#4 and if you wish to add the counter button to the bottom of posts then add any of the given codes below just below the code in step#4
Vertical Count
<script src="http://platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/Share" data-counter="top"></script>
Horizontal Count
<script src="http://platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/Share" data-counter="right"></script>
No Count
<script src="http://platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/Share"></script>
5. Save your templates and you are done!
No comments:
Post a Comment