standardnotes / listed

Create an online publication with automatic email newsletters. https://listed.to
109 stars 26 forks source link

Og tags for LinkedIn #211

Open RickCogley opened 3 years ago

RickCogley commented 3 years ago

Hello - we have them for facebook and twitter and I confirm they work, but could we possibly get OG tags for linkedin in the <head> template?

https://www.linkedin.com/help/linkedin/answer/46687/making-your-website-shareable-on-linkedin

Apparently we need:


    <meta property='og:title' content='Title of the article'/>
    <meta property='og:image' content='//media.example.com/ 1234567.jpg'/>
    <meta property='og:description' content='Description that will show in the preview'/>
    <meta property='og:url' content='//www.example.com/URL of the article'/>
JaspalSuri commented 3 years ago

Hi @RickCogley, thank you for the suggestion! I'll take note of this.

RickCogley commented 3 years ago

Thanks for considering!