Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-twitter-pixel

Easily add Twitter Pixel to your Gatsby site. At this time, ‘PageView’ events is triggered via onRouteUpdate.

Install

npm install --save gatsby-plugin-twitter-pixel

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-twitter-pixel`,
    options: {
      pixelId: 'pixel id here',
    },
  },
]

Credit

Thanks to https://github.com/gabeskipio/gatsby-plugin-facebook-pixel for a great base for this plugin!

© 2023 Gatsby, Inc.