Skip to content

Add meta tag which uses the property instead of name attribute#37

Open
alexjg wants to merge 2 commits intowillhardy:masterfrom
alexjg:fix-og-tags
Open

Add meta tag which uses the property instead of name attribute#37
alexjg wants to merge 2 commits intowillhardy:masterfrom
alexjg:fix-og-tags

Conversation

@alexjg
Copy link

@alexjg alexjg commented Mar 8, 2013

At the moment the MetaTag metadata field renders

<meta name="somename" content="somecontent" />

Unfortunately this doesn't play nice with Facebooks meta tag requirements which need something like:

<meta property="somename" content="somevalue" />

So I've added a metadata field called OgMetaTag which renders as required but is otherwise identical to MetaTag.

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

Successfully merging this pull request may close these issues.

1 participant