Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-olark

Olark is a widget you can add to your site to talk to your visitors. You can use it as live chat or leave it as an offline email form.

Install

npm install --save gatsby-plugin-olark

How to use

Go to Olark’s installation page and click “Install as Plugin.” This page will list your Site ID, which will look something like ####-###-##-####. Use this in your plugin options as shown below.

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-olark`,
      options: {
        olarkSiteID: YOUR_SITE_ID,
      },
    },
  ],
}
© 2023 Gatsby, Inc.