Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add twitter meta tags to head #41

Open
PaulSearcy opened this issue Sep 24, 2017 · 0 comments
Open

Add twitter meta tags to head #41

PaulSearcy opened this issue Sep 24, 2017 · 0 comments

Comments

@PaulSearcy
Copy link

PaulSearcy commented Sep 24, 2017

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant