Widget:Improved Facebook Comments

From Virtual Reality, Augmented Reality Wiki
Revision as of 19:58, 16 October 2017 by Xinreality (talk | contribs) (Created page with "$wgExtensionFunctions[] = 'mww_fb_app_id'; function mww_fb_app_id() { global $wgOut; $wgOut->addHeadItem("fb:app_id", '<meta property="fb:app_id" content="{YOU...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

$wgExtensionFunctions[] = 'mww_fb_app_id'; function mww_fb_app_id() {

       global $wgOut;
       $wgOut->addHeadItem("fb:app_id", '<meta property="fb:app_id" content="{YOUR-APP-ID}"/>');

}