Disqus for D8
Categories
Component ID
2253903
Component name
Disqus for D8
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This sandbox project aims to provide Disqus commenting system to D8.
Tutorial
Installation
Following are the steps to install Disqus on Drupal 8:
- Download and install the Disqus module into the modules directory (/modules)
- Enable the module in admin/modules
- Register your site at Disqus.com
- Visit admin/config/services/disqus and set your configuration options depending on what you registered with on Disqus
- Enable disqus field for an entity sub-type (for example, 'Article' content type). Go to 'Manage fields' in admin/structure/types and add new field with field type 'Disqus comment'.
- Enable the "view disqus comments" permission at admin/user/access or admin/people/permission for users you'd like to see the comments
