Skip to content

CodeDrips/gatsby-plugin-tidio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
      },
    },
  ],
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published