-
AuthorPosts
-
May 13, 2015 at 11:54 am #272687
showard
ParticipantHello,
I recently signed up with Taboola, and need to add to this code to our conversion page (to be placed in the head section of your page) which would be http://www.earthintegrate.com/thank-you.
<head>
……your other head code…
<script type=”text/javascript”> window._tfa = window._tfa || []; _tfa.push({notify:”action”,
name: ‘conversion’});
</script> <script src=”//cdn.taboola.com/libtrc/earthintegrate-sc/tfa.js”></script>
</head>I downloaded 2 different plugins and neither of them seem to support the code because it doesn’t show up under Chrome > View > Developer > Developer tools. (Instructions per Taboola Account Manager).
Is there some other way I could implement this code?
May 13, 2015 at 3:59 pm #272900Friech
ModeratorHi There,
Thank you for writing in! Please add the below code to your child theme’s functions.php file.
function taboola_tracking () { ?> //place tracking code here <?php } add_action('wp_head','taboola_tracking');
Hope it helps, Cheers!
May 14, 2015 at 8:45 am #273561showard
ParticipantThis reply has been marked as private.May 14, 2015 at 1:06 pm #273719Nico
ModeratorHi There,
Thanks for the admin credentials however we could not verify on that side. Would you mind sharing us your code added and FTP so we could verify what you have added.
Don’t forget to set it as private reply.
Thanks.
May 14, 2015 at 1:46 pm #273746showard
ParticipantThis reply has been marked as private.May 14, 2015 at 5:41 pm #273941Friech
ModeratorHi There,
Sorry if I’m not specific on my instruction above. Please remove the // on the line:
//<script type="text/javascript">
Double slash is a one-line commenting in PHP.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-272687 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>