Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

floriangaechter/gatsby-plugin-linkedin-insight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-plugin-linkedin-insight

Easily add LinkedIn Insight to your Gatsby site.

⚠️ This plugin is not actively maintained anymore. Please use Thomas Metten's fork: https://github.com/tmttn/gatsby-plugin-linkedin-insight

Install

npm install --save gatsby-plugin-linkedin-insight

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-linkedin-insight`,
    options: {
      partnerId: `YOUR_LINKEDIN_INSIGHT_PARTNER_ID`,

      // Include LinkedIn Insight in development.
      // Defaults to false meaning LinkedIn Insight will only be loaded in production.
      includeInDevelopment: false
    }
  }
];

Note

Out of the box this plugin will simply load LinkedIn Insight on the initial page/app load.

Credit

Thanks to https://github.com/gabeskipio/gatsby-plugin-facebook-pixel and https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager for a great base for this plugin!

About

Gatsby plugin to add LinkedIn Insight onto a site

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •