kpumuk / meta-tags

Search Engine Optimization (SEO) for Ruby on Rails applications.
MIT License
2.73k stars 275 forks source link

Render tags with fb: key with :property name_key #102

Closed mintuhouse closed 8 years ago

mintuhouse commented 8 years ago

https://developers.facebook.com/docs/reference/opengraph/object-type/website/ Need to add following line in render method render_hash(tags, :fb, name_key: :property)

mtin79 commented 8 years ago

Ran into the same issue. Please fix! Thanks.

hisapy commented 8 years ago

Please fix