Pages

Sunday, September 25, 2016

How to add LinkedIn share button in Blogger posts

Steps:

Go to Blogger > Posts > open the post from HTML view.

If you want to add the share button below the post, include below command right after body code.


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



Save the Post


Result:


Thank You!