Skip to content

Feature request: Support summary card (Twitter, WhatsApp, ..) #1416

@gagarine

Description

@gagarine

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions