1.
- Go to the Meta Events Manager.
- Select your pixel or create a new one.
- Choose “Install code manually.”
- Copy the full JavaScript code
(it usually starts with <!-- Meta Pixel Code -->)
.
2.
- Log in to the XenForo Admin Control Panel (ACP).
- Go to Appearance > Templates.
- Search for the PAGE_CONTAINER template.
- Click to edit it.
- Insert your Meta Pixel:
- Locate the
</head>
tag and paste the Pixel code right before it (to track page views).
- If you'd rather place it at the bottom of the page, insert it just before
</body>
.
- Click Save.
3.
- Use the Meta Pixel Helper Chrome extension to check if the pixel is working properly.
Last edited: