How to share an url or article on Facebook from a site routed with AngularJS?
It happens that Facebook does not recognize the meta tags og: .... I have searched a lot but I can not find concrete answers. Any ideas?
I tried the following: In my HTML code I declare my open graph meta tags as link variables, for example:
<meta property="og:title" content="{{ post.title }}" />
This works fine for HTML, when I inspect the code in my browser, the property content
shows the value of post.title
The problem is that Facebook does not do the same. When I login to the Facebook debug console, the preview of the shared article is displayed with the title "{{post.title}}"