Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

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,
      settings: []
    },
  },
]
© 2023 Gatsby, Inc.