sithdown / disqus
Embeds Disqus comments to Phile.
dev-master
2014-10-10 12:21 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-24 10:25:50 UTC
README
No longer maintained - check phileDisqus by Philipp Schmitt.
phileDisqus
Embeds Disqus comments to Phile. Based on Pico Disqus by Philipp Schmitt.
Installation
- Clone this repo to the
plugins/sithdown/disqus:
mkdir -p ~http/plugins/sithdown git clone https://github.com/sithdown/phileDisqus.git ~http/plugins/sithdown/disqus # You may consider using a submodule for this git submodule add http://github.com/sithdown/phileDisqus.git /srv/http/plugins/sithdown/disqus
- Activate it in
config.php:
$config['plugins'] = array( // [...] 'sithdown\\disqus' => array('active' => true), );
Usage
In your theme add {{ disqus_comments }} wherever you want to display the comments section.
Configuration
In plugins/sithdown/disqus/config.php you must set:
$config['disqus_id' => 'yourdisqusID']
License
MIT