1.1.0 • Published 4 years ago

gatsby-plugin-chatwoot v1.1.0

Weekly downloads
87
License
MIT
Repository
-
Last release
4 years ago

gatsby-plugin-chatwoot

Package

All Contributors

Quickly add the Chatwoot live chat widget to your Gatsby site.

Install

npm install --save gatsby-plugin-chatwoot or yarn add gatsby-plugin-chatwoot

How to use

// In your gatsby-config.js
plugins: [
    {
        resolve: `gatsby-plugin-chatwoot`,
        options: {
            baseUrl: 'BASE_URL', // Required
            websiteToken: 'WEBSITE_TOKEN', // Required
            includeInDevelopment: false, // Optional
            chatwootSettings: {} // Optional
        },
    },
];

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

1.1.0

4 years ago

1.0.6

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago