Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1286572

    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

    #1287023

    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

    #1287047

    Thanks Rikard.

    I’ll give that a shot.

    Cheers
    JOhn

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.