gatsby-plugin-reddit-pixel

1.0.1 • Public • Published

gatsby-plugin-reddit-pixel

A Gatsby plugin to add the reddit pixel onto a site. At this time, 'ViewContent' event is triggered via onRouteUpdate.

Install

npm install --save gatsby-plugin-reddit-pixel

How to use

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

Package Sidebar

Install

npm i gatsby-plugin-reddit-pixel

Weekly Downloads

62

Version

1.0.1

License

BSD-3-Clause

Unpacked Size

5.71 kB

Total Files

9

Last publish

Collaborators

  • abeaamase