Skip to content
Utkarsh Verma edited this page Apr 26, 2018 · 2 revisions

Disqus comment system has been implemented within Dream Plus. Enabling this feature does the following:

  • Enables Disqus comments at the end of each post.
  • Displays the comment count of each post on the homepage cards. This is only done for Post view.

Usage

To enable this feature, simply set your Disqus shortname within the disqusShortname config variable. For example:

#Enable Disqus
disqusShortname = "exampleShortname"

If this variable is left unset, then Disqus is considered to be disabled.

Clone this wiki locally