Table of Contents

About

The disqus component will add a disqus forum to your page.

Example

At the end of your page:

<disqus />

Syntax

<disqus 
    shortName="forumShortName"
    id="disqusIdentifier" 
    categoryId="categoryIdentifier"
    url="urlIdentifier"
/>
Attributes Default to Description
shortname the disqusdefaultattributes configuration It's the forum's shortname. It's the unique identifier for your website as registered on Disqus.
id The page id The chosen discussion identifier
url the canonical URL if set The Url disqus configuration is used to come back from Disqus to your page
category Not set It's the category id number to be used for the current page
title the title of the page The title of the thread

If you choose a specific id over the page id, don't change it otherwise if you have any comments, you will lose them.

Configuration

disqusDefaultAttributes

disqusDefaultAttributes is a configuration that defines the default attributes of the Disqus component.

It should at minimum have the forumShortName

Example:

shortName="yourRegisteredDisqusShortName"

Documentation / Reference