Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby Plugin for tawk.to

NPM Package: gatsby-plugin-tawk.to

NPM Publish

First of all, I thank JodyPSmith for the plugin. This is Forked work from his Repo.

I just updated dependencies and fixed issues in building.

A simple plugin that adds the tawk.to live chat window to every page of your Gatsby site.

Sign up for a free account at tawk.to

How to use

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

or

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