Search code examples
phpangularjsmeta-tags

When sharing on facebook, showing angular brackets in title and decription


AngularJS 1 rendering the content fine into title and meta tags, but when I share it with facebook(using url paste in fb post box), it shows angular {{ }} in the popup window .

I use the ans which updated on stackoverflow. but its not working for me. i m trying also server side rendering(using htaccess) but its not worked. (as per follow this doc Click Here)

<head>
    <meta property="og:title" content="{{ngMeta.title}}" />
    <meta property="og:description" content="{{ngMeta.description}}" />
</head>

Solution

  • github.com/prerender/prerender/blob/master/README.md here solution for prerendering issue