pixel fix
This commit is contained in:
parent
f489c56fb8
commit
e69c8f387d
@ -358,6 +358,7 @@ $: {
|
||||
<svelte:head>
|
||||
<!-- Meta Pixel Code -->
|
||||
<script>
|
||||
if (typeof window !== 'undefined') {
|
||||
!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)};
|
||||
@ -368,14 +369,16 @@ $: {
|
||||
'https://connect.facebook.net/en_US/fbevents.js');
|
||||
fbq('init', '1170112523654647');
|
||||
fbq('track', 'PageView');
|
||||
}
|
||||
</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"
|
||||
/></noscript>
|
||||
/>
|
||||
</noscript>
|
||||
<!-- End Meta Pixel Code -->
|
||||
</svelte:head>
|
||||
|
||||
|
||||
<div class="app">
|
||||
|
||||
<!--<ViewTransition />-->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user