mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-02 20:53:55 +00:00
Hubspot + FB Pixel embeds to page template
This commit is contained in:
parent
7aa8205115
commit
e71b17a565
@ -36,7 +36,21 @@
|
|||||||
var commitethVersion = "{{commiteth-version}}";
|
var commitethVersion = "{{commiteth-version}}";
|
||||||
var onTestnet = "{{on-testnet?}}";
|
var onTestnet = "{{on-testnet?}}";
|
||||||
</script>
|
</script>
|
||||||
|
<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', '293089407869419');
|
||||||
|
fbq('track', 'PageView');
|
||||||
|
</script>
|
||||||
|
<noscript><img height="1" width="1" style="display:none"
|
||||||
|
src="https://www.facebook.com/tr?id=293089407869419&ev=PageView&noscript=1"
|
||||||
|
/></noscript>
|
||||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/semantic.min.css" rel="stylesheet" type="text/css" />
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/semantic.min.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="/css/style.css?v={{commiteth-version}}" rel="stylesheet" type="text/css" />
|
<link href="/css/style.css?v={{commiteth-version}}" rel="stylesheet" type="text/css" />
|
||||||
<script type="text/javascript" src="/js/app.js?v={{commiteth-version}}"></script>
|
<script type="text/javascript" src="/js/app.js?v={{commiteth-version}}"></script>
|
||||||
@ -48,5 +62,6 @@
|
|||||||
ga('create', 'UA-79146816-2', 'auto');
|
ga('create', 'UA-79146816-2', 'auto');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
</script>
|
</script>
|
||||||
|
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/3954379.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user