pixel fix
This commit is contained in:
parent
f489c56fb8
commit
e69c8f387d
@ -356,8 +356,9 @@ $: {
|
|||||||
<svelte:window bind:innerWidth/>
|
<svelte:window bind:innerWidth/>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<!-- Meta Pixel Code -->
|
<!-- Meta Pixel Code -->
|
||||||
<script>
|
<script>
|
||||||
|
if (typeof window !== 'undefined') {
|
||||||
!function(f,b,e,v,n,t,s)
|
!function(f,b,e,v,n,t,s)
|
||||||
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
|
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
|
||||||
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
|
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
|
||||||
@ -368,14 +369,16 @@ $: {
|
|||||||
'https://connect.facebook.net/en_US/fbevents.js');
|
'https://connect.facebook.net/en_US/fbevents.js');
|
||||||
fbq('init', '1170112523654647');
|
fbq('init', '1170112523654647');
|
||||||
fbq('track', 'PageView');
|
fbq('track', 'PageView');
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
<noscript><img height="1" width="1" style="display:none"
|
<noscript>
|
||||||
|
<img height="1" width="1" style="display:none"
|
||||||
src="https://www.facebook.com/tr?id=1170112523654647&ev=PageView&noscript=1"
|
src="https://www.facebook.com/tr?id=1170112523654647&ev=PageView&noscript=1"
|
||||||
/></noscript>
|
/>
|
||||||
|
</noscript>
|
||||||
<!-- End Meta Pixel Code -->
|
<!-- End Meta Pixel Code -->
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
|
|
||||||
<div class="app">
|
<div class="app">
|
||||||
|
|
||||||
<!--<ViewTransition />-->
|
<!--<ViewTransition />-->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user