Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This sandbox project aims to provide Disqus commenting system to D8.

Tutorial

DISQUS on Drupal 8 screencast

Installation

Following are the steps to install Disqus on Drupal 8:

  1. Download and install the Disqus module into the modules directory (/modules)
  2. Enable the module in admin/modules
  3. Register your site at Disqus.com
  4. Visit admin/config/services/disqus and set your configuration options depending on what you registered with on Disqus
  5. 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'.
  6. Enable the "view disqus comments" permission at admin/user/access or admin/people/permission for users you'd like to see the comments

Project information