Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-confirmic

A minimal plugin to add Confirmic to your Gatsby site.

Confirmic Documentation

How to install

npm install --save gatsby-plugin-confirmic

OR

yarn add gatsby-plugin-confirmic

How to use

Add the following to your gatsby-config.js file under the plugins section:

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-confirmic`,
    options: {
      // replace with your confirmic client id (with prj:)
      client_id: 'YOUR_CONFIRMIC_CLIENT_ID',
    },
  },
];

You can find your Confirmic Client ID here on the Confirmic website (it looks like this: “prj:12345678-1234-5678-1234-567891234567”).

© 2023 Gatsby, Inc.