Page 1 of 1

Description in Open Graph Plugin

Posted: 11 Jan 2018, 16:06
by Dirk Graetz
Hi,
i installed Phoca Open Graph Plugin 3.1.2 in Joomla 3.8.1.
If i set a description for a menu item pointing to a category blog or an article, the content of og:description is the content set in the global Joomla description.
I think it is a problem in line 320 and 321 of phocaopengraph.php where the content of the menu item description is not extracted correctly.
Can you test this issue??
Kind regards

Re: Description in Open Graph Plugin

Posted: 14 Jan 2018, 00:34
by Jan
Hi, what exactly you mean is wrong with this line:

Code: Select all

$this->renderTag('og:description', $this->params->get('menu-meta_description'), $type);
Jan