1.1.3 • Published 2 years ago

gatsby-plugin-facebook-pixel-lazy v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

gatsby-plugin-facebook-pixel-lazy

Easily add Facebook Pixel to your Gatsby site. At this time, 'ViewContent' event is triggered via onRouteUpdate.

Install

npm install --save gatsby-plugin-facebook-pixel-lazy

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-facebook-pixel-lazy`,
    options: {
      pixelId: "pixel id here",
      timeout: 3666, // a duration in ms. Defaults to 500
    },
  },
];
1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

4 years ago

1.0.0-alpha5

4 years ago

1.0.0-alpha4

4 years ago

1.0.0-alpha3

4 years ago

1.0.0-alpha2

4 years ago

1.0.0-alpha1

4 years ago

1.0.0-alpha

4 years ago