KevinWorkman / HappyCoding

This is the source code behind HappyCoding.io, including all tutorials and examples.

Home Page:https://HappyCoding.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide Twitter Card Meta Tags

KevinWorkman opened this issue · comments

Twitter uses meta tags to provide a thumbnail and description for links you share. More info here: https://dev.twitter.com/cards/getting-started

We should provide these tags whenever possible. This would involve two things:

First thing: Go through every page and provide the data (in frontmatter) that Twitter wants. Provide as much as possible, so check out what's available in the Twitter reference first.

Second thing: Modify the default layout to incorporate this frontmatter into the appropriate meta tags.
#11 is the same issue for Facebook.

I'm closing this and will handle it all in one place. See #11 for more info.