simonw / museums

A website recommending niche museums to visit
https://www.niche-museums.com/
46 stars 11 forks source link

Twitter cards and Facebook og metadata for listings #10

Closed simonw closed 4 years ago

simonw commented 4 years ago
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@publisher_handle">
<meta name="twitter:title" content="Page Title">
<meta name="twitter:description" content="{{ ">
<meta name="twitter:creator" content="@author_handle">
<-- Twitter Summary card images must be at least 120x120px -->
<meta name="twitter:image" content="http://www.example.com/image.jpg">

<!-- Open Graph data -->
<meta property="og:title" content="Title Here" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://www.example.com/" />
<meta property="og:image" content="http://example.com/image.jpg" />
simonw commented 4 years ago

https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/summary-card-with-large-image suggests a 2x1 aspect ratio.

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@nytimes">
<meta name="twitter:creator" content="@SarahMaslinNir">
<meta name="twitter:title" content="Parade of Fans for Houston’s Funeral">
<meta name="twitter:description" content="NEWARK - The guest list and parade of limousines with celebrities emerging from them seemed more suited to a red carpet event in Hollywood or New York than than a gritty stretch of Sussex Avenue near the former site of the James M. Baxter Terrace public housing project here.">
<meta name="twitter:image" content="http://graphics8.nytimes.com/images/2012/02/19/us/19whitney-span/19whitney-span-articleLarge.jpg">
simonw commented 4 years ago

twitter:image:alt is supported too.

simonw commented 4 years ago

https://cards-dev.twitter.com/validator

Card_Validator___Twitter_Developers
simonw commented 4 years ago

https://developers.facebook.com/docs/sharing/webmasters/#markup

<meta property="og:url"                content="http://www.nytimes.com/2015/02/19/arts/international/when-great-minds-dont-think-alike.html" />
<meta property="og:type"               content="article" />
<meta property="og:title"              content="When Great Minds Don’t Think Alike" />
<meta property="og:description"        content="How much does culture influence creative thinking?" />
<meta property="og:image"              content="http://static01.nyt.com/images/2015/02/19/arts/international/19iht-btnumbers19A/19iht-btnumbers19A-facebookJumbo-v2.jpg" />
simonw commented 4 years ago

https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Fwww.niche-museums.com%2Fbrowse%2Fmuseums%2F49

Sharing_Debugger_-_Facebook_for_Developers
simonw commented 4 years ago

Demo tweet: https://twitter.com/nichemuseums/status/1200580504094789632?s=21