How to Print meta tag "xreference" in any position This code is working on my localhost but not working on online $document=& JFactory::getDocument(); $abc= $document->getMetaData('xreference'); echo $abc; PHP: Can anyone help me... this is urgent