hlongvu/phoenix_meta_tags

Wrong twitter card meta tags

Closed this issue · 0 comments

Twitter card requires different HTML markup for meta tags. Not content property sequence, but name content. Example:

<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@nickname">
<meta name="twitter:creator" content="@another_nickname">

I can send PR to fix that, if you don't mind.