Skip to content

Latest commit

 

History

History
executable file
·
32 lines (23 loc) · 418 Bytes

README.md

File metadata and controls

executable file
·
32 lines (23 loc) · 418 Bytes

gridsome-facebook-pixel

Simply integrate Facebook Pixel with Gridsome

Installation

yarn add gridsome-plugin-facebook-pixel

Usage

gridsome.config.js

module.exports = {
  plugins: [
    'gridsome-plugin-facebook-pixel'
  ]
}

Configuration

The default config options will take pixelId.

{
  use: 'gridsome-plugin-facebook-pixel',
  options: {
    pixelId: '123456789'
  }
}