Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-purechat

Easily add PureChat to your Gatsby site.

Install

npm install --save @mangoart/gatsby-plugin-purechat

How to use

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `@mangoart/gatsby-plugin-purechat`,
      options: {
        // include the PureChat js snippet
        enabled: true,
        // your website id, extract from the snippet provided by purechat 
        websiteId: `YOUR_WEBSITE_ID`, 
      },
    },
  ],
}
© 2023 Gatsby, Inc.