Community Plugin
View plugin on GitHubgatsby-plugin-smallchat
💬 Plugin to add Smallchat to your Gatsby site
Install
yarn add gatsby-plugin-smallchat
How to use
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-plugin-smallchat`,
options: {
async: false, // Defaults to `true`
clientId: '...'
},
},
],