I have some code for a Banckle chat widget that I need to place on every page of my site. With WordPress & BoxBilling I was able to place the code in the footer.tpl file, but such a file does not exist in the uni template of dolphin. Exactly what file do I need to place the code in?
Here is a sample of the code if it helps:
<!--Monitoring Code-->
<script type="text/javascript" async="async" defer="defer" src="https://chat.banckle.com/livechat/visitor.do?dep=08597d46-055a-4c9b-95ff-8cbd180d23e2"></script>
<!--Chat Link Code-->
<a href="javascript:;" onclick="blc_startChat()">
<img style='border:0px;' id="blc_chatImg" src='https://chat.banckle.com/livechat/onlineImg.do?d=08597d46-055a-4c9b-95ff-8cbd180d23e2'/>
</a>