TilliumsTeam Posted September 19, 2023 Share Posted September 19, 2023 Good Afternoon. I installed the PrestaShop Social with Facebook & Instagram module recently but I am receiving an error with the pixel. Installing the module on the website went smoothly but Facebook is saying the configuration is wrong and to reach out to support. The error is in regards to microdata not being configured on the site properly. When setting up the pixel with Facebook, it is hanging at the verify connection screen as it does not receive activity from the website. I'm not sure how to resolve this. https://www.tilliums.com Link to comment Share on other sites More sharing options...
Zohaib-fk Posted September 30, 2023 Share Posted September 30, 2023 Hi, To make your website's content display optimally on Facebook and other social media platforms, you should consider implementing the following OGP meta tags in the <head> section of your web pages: og:title: This tag defines the title of your content. og:type: Specifies the type of content, such as "article," "website," or "product." og:description: Provides a concise description of the content. og:url: The URL of the web page. og:image: The URL of an image associated with the content. og:site_name: The name of your website. Below is an example of microdata generated by the module <!-- Automatic Open Graph and Twitter Cards Tags on All Pages --> <meta property="og:type" content="product"/> <meta property="og:url" content="https://www.hrms-systems.com/presta-addons/en/men/1-1-hummingbird-printed-t-shirt.html"/> <meta property="og:title" content="Hummingbird printed t-shirt"/> <meta property="og:site_name" content="Presta Addons Demos Shop"/> <meta property="og:description" content=" Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton. "/> <meta property="og:image" content="https://www.hrms-systems.com/presta-addons/1-large_default/hummingbird-printed-t-shirt.jpg"/> <meta property="og:image:src" content="https://www.hrms-systems.com/presta-addons/1-large_default/hummingbird-printed-t-shirt.jpg"/> <meta property="og:image:secure_url" content="https://www.hrms-systems.com/presta-addons/1-large_default/hummingbird-printed-t-shirt.jpg"/> <meta property="og:image:alt" content="Hummingbird printed t-shirt"/> <meta property="fb:app_id" content="579119035755849"/> <meta property="og:locale" content="fr-fr"/> <meta property="twitter:card" content="summary"/> <meta property="twitter:site" content="Presta Addons Demos Shop"/> <meta property="twitter:creator" content="@shahab_hrms"/> <meta property="twitter:title" content="Hummingbird printed t-shirt"/> <meta property="twitter:description" content=" Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton. "/> <meta property="twitter:image" content="https://www.hrms-systems.com/presta-addons/1-large_default/hummingbird-printed-t-shirt.jpg"/> <meta property="twitter:image:src" content="https://www.hrms-systems.com/presta-addons/1-large_default/hummingbird-printed-t-shirt.jpg"/> <meta property="twitter:image:alt" content="Hummingbird printed t-shirt"/> <meta property="twitter:domain" content="https://www.hrms-systems.com/presta-addons/"/> You can check your website microdata using the page view source, below is the example link from your website. view-source:https://www.tilliums.com/home/34-memorial-ceramic-tiles.html Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now