Difference between revisions of "Widget:Improved Facebook Comments"

From Virtual Reality, Augmented Reality Wiki
Jump to: navigation, search
(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...")
 
(Blanked the page)
Line 1: Line 1:
$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}"/>');
 
}
 

Revision as of 19:59, 16 October 2017