Divinum Fiat
Well-known member
I would like to insert the speakpipe "call me" button on every page of the forum. The instructions say to insert this code before the </body> tag but I don't know where to find that tag or if it would mess with the templates. I have successfully installed it on a page when creating a new node and it works but I'd like to install it once so it shows up on every page. Can this be done?
HTML:
<!-- Begin SpeakPipe code -->
<script type="text/javascript">
(function(d){
var app = d.createElement('script'); app.type = 'text/javascript'; app.async = true;
var pt = ('https:' == document.location.protocol ? 'https://' : 'http://');
app.src = pt + 'www.speakpipe.com/loader/l0bs5qehivhepozkj9oppdfp0tnqoyz3.js';
var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(app, s);
})(document);
</script>
<!-- End SpeakPipe code -->