if (strpos($headerGraphString, 'og:type') === false)
{
// $isHomePage = $this->isHomepage();
// if ($isHomePage)
// $type = "website";
// else
// $type = "article";
$headerGraphString .= '' . $carriageReturn;
}
if (strpos($graphName, ':') === false)
{
// if ($graphName == 'admins' || $graphName == 'app_id')
// $graphName = 'fb:' . $graphName;
// else
// $graphName = 'og:' . $graphName;
/** Code Edit **/
if ($graphName == 'admins' || $graphName == 'app_id'){
$graphName = 'fb:' . $graphName;
}
elseif($graphName == 'points'){
$graphName = 'game:' . $graphName;
}
else{
$graphName = 'og:' . $graphName;
}
}
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
