Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 524 Bytes

ReadMe.md

File metadata and controls

32 lines (22 loc) · 524 Bytes

NextBox.Seo.MetaPixel

A package to integrate Meta-Pixel into Neos.

Authors & Sponsors

Enes Erk - [email protected]

Installation

composer require nextbox/neos-seo-meta-pixel

Configuration

Configure the tracking-id in Settings.yaml:

NextBox:
  Seo:
    MetaPixel:
      metaPixelId: ''

Or add the mixin to your root page:

'Foo.Bar:RootPage':
  superTypes:
    'NextBox.Seo.MetaPixel:Mixin.MetaPixelConfig': true