URL de compartilhamento do Linkedin / não analisar gráfico aberto

A documentação do Linkedin pode ser encontradaAqui

Como diz, precisa:

og:title
og:description
og:image
og:url

Aqui está um exemplo do meu código-fonte do blog wordpress que, para simplificar, eu uso o plug-in do Jetpack:

<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="article" />
<meta property="og:title" content="Starbucks Netherlands Intel" />
<meta property="og:url" content="http://lorentzos.com/starbucks-netherlands-intel/" />
<meta property="og:description" content="Today I had some free time at work. I wanted to play more with Foursquare APIs. So the question: &quot;What is the correlation of the Starbucks Chain in the Netherlands?&quot;. Methodology: I found all the p..." />
<meta property="og:site_name" content="Dionysis Lorentzos" />
<meta property="og:image" content="http://lorentzos.com/wp-content/uploads/2013/08/starbucks-intel-nl-238x300.png" />

No Facebook funciona muito bem, ou você pode ver os metadadosAqui. No entanto, o LinkedIn é mais teimoso e não analisa realmente os dados nem mesmoIf you're unable to set Open Graph tags within the page that's being shared, LinkedIn will attempt to fetch the content automatically by determining the title, description, thumbnail image, etc.

Eu sei que não tenho oog:image:width tag, mas o Linkedin nem sequer analisa o título, a descrição ou o URL. Alguma idéia para depurá-lo?

questionAnswers(8)

yourAnswerToTheQuestion