Skip to content

Add twitter meta tags to head #41

Description

@PaulSearcy

Noticed that we don't have twitter meta tags set up on the site for the group's twitter account @desmoinesjs or open graph tags either.

Here is an example implementation:

<meta name="twitter:site" content="@desmoinesjs ">
<meta name="twitter:creator" content="@desmoinesjs ">
<meta name="twitter:image" content="https://dsmjs.com/img/dsmjs-logo.png">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dsmjs.com/">
<meta property="og:image" content="https://dsmjs.com/img/dsmjs-logo.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="Des Moines JavaScript Logo" />

Ref:
Twitter - https://dev.twitter.com/cards/markup
Open Graph - https://developers.facebook.com/docs/sharing/webmasters/ or http://ogp.me/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions