ComboStrap UI - Disqus

Undraw My Documents

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




Showcase yourself and your brand

Get free news, tips, and tricks
to create a remarkable experience for your readers.




Recommended Pages
Page Explorer List Name To Ui Region
Page-explorer: adding page navigation easily to your website

With the page-explorer component, you can add an explorer like panel that will list your pages in a list or collapsible tree fashion



Task Runner