update twitter script

This commit is contained in:
2021-11-21 12:24:38 +02:00
parent 06f71e1804
commit 4bb60ae62b

View File

@@ -25,10 +25,22 @@
<!-- Cookie Consent by https://www.FreePrivacyPolicy.com -->
<script type="text/javascript"
<!-- <script type="text/javascript"
src="//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"></script>
<script
type="text/javascript"> document.addEventListener('DOMContentLoaded', function () { cookieconsent.run({ "notice_banner_type": "headline", "consent_type": "express", "palette": "light", "language": "en", "website_name": "https://www.threefold.io", "website_privacy_policy_url": "https://library.threefold.me/info/legal/#/legal__privacypolicy" }); });</script>
type="text/javascript"> document.addEventListener('DOMContentLoaded', function () { cookieconsent.run({ "notice_banner_type": "headline", "consent_type": "express", "palette": "light", "language": "en", "website_name": "https://www.threefold.io", "website_privacy_policy_url": "https://library.threefold.me/info/legal/#/legal__privacypolicy" }); });
</script> -->
<!-- Cookie Consent by https://www.FreePrivacyPolicy.com -->
<script type="text/javascript" src="//www.freeprivacypolicy.com/public/cookie-consent/4.0.0/cookie-consent.js"
charset="UTF-8"></script>
<script type="text/javascript" charset="UTF-8">
document.addEventListener('DOMContentLoaded', function () {
cookieconsent.run({ "notice_banner_type": "headline", "consent_type": "implied", "palette": "light", "language": "en", "page_load_consent_levels": ["strictly-necessary", "functionality", "tracking", "targeting"], "notice_banner_reject_button_hide": false, "preferences_center_close_button_hide": false, "website_privacy_policy_url": "https://library.threefold.me/info/legal/#/legal__privacypolicy" });
});
</script>
<!-- Crisp -->
<script type="text/plain" cookie-consent="functionality">
@@ -127,6 +139,22 @@
// })();
</script>
<!-- Twitter -->
<!-- Twitter universal website tag code -->
<script type="text/plain" cookie-consent="tracking">
!function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);
},s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//static.ads-twitter.com/uwt.js',
a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
// Insert Twitter Pixel ID and Standard Event data below
twq('init','o745b');
twq('track','PageView');
</script>
<!-- End Twitter universal website tag code -->
<!-- end of Twitter -->
${app} ${scripts}
</body>