Tagged: Facebook Pixel
Hi support,
Just a little confused on this.
I have a client website whereby I have already in place the GA code added to the Google services section of Enfolds admin panel area.
I have read that you can also drop this Facebook pixel code in the same section?
I’ve added some detail in PC just in case.
Cheers
John
Hey John,
You can try to see if it works there. If not, then please use a function in your functions.php file:
function john_add_fb_pixel() {
?>
Your script goes here
<?php
}
add_action('wp_head', 'john_add_fb_pixel');
Best regards,
Rikard
Thanks Rikard.
I’ll give that a shot.
Cheers
JOhn