Disqus

view/comment/disqus~ Disqus

Disqus comment JSX component.

Constructor

new Disqus()

Source:
See:
Example
<Disqus
    shortname="******"
    disqusId="******"
    permalink="/page/permanent/path"
    path="/path/to/page" />

Members

(static) Cacheable

Cacheable Disqus comment JSX component.

This class is supposed to be used in combination with the locals hexo filter (module:hexo/filter/locals).

Source:
See:
Example
<Disqus.Cacheable
    comment={{ shortname: '*******' }}
    page={{
        path: '/path/to/page',
        disqusId: '******',
        permalink: '/page/permanent/link'
    }} />