Linkedin Share URL preview not showing correctly?
NickName:Wolverine Ask DateTime:2015-08-24T20:57:04

Linkedin Share URL preview not showing correctly?

I need to share dynamically created URLs in website to Facebook and LinkedIn. I am sharing to Facebook properly and all needed og tags have been set. But for LinkedIn, it is not working.

This is my URL: https://www.fourthambit.com/blogs_fa/102048

It is properly parsed in Facebook and preview is shown correctly.

But the same link is not working in LinkedIn.

Am I missing anything else?

All needed meta tags are set:

<meta property="og:title" content="Indian Media: Then.... Now... and Later" />
<meta content="Sensationalism has become synonymous with the Indian Media, especially Television. In 2008 dur..." name="description" />
<meta property="og:description" content="Sensationalism has become synonymous with the Indian Media, especially Television. In 2008 dur..." />
<meta content="Academic network" name="keywords" />
<meta property="og:image" content="https://www.fourthambit.com/article/getarticlephoto/big/ZGNlZQD4/0/102/20150807050217-12217198186.jpg" />
<img src="https://www.fourthambit.com/article/getarticlephoto/big/ZGNlZQD4/0/102/20150807050217-12217198186.jpg" style="display: none !important;" />
<meta property="og:type" content="website" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />

This is the ajax call going while I try to view a preview in LinkedIn update status bar text-area.

https://www.linkedin.com/sharing/api/url-preview?url=https://www.fourthambit.com/blogs_fa/102048

Copyright Notice:Content Author:「Wolverine」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/32182920/linkedin-share-url-preview-not-showing-correctly

Answers
IKBreier 2017-06-05T06:33:16

The reason to this problem could be the following:\n"Unfortunately LinkedIn caches the data it retrieves the first time the link is previewed and keeps it cached for a week!"\nand the solution:\n"The only way to “clear” the sharing preview cache for LinkedIn is to trick LinkedIn into thinking your page is a different (and new) page.\nThis is done by adding a made-up parameter to the link. It doesn’t affect your webpage, but it does force the metadata to be re-fetched.\nExample:\nOriginal link: http://beantin.se/consultant-resume\n"New" link: http://beantin.se/consultant-resume?1",


Won Jun Bae 2019-09-18T21:26:43

LinkedIn has launched Post Inspector. You can now do the following to clear LinkedIn Preview cache:\n\nStep 1: Visit https://www.linkedin.com/post-inspector/inspect/\n\nStep 2: Enter your url and click on Inspect, You will see the updated preview image\n\nStep 3: Now try sharing your url on LinkedIn",


More about “Linkedin Share URL preview not showing correctly?” related questions

Linkedin Share URL preview not showing correctly?

I need to share dynamically created URLs in website to Facebook and LinkedIn. I am sharing to Facebook properly and all needed og tags have been set. But for LinkedIn, it is not working. This is m...

Show Detail

LinkedIn Share API not showing image for URL some of the time

Our application lets an admin create a suggested social post for all of the members of his or her organization. The admin will insert a URL in our system and our platform creates a unique URL for ...

Show Detail

Thumbnails not showing up on LinkedIn share posts

We've set up a new mini-site with extensive social sharing, including LinkedIn. Lots of OpenGraph tagging, the works. We have chosen specific images to be shown when sharing by using the og:image...

Show Detail

Why are the preview thumbnails blank when I try to share on LinkedIn?

I have an article on the website I help maintain, that I want to share on LinkedIn, via the "Share an update" form on the site. The possible thumbnail images are being detected, and LinkedIn is rec...

Show Detail

LinkedIn Share Post URL with parameter

I have created a post on my websites when I shared on LinkedIn, it's not showing complete URL of sharing. Currently, I am using https://www.linkedin.com/sharing/share-offsite/?url=www.example.com/...

Show Detail

Linkedin URL preview not using javascript

I have this page on my website where Javascript is absolutely necessary and if it is disabled, an error message shows. I have a bunch of opengraph metatags in it and it works perfectly in Facebook,

Show Detail

Share website URL with image and description preview on LinkedIn

I'm trying to share URL on LinkedIn, but it doesn't picking my website description, title and image . I have tried these methods for sharing but none of these are working. Share Method 1 Share M...

Show Detail

LinkedIn picture post not showing in preview

I'm posting through the XML REST API to the LinkedIn. The thing XML I send out looks like this: &lt;share&gt; &lt;visibility&gt; &lt;code&gt;anyone&lt;/code&gt; &lt;/visibility&gt;&

Show Detail

Wordpress Website Link Preview not working in LinkedIn Groups

I want to share this article link (https://www.ngdevelop.tech/handsontable/) in the LinkedIn groups but the link preview is not working. This same thing happens for my previous two link share. Befo...

Show Detail

LinkedIn share url without javascript?

I've read the docs here: https://developer.linkedin.com/documents/share-linkedin But even their example url at the bottom of the page just loads a spinner. Does anyone know how to successfully cr...

Show Detail