Open
Description
When a book page is shared on WhatsApp their is no summary card at the moment.
For twitter: https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/summary
For FB / Whatsapp : https://ogp.me
Somethings like that should works:
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@user" />
<meta name="twitter:title" content="book title" />
<meta name="twitter:description" content="Cool book" />
<meta name="twitter:image" content="https://image.jpg" />
<meta property="og:title" content="Book title" />
<meta property="og:url" content="https://site.com/page.html" />
<meta property="og:description" content="Cool book">
<meta property="og:image" itemprop="image" content="https://image.jpg"/>
<meta property="og:type" content="book" /> (or article?)
<meta property="og:locale" content="en_GB" />
Metadata
Metadata
Assignees
Labels
No labels