Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-support-bubble

Easily add SupportBubble (supportbubble.io) to your Gatsby site.

Install

yarn add gatsby-plugin-support-bubble

Usage

// In your gatsby-config.js
plugins: [
  {
    resolve: 'gatsby-plugin-support-bubble',
    options: {
      clientId: 'YOUR-CLIENT-ID',
      clientToken: 'YOUR-CLIENT-TOKEN'
    },
  },
],
© 2025 Gatsby, Inc.