How to do Facebook Open Graph friendly meta tags with client-side template engines like AngularJS, Mustache, Handlebars
问题 According to my testing, Facebook's crawlers do not render client-side templates like a browser. I want to avoid a webserver and building HTML files for Open Graph objects at all costs. I want to generate the meta tags on the fly via the URL, but it seems Facebook cannot do this. Can someone from Facebook please confirm? I asked the head of Open Graph at #mobiledevcon and she said that Facebook can render stuff like {{value}} My meta tags are as follows, and they render fine in every browser.