LobeTia / gatsby-plugin-intercom

Gatsby plugin to add Intercom button onto a site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gatsby-plugin-intercom

Easily add the Intercom button to your Gatsby site.

Install

npm install --save gatsby-plugin-intercom

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-intercom`,
    options: {
      appId: 'YOUR_INTERCOM_APP_ID',
      includeInDevelopment: false,
    },
  },
]

About

Gatsby plugin to add Intercom button onto a site

License:MIT License


Languages

Language:JavaScript 100.0%