2.0.2 • Published 6 years ago

gatsby-plugin-twitter-pixel v2.0.2

Weekly downloads
840
License
MIT
Repository
github
Last release
6 years ago

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!