Extension:FacebookComments
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
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 | GitHub: Note: |
The FacebookComments extension adds Facebook comments on every page.
Installation
edit- Download and place the file(s) in a directory called
FacebookComments
in yourextensions/
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
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Pre-Requisite
editInstall 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.