1.1.3 • Published 10 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

2 years ago

1.0.0-alpha5

2 years ago

1.0.0-alpha4

2 years ago

1.0.0-alpha3

2 years ago

1.0.0-alpha2

2 years ago

1.0.0-alpha1

2 years ago

1.0.0-alpha

2 years ago