added facebook tags
Showing
1 changed file
with
20 additions
and
0 deletions
| ... | @@ -27,6 +27,26 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | ... | @@ -27,6 +27,26 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| 27 | <!-- End Google Tag Manager --> | 27 | <!-- End Google Tag Manager --> |
| 28 | <?php } ?> | 28 | <?php } ?> |
| 29 | 29 | ||
| 30 | <!-- Facebook Pixel Code --> | ||
| 31 | <script> | ||
| 32 | !function(f,b,e,v,n,t,s) | ||
| 33 | {if(f.fbq)return;n=f.fbq=function(){n.callMethod? | ||
| 34 | n.callMethod.apply(n,arguments):n.queue.push(arguments)}; | ||
| 35 | if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; | ||
| 36 | n.queue=[];t=b.createElement(e);t.async=!0; | ||
| 37 | t.src=v;s=b.getElementsByTagName(e)[0]; | ||
| 38 | s.parentNode.insertBefore(t,s)}(window,document,'script', | ||
| 39 | 'https://connect.facebook.net/en_US/fbevents.js'); | ||
| 40 | fbq('init', '25002874559311073'); | ||
| 41 | fbq('track', 'PageView'); | ||
| 42 | </script> | ||
| 43 | <noscript> | ||
| 44 | <img height="1" width="1" | ||
| 45 | src="https://www.facebook.com/tr?id=25002874559311073&ev=PageView | ||
| 46 | &noscript=1"/> | ||
| 47 | </noscript> | ||
| 48 | <!-- End Facebook Pixel Code --> | ||
| 49 | |||
| 30 | <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> | 50 | <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> |
| 31 | <link rel="profile" href="http://gmpg.org/xfn/11"> | 51 | <link rel="profile" href="http://gmpg.org/xfn/11"> |
| 32 | <?php wp_head(); ?> | 52 | <?php wp_head(); ?> | ... | ... |
-
Please register or sign in to post a comment