DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:disqus

Disqus Plugin

Compatible with DokuWiki

Lemming, Anteater, Rincewind, Angua, Adora Belle, Weatherwax, Binky, Ponder Stibbons, Hrun, Detritus, Elenor of Tsort, Frusterick Manners, Greebo

plugin Add Disqus powered comments to your wiki

Last updated on
2016-08-09
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to discussion, duoshuo-dokuwiki, miniblog

Tagged with discussion, disqus, embed

This plugin integrates a threaded comment system provided by the online service Disqus. JavaScript is required to see the comments inline, when no JavaScript is available a link to the Disqus page is provided.

Download and Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Changes

Configuration

The plugin can be configured through the Config Manager. You need to register a short name at Disqus and set it in the shortname option. For local testing enable the devel option.

Syntax and Usage

Simply add the following macro where you want to have the comment form and the comments displayed:

~~DISQUS~~

Then, go to the Configuration menu and add your Disqus short name to the configuration.

Alternatively, you can add your Disqus short name inline:

~~DISQUS shortname~~

Voila!

Adding comments to every page

If you want Disqus comments on all pages in your wiki, it is easier to just call the plugin from your template. Add the following code in your template's main.php where you want the comments to appear:

<?php
global $ACT;
if($ACT == 'show'){
    $disqus = &plugin_load('syntax','disqus');
    if($disqus) echo $disqus->_disqus($shortname);
}
?>
plugin/disqus.txt · Last modified: 2023-10-30 23:47 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki