Live Chat And Https

Hi, I'm wanting to go fully HTTPS for the site but this knocks out my livechat script. Any ideas on what to do?

Hi, I'm wanting to go fully HTTPS for the site but this knocks out my livechat script. Any ideas on what to do?

What livechat script do you use?

What livechat script do you use?

Sorry its Liveagent and its created by the plugin, see below (redacted anything that might identify)

(function(d,t) { var script = d.createElement(t); script.id = '*********'; script.async = true; script.src = '...***web address*****.../scripts/track.js'; var image = d.createElement('img'); script.async = true; image.src = '...***web address***.../scripts/pix.gif'; script.onload = script.onreadystatechange = function() { var rs = this.readyState; if (rs && (rs != 'complete') && (rs != 'loaded')) return; LiveAgentTracker.createButton('********', this); }; var placeholder = document.getElementById('laPlaceholder'); placeholder.parentNode.insertBefore(script, placeholder); placeholder.parentNode.insertBefore(image, placeholder); placeholder.parentNode.removeChild(placeholder); })(document, 'script');

Please make sure that "web address" contains https URL