Integrated tinypass snippet
This commit is contained in:
parent
b8f5ab2d42
commit
70edaeeaba
10
index.html
10
index.html
|
@ -580,6 +580,16 @@ textarea {
|
|||
<script src="js-compiled.js"></script>
|
||||
<script src="https://apis.google.com/js/client.js?onload=window.gapiCallback"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var width = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);
|
||||
if (width > 750) {
|
||||
window._tpm = window._tpm || [];
|
||||
window._tpm['paywallID'] = '37774341';
|
||||
window._tpm['trackPageview'] = true;
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="//code.tinypass.com/tpl/d1/tpm.js"></script>
|
||||
|
||||
<script>
|
||||
window.setTimeout(function() { $('#logo-interstitial').hide(); }, 3000);
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue