Hi guys,
recently I purchased a plugin for OG properties control. It conflict with JA Social plugin that generated some code, perhaps wrong.
I need to use the fb-like option, but without the meta properties automatically generated under tag “head”.
As I write, the code it seem wrong, because the og:site_name took content from description and not from Joomla site name global configuration.
I try to delete this lines from sucbuttons.php:
$document->addCustomTag('<meta property="og:site_name" content="'.$config->getValue('sitename').'"/>');
$document->addCustomTag('<meta property="og:title" content="'.$row->title.'"/>');
$document->addCustomTag('<meta property="og:type" content="article"/>');
$document->addCustomTag('<meta property="og:url" content="'.$link.'"/>');
but the code persist on page… Can you help me? :((
I’m on JA Mero template at http://www.simonegianolio.info