This video shows how to add your Facebook Pixel to your funnel or website page. If you're having trouble finding your full Pixel Code, simply use the code below but be sure to replace the XXXXXXXXXXXXXXX (in both places) with your Pixel ID Number.
Here is the link to the Pixel Helper Chrome Extension mentioned in the video to help you check it is working:
Below is the Script to amend with your own Pixel ID Number:
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
fbq('init', 'XXXXXXXXXXXXXX');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
/></noscript>
<!-- End Meta Pixel Code -->