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
![Sad :(](./images/smilies/icon_e_sad.gif)
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