php - Change content Meta Tags for Facebook in PrestaShop 1.7 -


i working on module , got stuck on problem. in prestashop 1.7 there meta tags processed facebook in case product url shared on facebook wall.

<meta property="og:type" content="product"> <meta property="og:url" content="http://www.xyzexample.com/en/evening-dresses/4-16-printed-dress.html"> <meta property="og:title" content="printed dress"> <meta property="og:site_name" content="test shop 17"> <meta property="og:description" content="printed evening dress straight sleeves black thin waist belt , ruffled linings."> 

i unable change content of these tags on run-time through module.

i tried change content through js facebook not parsing updated value.

any kind of on highly appreciated.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -