sithdown / disqus
Embeds Disqus comments to Phile.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:phile-plugin
Requires
This package is not auto-updated.
Last update: 2024-11-19 03:46:24 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