@mangoart/gatsby-plugin-purechat

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i @mangoart/gatsby-plugin-purechat

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

3 kB

Total Files

6

Last publish

Collaborators

  • markusoehler