Phoca Opengraph Not working for me
Posted: 19 Jun 2012, 20:07
Hello,
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:
All content in the meta tags seems to be fine, but facebook seems to ignore it and just continues to display stuff as it did before the addon was enabled.
On all pages I found about this, people use the same approach, but other meta tags. For images, for example, they use:
For every meta where phoca uses the "name":
Other people use "property":
Is this a problem with phoca? Might it need an update? Or did I miss something?
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"