Hello,

I would like to have some meta tags that look like this:
    <meta property="og:type" content="activity" />

This is because of the facebook like button:
https://developers.facebook.com/docs/reference/plugins/like/ (Step 2 -
Get Open Graph Tags)

The thing is when you try response.meta.foo = 'bar' it generates
    <meta name="foo" content="bar" />

Any help on creating meta tags with the attribute property?

Reply via email to