I ran into two issues with the Phoca Open Graph plugin. The first one seems similar to this forum topic:
viewtopic.php?f=33&t=17403
On my page I have an article (a plain single article from com_content component) and a Joomla core news module which shows the intro of one other article. The plugin creates og meta tags for both articles and by doing so, creates duplicate tags. For instance I have two 'og:title' tags, two 'og:description' tags etcetera. Would there be a way to use only the content of the "main" article and not of the article in the module?
The second issue may be due to Facebook but I'll mention it anyway. For testing og functionality I always use the Facebook Object debugger, because it cleans up the Facebook caching:
https://developers.facebook.com/tools/debug/og/object
When testing with the same site, I get this error: The 'og:title' is missing. Yet in the page source code I see that this tag is present and it's syntax is correct. For example:
Code: Select all
<meta property="og:title" content="Producten">
I hope that you can help me,
Kind regards, Frits
Edit: The second issue was tested with the news module disabled, so the first issue was not present while testing for the second one.