Skip to content

BlueBambooStudios/gatsby-plugin-freshchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-plugin-freshchat

Add Freshchat widget to your Gatsby site.

Install

npm install --save gatsby-plugin-freshchat

How to use

// in your gatsby-config.js
module.exports = {
    plugins: [
        {
            resolve: `gatsby-plugin-freshchat`,
            options: {
                token: "FRESHCHAT_TOKEN",
                host: "FRESHCHAT_HOST",
            },
        },
    ]
}

About

Add Freshchat widget to your Gatsby site.

Resources

Stars

Watchers

Forks

Packages

No packages published