reactdisqus

0.0.2 • Public • Published

reactdisqus

npm Version

A single component and all your Disqus comments appear on your page

Usage

import ReactDisqus from 'reactdisqus'
 
const Page = () => (
  <ReactDisqus    
    identifier={pageIdentifier} // Replace {pageIdentifier} with your page's unique identifier variable
    shortname={disqusShortname} // Replace {disqusShortname} with your Disqus Shortname
    title={pageTitle} // Replace {pageTitle} with your page title
    url={pageUrl} // Replace {pageUrl} with your page's canonical URL variable
  />
)

How to install

If you use yarn

yarn add reactdisqus

And if you use npm

npm install reactdisqus --save

Readme

Keywords

Package Sidebar

Install

npm i reactdisqus

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

11.7 kB

Total Files

20

Last publish

Collaborators

  • edoardo-bluframe