hi. in which file and at which position can i place the code for the facebook pixel tracking inside enfold?
Hi!
Please add following code to functions.php file in Appearance > Editor
add_action('wp_head','ava_facebook_pixel');
function ava_facebook_pixel() {
?>
//YOUR CODE HERE
<?php
}
Regards,
Yigit
Thanks, i got this email from facebook. can i use this code?`
And should i place the code inside the functions.php?
i added this to my function.php
Hi,
You added the code correctly and it should be working fine :)
Best regards,
Yigit
Thanks. CLOSED.
Hi,
Glad that this is fixed :)
Best regards,
Nikko