close
The Wayback Machine - https://web.archive.org/web/20201113082507/https://github.com/akshitkrnagpal/gatsby-plugin-chatwoot
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
Aug 11, 2020
Jan 25, 2020
Jan 25, 2020
Jan 26, 2020
Jan 25, 2020
Aug 11, 2020

README.md

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

Image
Akshit Kr Nagpal

💻
Image
Pranav Raj S

💻

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

You can’t perform that action at this time.