Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-post-affiliate-pro

Easily add Post Affiliate Pro to your Gatsby site.

Install

npm install --save gatsby-plugin-post-affiliate-pro

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-post-affiliate-pro`,
    options: {
      trackingId: 'YOUR_POST_AFFILIATE_PRO_ID',
      includeInDevelopment: false,
    },
  },
]
© 2023 Gatsby, Inc.