You are here

function fb_social_rdf_namespaces in Facebook social plugins integration 7.2

Implements hook_rdf_namespaces().

File

./fb_social.module, line 11

Code

function fb_social_rdf_namespaces() {
  return array(
    'og' => 'http://ogp.me/ns#',
    'fb' => 'http://www.facebook.com/2008/fbml',
  );
}