Integrates DISQUS comment system with Plone.
Project description
Introduction
Integrates DISQUS comment system with Plone.
Default Plone discussion mechanism doesn’t have nice panel to administer comments. It’s hard to find new comments. It’s not possible to block posts with links or some other unwelcome contents.
But on the web there are much more specialized tools for commenting:
This comments systems can be easyly integrated with sites - user just need to create account and add some special code into his website.
collective.disqus integrates DISQUS comment system with Plone, so installation process is even easier.
Installation
It’s only few easy steps to integrate DISQUS with your Plone site:
create account on DISQUS
add you website in DISQUS admin panel (remember configured website short name)
install collective.disqus:
add to your buildout:
eggs = collective.disqus
use Add products in Site Setup or QuickInstaller to activate it
Current version of collective.disqus doesn’t migrate comments. So all comments that was created before installation will be hidden (not removed).
Configuration
Go to Site Setup -> DISQUS comment system control panel form and configure Website short name. DISQUS should be visible in all contents that enabled commenting.
Contributors
Project initiated by Wojciech Lichota.
Contributors:
Wojciech Lichota [sargo]
Rok Garbas [garbas]
Harald Friessnegger [fRiSi]
Changelog
0.3.1 - 2011-01-31
cleaned up i18n and added German translation [fRiSi]
added Spanish translation [hvelarde]
fixed action icons [hvelarde]
disqus_summary_listing now uses the configured shortname and includes the js only once [fRiSi]
0.3.0 - 2010-08-15
updated disqus api [garbas]
added disqus summary listing view with number of comments [garbas]
added some basic integration tests using plone.app.testing [garbas]
removed actionicon registration - depracated [garbas]
found and fixed bug in plone which was causing hidding of default plone commenting viewlet only for “Plone Classic Theme”. [garbas] https://dev.plone.org/plone/ticket/10903
add test buildout, with coverage report and pylint check current result is 82% coverage and pylint score is -13.21/10 [garbas]
added translation for english and slovenian [garbas]
0.2.0 - 2009-10-30
Compatibility with Plone 4 [sargo]
Uninstall profile (unhide plone.comment viewlet, hide collective.disqus viewlet) [sargo]
0.1.0 - 2009-08-13
Initial release [sargo]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.