Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-tidio

A simple plugin that adds the tidio live chat window [https://www.tidio.com/panel/login] to every page of your Gatsby site.

sign up for a free account at [https://www.tidiochat.com]

How to use

  1. Install using either npm or yarn:
yarn add gatsby-plugin-tidio

or

npm install gatsby-plugin-tidio
  1. Add to gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-tidio`,
      options: {
        tidioId: "YOUR_TIDIO_ID",
        // get this from the tidio script widget
        development: true,
      },
    },
  ],
};
© 2023 Gatsby, Inc.