🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

gatsby-plugin-chatwoot

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-chatwoot

Gatsby plugin to add Chatwoot to your website

latest
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

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!

Keywords

gatsby

FAQs

Package last updated on 11 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts