Example #1
0
 /**
  * Register Meta tags
  *
  * @return array
  */
 public function getNamespaces()
 {
     $list = parent::getNamespaces();
     $list['og'] = 'http://ogp.me/ns#';
     $list['fb'] = 'http://www.facebook.com/2008/fbml';
     return $list;
 }