mixtura pixel - PHP Online

Form of PHP Sandbox

Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php in the places where the PHP script should be executed.



Your result can be seen below.

Result of php executing





Full code of mixtura pixel.php

  1. <?php<!-- Facebook Pixel Code -->
  2. <script>
  3. !function(f,b,e,v,n,t,s)
  4. {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  5. n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  6. if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  7. n.queue=[];t=b.createElement(e);t.async=!0;
  8. t.src=v;s=b.getElementsByTagName(e)[0];
  9. s.parentNode.insertBefore(t,s)}(window, document,'script',
  10. 'https://connect.facebook.net/en_US/fbevents.js');
  11. fbq('init', '807566563482818');
  12. fbq('track', 'PageView');
  13. </script>
  14. <noscript><img height="1" width="1" style="display:none"
  15. src="https://www.facebook.com/tr?id=807566563482818&ev=PageView&noscript=1"
  16. /></noscript>
  17. <!-- End Facebook Pixel Code -->
  18.  
File Description
  • mixtura pixel
  • PHP Code
  • 06 Jul-2021
  • 676 Bytes
You can Share it: