Works With All Vbulletin Versions
Manually Installation Procedure :
1) GOTO 33across.com Register Account Select "SiteCTRL"
2) Login & GOTO Support Tab You will see Below Basic Code:
HTML Code:
<!-- Begin 33Across SiteCTRL -->
<script>
var Tynt=Tynt||[];Tynt.push('amvQSMkiir6knDaKlId8sQ');
(function(){var h,s=document.createElement('script');
s.src=(window.location.protocol==='https:'?
'https':'http')+'://cdn.tynt.com/ti.js';
h=document.getElementsByTagName('script')[0];
h.parentNode.insertBefore(s,h);})();
</script>
<!-- End 33Across SiteCTRL -->
3) Goto Vbulletin Admin --> Template Edit --> Footer and Paste in the End.
If you want this to work only Guest then use Below Conditional
Code:
<vb:if condition="$show['guest']">TYNT CODE HERE</vb:if>
Thanks