Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-just-comments

Gatsby Plugin for JustComments

Installation

Create an account at https://just-comments.com to get an API key. Then install:

npm install gatsby-plugin-just-comments --save

Usage

import JustComments from 'gatsby-plugin-just-comments';

// in your component
  <JustComments
    apikey="YOUR API KEY"
  />

The component accepts all parameters described in the docs without the data- prefix.

Note

The implementation does not server-render the comments at the moment

© 2023 Gatsby, Inc.