var url = 'https://whats.stacklix.com/assets/js/WhatsAppWidget.js';
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = url;
var options = {'enabled':true,
'chatButtonSetting': {
'backgroundColor': '#4dc247',
'ctaText': 'CONTACT US',
'borderRadius': '25',
'marginLeft': '50',
'marginBottom': '50',
'marginRight': '50',
'position': 'right',
},
'brandSetting':{
'brandName': 'DAILYBRANDS',
'brandSubTitle': 'Typically replies within a day',
'brandImg': 'https://dailybrandsgroup.com/wp-content/uploads/2024/01/favicon-white-bg-1.png',
'ctaText': 'Start Chat',
'welcomeText':'Hi, there! \nHow can we help you?',
'backgroundColor':'#0a5f54',
'borderRadius':'25',
'autoShow':'',
'phoneNumber': '31683847228',
'message': "I'm interested in your services after seeing your website"
}
}
s.onload = function() {
CreateWhatsappChatWidget(options);
};
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x)