add_action('wp_footer', function() {
?>
document.tidioChatCode = "a3pbycsaf4q0jqw3n4coela81xrcqc03";
(function() {
function asyncLoad() {
var tidioScript = document.createElement("script");
tidioScript.type = "text/javascript";
tidioScript.async = true;
tidioScript.src = "//code.tidio.co/a3pbycsaf4q0jqw3n4coela81xrcqc03.js";
document.body.appendChild(tidioScript);
}
if (window.attachEvent) {
window.attachEvent("onload", asyncLoad);
} else {
window.addEventListener("load", asyncLoad, false);
}
})();