Skip to content

Commit

Permalink
reverting facebook pixel code
Browse files Browse the repository at this point in the history
  • Loading branch information
frnsys committed May 3, 2017
1 parent 0ff15e2 commit b0fcfe7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
16 changes: 0 additions & 16 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,6 @@
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">

<?php wp_head(); ?>

<!-- Facebook 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','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1292354514219229'); // Insert your pixel ID here.
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1292354514219229&ev=PageView&noscript=1"
/></noscript>
<!-- DO NOT MODIFY -->
<!-- End Facebook Pixel Code -->
</head>

<body <?php body_class(); ?>>
Expand Down
1 change: 0 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Custom theme for The New Inquiry, based on Gridbox theme.

== 0.7.2 May 1, 2017 ==
* #63 Show blog post titles on home page
* Facebook pixel code

== 0.7.1 April 30, 2017 ==
* #63 Include `blogs` post type in home query
Expand Down

0 comments on commit b0fcfe7

Please sign in to comment.