0.1.3 • Published 4 years ago

nuxt-linkedin v0.1.3

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

Nuxt Linkedin Insight Tag

npm version npm downloads

Add Linkedin Insight Tag to your nuxt.js application.

Note: nuxt linkedin is not enabled in dev mode. You can set environment variable NODE_ENV to production for testing in dev mode.

Setup

  • Add nuxt-linkedin dependency using yarn or npm to your project npm install nuxt-linkedin or yarn install nuxt-linkedin
  • Add nuxt-linkedin to modules section of nuxt.config.js
modules: [
    ['nuxt-linkedin', { 
      linkedin_id: 'your-partner-id', 
  }],
]

You can find partner id on your Linkedin Business Page, under Assets Account > Insight Tag

Options

id

  • Required
  • Linkedin Partner ID

License

MIT © Hamjs

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago