0.3.0 • Published 2 years ago

gatsby-plugin-intercom-spa v0.3.0

Weekly downloads
2,126
License
MIT
Repository
github
Last release
2 years ago

gatsby-plugin-intercom-spa

Easily add Intercom to your Gatsby site.

Install

npm install --save gatsby-plugin-intercom-spa

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: 'gatsby-plugin-intercom-spa',
    options: {
      app_id: 'YOUR_INTERCOM_APP_ID',
      include_in_development: true,
      delay_timeout: 0,
      hide_default_launcher: false,
    }
  }
]

Configuration

  • app_id - Required. Your Intercom application ID
  • include_in_development - Optional. Defaults to false
  • delay_timeout - Optional. Number of milliseconds to wait before loading the Intercom widget. Defaults to 0
  • hide_default_launcher - Optional. Hide the launcher icon on load. Defaults to false
0.3.0

2 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago