Open Graph properties
Posted: Fri Feb 22, 2019 1:23 pm
Hi,
I'm trying to add OG properties to the login page so that when sharing the link via social media the appropriate data was shown. For now it does not look good
I've tried adding meta tags
in /templates/standard/layout/home.php but it did not work
Any help would be appreciated
I'm trying to add OG properties to the login page so that when sharing the link via social media the appropriate data was shown. For now it does not look good
I've tried adding meta tags
Code: Select all
<meta property="og:title" content="TITLE" />
<meta property="og:url" content="URL" />
<meta property="og:image" content="/path-to-img" />
Any help would be appreciated