From a66e751b4349c8bc0e27f06368e417afb152b0df Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 12 Oct 2020 10:14:24 -0400 Subject: [PATCH] FB owns us --- misc/www/fb.html | 17 +++++++++++++++++ misc/www/fb.js | 12 ++++++++++++ misc/www/index.html | 2 ++ 3 files changed, 31 insertions(+) create mode 100644 misc/www/fb.html create mode 100644 misc/www/fb.js diff --git a/misc/www/fb.html b/misc/www/fb.html new file mode 100644 index 0000000000..8f13575db1 --- /dev/null +++ b/misc/www/fb.html @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/misc/www/fb.js b/misc/www/fb.js new file mode 100644 index 0000000000..eff9eca4b3 --- /dev/null +++ b/misc/www/fb.js @@ -0,0 +1,12 @@ + +!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', '1033862833708115'); +fbq('track', 'PageView'); + \ No newline at end of file diff --git a/misc/www/index.html b/misc/www/index.html index 2ec92fb7c8..7d2b94c355 100644 --- a/misc/www/index.html +++ b/misc/www/index.html @@ -25,6 +25,8 @@ } + +