Facebook pixel causing issues

4 replies
  • WEB DESIGN
  • |
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!
#causing #facebook #issues #pixel
  • Profile picture of the author ynef
    Post your source code. Without it, it's hard to understand what's wrong.
    Signature

    Content writer, web developer, SEO consultant - Ynef's Portfolio

    {{ DiscussionBoard.errors[10169629].message }}
  • Profile picture of the author chrisv24
    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>
    {{ DiscussionBoard.errors[10169749].message }}
    • Profile picture of the author DFR007
      Originally Posted by chrisv24 View Post

      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>
      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
      {{ DiscussionBoard.errors[10169868].message }}
      • Profile picture of the author ynef
        Originally Posted by DFR007 View Post

        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
        What he said. It's definitely not the pixels fault...
        Signature

        Content writer, web developer, SEO consultant - Ynef's Portfolio

        {{ DiscussionBoard.errors[10170082].message }}

Trending Topics