Skip to content

A simple plugin that adds the tawk live chat window [https://dashboard.tawk.to/#/admin] to every page of your Gatsby site.

Notifications You must be signed in to change notification settings

ar0ra1/gatsby-plugin-tawk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-plugin-tawk

A simple plugin that adds the tawk live chat window [https://dashboard.tawk.to/#/admin] to every page of your Gatsby site.

sign up for a free account at [https://www.tawk.to/]

How to use

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

or

npm install gatsby-plugin-tawk
  1. Add to gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-tawk`,
      options: {
        tawkId: "YOUR_TAWK_ID",
        // get this from the tawk script widget
      },
    },
  ],
};

About

A simple plugin that adds the tawk live chat window [https://dashboard.tawk.to/#/admin] to every page of your Gatsby site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%