我目前正在研究一个模块并遇到问题。在PrestaShop 1.7中,有一些元标记由Facebook处理,以防在Facebook墙上共享产品URL。
<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 with straight sleeves with black thin waist belt and ruffled linings.">
我无法通过我的模块在运行时更改这些标记的内容。
我也尝试通过JS更改内容,但Facebook没有解析更新后的值。
对此有任何帮助都非常感谢。