V1.7 facebook open graph tags error please help

seiyukaras

New member
XNullUser
Joined
May 23, 2022
Messages
3
Reaction score
0
Points
1
NullCash
6
Good afternoon, I am working in a store and I have not been able to configure the facebook open graph tags, I have the code as follows (version 1.7.4)

Code:
{block name='head_viewport' append}
  <meta property="og:type" content="product">
  <meta property="og:url" content="{$urls.current_url}">
  <meta property="og:title" content="{$page.meta.title}">
  <meta property="og:site_name" content="{$shop.name}">
  <meta property="og:description" content="{$page.meta.description}">
  <meta property="og:image" content="{$product.cover.large.url}">
  <meta property="product:pretax_price:amount" content="{$product.price_tax_exc}">
  <meta property="product:pretax_price:currency" content="{$currency.iso_code}">
  <meta property="product:price:amount" content="{$product.price_amount}">
  <meta property="product:price:currency" content="{$currency.iso_code}">
{/block}
If someone has been able to configure this option for version 1.7.4, you can share the code
 
Top