I had the same problem when I had to add Facebook Open Graph META meta tags in my Joomla project.
<meta property="og:type" content="article"/>;
I included this code in my Joomla template and it worked for me, please see:
# add Facebook tags $doc = JFactory::getDocument(); $doc->addCustomTag("<meta property='og:type' content='article'/>");
You can also link to the Link .
Hope this helps others.
source share