Page 4 of 5
Re: phoca open graph
Posted: 23 Mar 2020, 22:24
by Jan
Ok, I will add it to new version.
Thank you for the feedback.
Jan
Re: phoca open graph
Posted: 18 May 2020, 15:40
by pequenoxan
Hello and thanks for the plugin.
I set image url in Phoca Open Graph Content Plugin > Required Properties > Image.
But og:image don´t appears in Joomla article. I tested it in all tabs ( Featured... Category...) but I can´t view the og:image in article.
What is my mistake?
Many thanks for your help.
Re: phoca open graph
Posted: 19 May 2020, 12:00
by Jan
Hi, can I see the site where it occurs? Which image did you set in options?
Jan
Re: phoca open graph
Posted: 19 May 2020, 12:45
by pequenoxan
Hello Jan, and thanks for your support.
I´ll send you my site url by PM.
In know that contact form is not for support, but In prefer not put the url of my website in forum.
Re: phoca open graph
Posted: 19 May 2020, 15:18
by Jan
Ok
Re: phoca open graph
Posted: 20 May 2020, 00:38
by Kostelano
Jan wrote: ↑22 Mar 2020, 22:46
Hi, try to open this file:
plugins\system\phocaopengraph\phocaopengraph.php
and on line cca. 75 change FROM:
Code: Select all
if ($docType == 'pdf' || $docType == 'raw' || $docType == 'json') {
return;
}
TO:
Code: Select all
if ($docType == 'pdf' || $docType == 'raw' || $docType == 'json' || $docType == 'xml') {
return;
}
and let me know if it works.
Most likely they missed
Not added in the new version.
Re: phoca open graph
Posted: 28 May 2020, 15:01
by Jan
Hi, thank you for the info, yes, will be added (hopefully) in next version.
Jan
Re: phoca open graph
Posted: 07 Jun 2020, 20:14
by Jan
Re: phoca open graph
Posted: 02 Aug 2020, 11:05
by nbit
I am using version 3.0.8 of the opengraph system plugin but i still get the addcustomtag error with Jsitemap
Re: phoca open graph
Posted: 02 Aug 2020, 11:14
by nbit
OK, I think I need to customize the format exclusion with images and videos as explained here
viewtopic.php?f=33&t=59098