XF 1.5 Facebook Pixel for Registration

Okenyon

Active member
Hey guys, i'm looking at running some ads to my forum where should I place a tracking pixel to fire a pixel when someone registers?
 
Thanks Mike, one issue is it asks me to place it between the <head></head> tags, do I have these specific to that template as I can't place on all as it would fire on every page visit.
 
Custom element, but handled in the PAGE_CONTAINER template:
Code:
    <xen:if is="{$head}"><xen:foreach loop="$head" value="$headElement">{xen:raw $headElement}</xen:foreach></xen:if>
 
Top Bottom