var url = ‘https://edna.io/wp-content/plugins/whatsapp-widget-generator/js/generator.js?76203’;
var s = document.createElement(‘script’);
s.type = ‘text/javascript’;
s.async = true;
s.src = url;
var options = {
“host”:”https://edna.io”,
“enabled”:true,
“chatButtonSetting”:{
“backgroundColor”:”#4fce5d”,
“ctaText”:”Question before booking?”,
“icon”:”whatsapp”,
“position”:”right”,
},
“brandSetting”:{
“backgroundColor”:”#1ca9b0″,
“brandImg”:”https://edna.io/wp-content/plugins/whatsapp-widget-generator/img/edna-logo.svg”,
“brandName”:”Henry the Plumber”,
“brandSubTitle”:”Typically replies within a day”,
“ctaText”:”Start Chat”,
“phoneNumber”:”79543441″,
“welcomeText”:”Hey there! Let me know how I can help you and I’ll answer as soon as possible.”
}
};
s.onload = function() {
CreateWhatsappChatWidget(options);
};
var x = document.getElementsByTagName(‘script’)[0];
x.parentNode.insertBefore(s, x);