Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Where do I place my facebook pixels code?
If at first, you don't succeed try, try then go to the forum.
https://powerfulphotography.co.uk/
Offline
do you know where it's supposed to go in the page code?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
The facebook documentation says to put it in the header just before the </head> tag. You can use the phplugins head hook:
function head() {
echo <<<HEREDOC
place_your_fb_pixel_code_here
HEREDOC;
}
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
Pages: 1