Extension:FacebookComments

From mediawiki.org
MediaWiki extensions manual
FacebookComments
Release status: unmaintained
Implementation Tag
Description Adds Facebook comments on every page.
Author(s) Jmkim dot com
Latest version 1.1.2 (2012-08-26)
MediaWiki 1.18+
Database changes No
License GNU General Public License 2.0
Download

The FacebookComments extension adds Facebook comments on every page.

Installation[edit]

  • Download and place the file(s) in a directory called FacebookComments in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/FacebookComments/FacebookComments.php";
    $wgFacebookAppId = 'YOUR_FACEBOOK_APP_ID'; // optional
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Pre-Requisite[edit]

Install the OpenGraphMeta extension and give the appid in the opengraph parameters and it will enable the facebook integration with appid. Open graph is required for generating the appid as meta property in <head>. Without opengraph, facebook comment will work but administrator or moderators won't be able to see the comments under appid in developer facebook, and also won't be able to moderate the comments.

See also[edit]