1.0.2 • Published 5 years ago

@mangoart/gatsby-plugin-purechat v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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`, 
      },
    },
  ],
}