Skip to content

CodeDrips/gatsby-plugin-enquirybot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-plugin-enquirybot

A simple plugin that adds the enquirybot live chat window [https://www.enquirybot.com/] to every page of your Gatsby site.

sign up for a free account at [https://www.enquirybot.com/]

How to use

  1. Install using either npm or yarn:
yarn add gatsby-plugin-enquirybot

or

npm install gatsby-plugin-enquirybot
  1. Add to gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-enquirybot`,
      options: {
        botId: "YOUR_BOT_ID",
        development: true
      },
    },
  ],
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published