Page 1 of 2

Open Graph - loads partially wrong content

Posted: 19 Apr 2017, 13:45
by HerKle
Hi,
after enabling SEF URL rewrite, JCH Optimize and JotCache on our website, I observe strange behaviour of Phoca Open Graph. When tryin g to share an article on Facebook, I got wright picture but wrong title and wrong description.

Of course, I cleaned all caches. I even deactivated the plugin, but yet, after re-activating it still delivers wrong og:title and og:description although everything else is correct. All settings of the plugin are left to default.

Here ist the source code of the meta tags

Code: Select all

<meta name=keywords content=cannabispolitik />
<meta name=og:title content="Renovierung des Gruppentreffs"/>
og:title should be: "Wieder und wieder und wieder"

Code: Select all

<meta name=og:type content=article />
<meta name=og:image content=http://guttempler.de/images/bundesverband/artikel/2017/cannada_620.png />
<meta name=og:url content=http://guttempler.de/home/aktuelles/684-wieder-und-wieder-und-wieder />
<meta name=og:site_name content="Guttempler in Deutschland"/>
<meta name=og:description content="Die Renovierung unserer Gruppenräume in der Nürnberger Südstadt hat begonnen."/>
og:description should be the same as meta:description

Code: Select all

<meta name=description content="Wir sehen mit Sorge einerseits die Dämonisierung des Cannabis-Konsums und dessen KonsumentInnen, andererseits die Glorifizierung und Verharmlosung des deutschen »Kulturguts« Alkohol."/>
<meta name=generator content="Joomla! - Open Source Content Management"/>
So it seems as if some cache hinders Phoca OG to refresh *all* information. Does anyone has an idea how to fix that?
Thanks for help!
Regards, Herbert

Re: Open Graph - loads partially wrong content

Posted: 19 Apr 2017, 22:19
by HerKle
After deinstalling an re-installing the plugin (btw latest version 3.0.8) I receive first correct meta tags – but in a second run again those of another latest article in a different joomla category:

Code: Select all

<meta property=og:title content="Wieder und wieder und wieder …"/>
<meta property=og:type content=article />
<meta property=og:image content=http://guttempler.de/images/bundesverband/artikel/2017/cannada_620.png />
<meta property=og:url content=http://guttempler.de/home/aktuelles/684-wieder-und-wieder-und-wieder />
<meta property=og:site_name content="Guttempler in Deutschland"/>
<meta property=og:description content="Wir sehen mit Sorge einerseits die Dämonisierung des Cannabis-Konsums und dessen KonsumentInnen, andererseits die Glorifizierung und Verharmlosung des deutschen »Kulturguts« Alkohol."/>
<meta property=og:title content="Renovierung des Gruppentreffs"/>
<meta property=og:description content="Die Renovierung unserer Gruppenräume in der Nürnberger Südstadt hat begonnen."/>
So og:title and og-description are listed two times. How comes?

Thanks for help.

Regards, Herbert

Re: Open Graph - loads partially wrong content

Posted: 20 Apr 2017, 16:08
by Jan
Hi, do you use content plugin or system plugin or both?

Re: Open Graph - loads partially wrong content

Posted: 20 Apr 2017, 16:24
by HerKle
Hi Jan,
I have both installed and enabled.

Re: Open Graph - loads partially wrong content

Posted: 27 Apr 2017, 01:33
by Jan
Hi, then see the options of both of them, you need to limit some of them so they do not conflict each other.

Jan

Re: Open Graph - loads partially wrong content

Posted: 27 Apr 2017, 09:43
by HerKle
I would like to show our settings, which mostly are left default. How can I upload pics here?

And: Does the order of the plugins has to be observed?

Re: Open Graph - loads partially wrong content

Posted: 27 Apr 2017, 19:03
by Benno
Hi,
How can I upload pics here?
see: forum-rules.php
5. If you have problem on your site, please paste the link to your site or link a screenshot of your site (store your screenshot on some image server and paste a link to this image into the post).
Kind regards,
Benno

Re: Open Graph - loads partially wrong content

Posted: 28 Apr 2017, 10:06
by HerKle
The website in question is guttempler.de.

The settings for system plugin:
http://www.guttempler.de/images/bundesv ... ttings.png

The article settings for plugin:
http://www.guttempler.de/images/bundesv ... ttings.png

The featured settings:
http://www.guttempler.de/images/bundesv ... ttings.png

The blog settings:
http://www.guttempler.de/images/bundesv ... ttings.png

The common settings:
http://www.guttempler.de/images/bundesv ... ttings.png

Thank you!

Re: Open Graph - loads partially wrong content

Posted: 29 Apr 2017, 01:19
by Jan
Hi, see the "Deaktivieren" Parameters (Menu, Ansicht, Optionen).

Or just disable the system plugin - check where the open graph are displayed and if there will be a place where it will be not displayed, install the system plugin to extend.

Jan

Re: Open Graph - loads partially wrong content

Posted: 04 May 2017, 11:36
by HerKle
Sorry Jan, I don't get your point. I don't want to deactivate the plugin in any menu items, views or options. That's why the fields are left blank (default).

I simply want the plugin to show "meta og:title" and "meta og:description" only once per article. Now it creates two "meta og:title" and two "meta og:description" following each other on one single page. First title and description are correct, second are false. I want no second ones at all.

Herbert