DevanB / gatsby-plugin-splitbee

Gatsby plugin to add Splitbee (https://splitbee.io) to a Gatsby site

Home Page:https://www.gatsbyjs.org/packages/gatsby-plugin-splitbee/?=splitbee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gatsby-plugin-splitbee

Easily add Splitbee to your Gatsby site.

Install

npm install --save gatsby-plugin-splitbee

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-splitbee`,
    options: {
      includeInDevelopment: false,
      delayTimeout: 0,
      disableCookie: false
    },
  },
]

Configuration

  • includeInDevelopment - Optional. Defaults to false
  • delayTimeout - Optional. Number of milliseconds to wait before loading the Splitbee. Defaults to 0
  • disableCookie - Optional. Disables usage of cookies. Defaults to false. Currently in beta, see here for details.

About

Gatsby plugin to add Splitbee (https://splitbee.io) to a Gatsby site

https://www.gatsbyjs.org/packages/gatsby-plugin-splitbee/?=splitbee

License:MIT License


Languages

Language:JavaScript 100.0%