Hi! Everyone, hope you all are fine.
Today in this post I am going to tell you about how you can use LinkedIn share button on your website/blog. Today LinkedIn launched there new official share button. There are three types of share button same as we have for Twitter official Tweet button.
Here how you can get the share button
- Here is the code for your LinkedIn share button
- Now here how you can use it in three different types
- If you want to specify the URL of the page which will get shared just add data-url=”http://Jajodia-Saket.blogspot.com/“ after type=”in/share” or after data-counter=”top” or after data-counter=”right” with a single space in between and change http://Jajodia-Saket.blogspot.com/ with the URL you want
<script type="text/javascript" src="http://platform.linkedin.com/in.js"></script><script type="in/share" ></script>
i) Vertical count
Just add data-counter=”top” just after type=”in/share” with a single space in between
ii) Horizontal count
Just add data-counter=”right” just after type=”in/share” with a single space in between
iii) No count
No changes is required
If you have any problem please let me know.