dev-master
9999999-dev https://github.com/Sithdown/phileDisqusEmbeds Disqus comments to Phile.
MIT
The Requires
by Sithdown S.
cms disqus phile
Embeds Disqus comments to Phile.
, (*1)
No longer maintained - check phileDisqus by Philipp Schmitt., (*2)
, (*3)
Embeds Disqus comments to Phile. Based on Pico Disqus by Philipp Schmitt., (*4)
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
config.php
:$config['plugins'] = array( // [...] 'sithdown\\disqus' => array('active' => true), );
In your theme add {{ disqus_comments }}
wherever you want to display the comments section., (*5)
In plugins/sithdown/disqus/config.php
you must set:, (*6)
$config['disqus_id' => 'yourdisqusID']
MIT, (*7)
Embeds Disqus comments to Phile.
MIT
cms disqus phile