Extension:PageDisqus
(Redirected from Extension:MpDisqus)
Jump to navigation
Jump to search
PageDisqus Release status: beta |
|
---|---|
![]() |
|
Description | Adds the Disqus commenting service at bottom of each page |
Author(s) | Michael Platzertalk |
Maintainer(s) | Sophivorus |
Latest version | 0.7 (2020-05-28) |
MediaWiki | 1.25+ |
License | GPL |
Download | |
|
|
Translate the PageDisqus extension if it is available at translatewiki.net | |
The PageDisqus extension automatically integrates the Disqus commenting service to every page, right after the content area.
Installation[edit]
- Download and place the file(s) in a directory called
PageDisqus
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'PageDisqus' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration[edit]
$wgPageDisqusShortname
: The Disqus shortname for your site. This is the identifier (or the hostname) you specify when entering your unique Disqus URL.$wgPageDisqusExclude
: This parameter lets you specify a list of pages where no Disqus comments should be displayed. For example:$wgPageDisqusExclude = array("Main Page", ".+:.+");
See also[edit]
- Extension:DisqusTag
- Disqus Comments Widget on mediawikiwidgets.org site, it uses Widgets extension.