Skip to content
Brett Stevenson edited this page Nov 26, 2019 · 1 revision

Gatsby Plugin Disqus

A plugin that simplifies adding Disqus comments to Gatsby

Description

The goal of this plugin is to allow users to bring their content to life and cultivate engaged communities by integrating Disqus comments into their blazing-fast Gatsby websites. After struggling to integrate different Disqus components into my Gatsby site, creating an easily-configured plugin for the Gatsby ecosystem felt like a no-brainer.

Install

$ yarn add gatsby-plugin-disqus

or

$ npm install -S gatsby-plugin-disqus

If you have unanswered questions or would like help with enhancing or debugging the plugin, feel free create an issue or submit a pull request.

Clone this wiki locally