var url = 'https://whats.stacklix.com/assets/js/WhatsAppWidgetPro.js'; var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url; var options = {'enabled':true, 'chatButtonSetting': { 'backgroundColor': '#fe2260', 'ctaText': 'Message us', 'borderRadius': '25', 'marginLeft': '50', 'marginBottom': '50', 'marginRight': '50', 'position': 'right', }, 'brandSetting':{ 'brandName': 'Villasia.com', 'brandSubTitle': 'Luxury Holiday Villas in Asia', 'brandImg': 'https://static.wixstatic.com/media/cd59db_a7045fe52c46478a81c4728af451cf3c~mv2.jpg/v1/crop/x_10,y_0,w_1490,h_1500/fill/w_603,h_607,al_c,q_85,usm_0.66_1.00_0.01/Villasia+Logo+HD.webp', 'ctaText': 'Start Chat', 'welcomeText':'Hi, there! \nHow may we help you?', 'backgroundColor':'#fe2260', 'borderRadius':'25', 'autoShow':'', 'phoneNumber': '66808895604', 'message': "" } } s.onload = function() { CreateWhatsappChatWidget(options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x)