I just added SnapEngage to a client's site with the following chunk of code provided by SnapEngage:
<script type="text/javascript">
document.write(unescape("%3Cscript src='//www.snapengage.com/snapabug.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
SnapABug.addButton("1ff63c0c-0bf1-43e2-b9ae-08de517f08dc","0","55%");
</script>
I thought it was weird to have </script>
and <script type="text/javascript">
in the middle so I took them out, but then the code stopped working. Why is that? Do they affect timing somehow?