kpumuk / meta-tags

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

How to specify Facebook App tag? #171

Closed Bsmoder closed 6 years ago

Bsmoder commented 6 years ago

It has to be something like this in the result:

I did something like this: <%... og: { app_id:'108427863187624' } ... %>

kpumuk commented 6 years ago

Facebook is looking for fb:app_id meta tag, so the answer is fb: { app_id: '108427863187624' }