Yogesh Chauhan's Blog

How to create ‘share on LinkedIn’ link using just HTML?

in HTML on March 7, 2020

LinkedIn is a powerful platform to share content with your social network. Ensure your content receives the professional audience it deserves using Share on LinkedIn.

Use Share on LinkedIn to get your content in front of an audience of millions of professionals, drive traffic to your site and grow your member base and benefit from having your content shared across multiple professional networks worldwide.

Use this following code to make shareable links: 



<a class="share-linkedin" href="https://www.linkedin.com/shareArticle?mini=true&amp;
   url=[ENTER URl]&amp;
   title=[ENTER TITLE]&amp;
   summary=[ENTER SUMMARY]&amp;
   source=[ENTER SOURCE/NAME OF YOUR WEBSITE]" target="_blank" rel="noopener">
Share on LinkedIn
</a>



Most Read

#1 Solution to the error “Visual Studio Code can’t be opened because Apple cannot check it for malicious software” #2 How to add Read More Read Less Button using JavaScript? #3 How to check if radio button is checked or not using JavaScript? #4 Solution to “TypeError: ‘x’ is not iterable” in Angular 9 #5 PHP Login System using PDO Part 1: Create User Registration Page #6 How to uninstall Cocoapods from the Mac OS?

Recently Posted

#Apr 8 JSON.stringify() in JavaScript #Apr 7 Middleware in NextJS #Jan 17 4 advanced ways to search Colleague #Jan 16 Colleague UI Basics: The Search Area #Jan 16 Colleague UI Basics: The Context Area #Jan 16 Colleague UI Basics: Accessing the user interface
You might also like these
A quick introduction to API, REST API and PostmanMiscellaneousThe :last-of-type selectorCSSOrder By and Group By in PostgresPostgresHow to Use Aggregate Functions (MIN, MAX, SUM, AVG, COUNT) to Summarize Data in SQL?SQL/MySQLJavaScript: how to detect a browser using the user agent?JavaScriptSorting Arrays in JavaScriptJavaScriptHow to Create a Copy of a Table in SQL and MySQL?SQL/MySQLtransform-origin Property in CSSCSSHow to remove border from :visited image, link or button?CSSIs there a CSS parent selector?CSSABS and NEG functions in Envision BasicEnvision BasicRecursive WITH Queries in Postgres (Common Table Expressions)Postgres