Add LinkedIn Share Counter Buttons To Blogger


Add LinkedIn Share Count Buttons  To Your Blogs

  1. Go To Blogger > Design > Edit HTML
  2. Backup your template
  3. Click "Expand widget templates" box
  4. 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 CountLinkedIn vertical Count button
<script src="http://platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/Share" data-counter="top"></script>

Horizontal Count
LinkedIn horizontal button

<script src="http://platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/Share" data-counter="right"></script>


No Count
LinkedIn button
<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