La documentazione Linkedin può essere trovato hereLinkedin condivisione di URL/non parsing grafico aperto
Come si dice, ha bisogno:
og:title
og:description
og:image
og:url
Ecco un esempio del mio codice sorgente blog wordpress che per semplicità ho uso Jetpack plug-in:
<!-- 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: "What is the correlation of the Starbucks Chain in the Netherlands?". 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" />
in Facebook funziona alla grande, oppure è possibile visualizzare i metadati here. Tuttavia LinkedIn è più testardo e in realtà non analizza i dati nemmeno lo If 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
.
So che non ho il tag og:image:width
ma Linkedin non analizza nemmeno titolo, descrizione o URL. Qualche idea per il debug?
Oltre a correggere gli errori nel nostro html e nella nostra meta-tag, LinkedIn sembra poco incline a raschiare pagine sicure. Il passaggio da https a http è stato l'ultimo passo per noi per ottenere la condivisione di LinkedIn al lavoro. – jgerman