: How to specify all three images to show when a page is shared on LinkedIn? When you share a URL on LinkedIn, it shows three images from that page. How can I get it to show the correct
When you share a URL on LinkedIn, it shows three images from that page. How can I get it to show the correct three images to the person posting when they paste my company URL into a post?
I've tried using the open graph meta tags, but that only allows me to specify one of the three images.
More posts by @Angela700
1 Comments
Sorted by latest first Latest Oldest Best
You should use Open Graph standard's <meta> tags in the <head> of your HTML page. Like so:
<html prefix="og: ogp.me/ns# >
<head>
<meta property="og:title" content="My Shared Article Title" />
<meta property="og:description" content="Description of shared article" />
<meta property="og:url" content="http://example.com/my_article.html" />
<meta property="og:image" content="http://example.com/foo.jpg" />
</head>
<body>
…
</body>
</html>
For further read, check out documentation: developer.linkedin.com/docs/share-on-linkedin
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.