by Alex on 7/30/2019, 2:00:00 PM
Hey! 👋
It's 2019 and JustComments has an official plugin for Gatbsy so that integrating JustComments is very easy. You can find the official plugin page by the following URL https://www.gatsbyjs.org/packages/gatsby-plugin-just-comments/ and below you will find a short step-by-step guide:
npm install gatsby-plugin-just-comments --save-dev
in your Gatsby project.import JustComments from 'gatsby-plugin-just-comments';
<JustComments
apikey="YOUR API KEY"
/>
apikey
without using the data-
prefix.Now you have a comment system on your Gatsby site!
follow: blog | twitter | github | indiehackers