In previous posts I have shared how to share a link on Twitter and Facebook without using API. Now in this tutorial I am showing you how to share a link on LinkedIn without using API.
Following URL is used to share a link on LinkedIn as a news with summary. You can change the URL, title and summary value in following URL:
https://www.linkedin.com/shareArticle?mini=true&url=http%3A//www.tricksofit.com&title=&summary=&source=
You can add this URL as link on your website. So user can share the news on their LinkedIn account.
<a href="https://www.linkedin.com/shareArticle?mini=true&url=http%3A//www.tricksofit.com&title=&summary=&source=">Share on LinkedIn</a>
Here is a live example of share link on LinkedIn without using any API.
You will see the screen like below.
Hope this tutorial will help you.