Facebook pixel causing issues

by 4 replies
5
Hi,

My web developer has added a Facebook remarketing pixel between our <head></head> tags but now the footer is appearing a bit dislodged.

Has anyone else had this problem and been able to fix it?

Thanks!
#website design #causing #facebook #issues #pixel
  • Post your source code. Without it, it's hard to understand what's wrong.
  • Thanks. This is the code we pasted in

    <script>(function() {
    var _fbq = window._fbq || (window._fbq = []);
    if (!_fbq.loaded) {
    var fbds = document.createElement('script');
    fbds.async = true;
    fbds.src = '//connect.facebook.net/en_US/fbds.js';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(fbds, s);
    _fbq.loaded = true;
    }
    _fbq.push(['addPixelId', '1007736095912571']);
    })();
    window._fbq = window._fbq || [];
    window._fbq.push(['track', 'PixelInitialized', {}]);
    </script>
    <noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?id=1007736095912571&amp;ev=PixelInitialized" /></noscript>
    • [1] reply
    • I don't think it's facebook pixel that's causing you the problem. And when ynef ask for source he meant the whole site not just the conversion pixel
      • [1] reply

Next Topics on Trending Feed