Hi! I wanted to insert my messenger code to my website. but it says to insert a code below the tag… Where do I create that? I have already made a child theme
1 Like
I want to do this too, curious what you come up with
See this thread.
Here is the code to add to your child theme…
add_action(‘x_before_site_begin’,‘fb_messenger’);
function fb_messenger () { ?>
Replace this line with your actual FB code
<?php } The only unanswered question I have is how to exclude certain pages or specify which pages I want the messenger on.This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.