First of all, I am pretty new to opengraph, so if anyone is reading this keep in mind it is probably my fault and not a problem with phoca's opengraph plugin.
I installed and enabled the phoca opengraph plugin. It did not change the way my pages are shared on facebook though.
I checked the webpage code, and it did include the opengraph meta tags, but I am wondering if they are correct:
Code: Select all
<meta [b][u]name[/u][/b]="og:title" content="Page title">
<meta [b][u]name[/u][/b]="og:type" content="company">
<meta [b][u]name[/u][/b]="og:image" content="http://link to a chosen image for that article ID (all works fine)">
<meta [b][u]name[/u][/b]="og:url" content="http://the url">
<meta [b][u]name[/u][/b]="og:site_name" content="Webpage name">
<meta [b][u]name[/u][/b]="og:description" content="The page's description">
On all pages I found about this, people use the same approach, but other meta tags. For images, for example, they use:
Code: Select all
<meta [b][u]property[/u][/b]="og:image" content="
Code: Select all
<meta [b][u]name[/u][/b]="og:title"
Code: Select all
<meta property="og:title"