Skip to content

chatwoot/gatsby-plugin-chatwoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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):


Akshit Kr Nagpal

💻

Pranav Raj S

💻

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