gatsby-plugin-twitter-pixel
v2.0.2
Published
Gatsby plugin to add twitter pixel onto a site
Downloads
466
Maintainers
Readme
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!