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': '#00ac8c', 'ctaText': '', 'borderRadius': '25', 'marginLeft': '50', 'marginBottom': '50', 'marginRight': '50', 'position': 'right', }, 'brandSetting':{ 'brandName': 'kimbocorp', 'brandSubTitle': 'Typically replies within a day', 'brandImg': 'https://user-images.strikinglycdn.com/res/hrscywv4p/image/upload/c_limit,fl_lossy,h_300,w_300,f_auto,q_100/1151954/983400_711107.png', 'ctaText': 'Start Chat', 'welcomeText':'Hi there! Welcome to kimbocorp. The only place you need to be to build a business from Singapore.', 'backgroundColor':'#00ac8c', 'borderRadius':'25', 'autoShow':'', 'phoneNumber': '6588993720', 'message': "" } } s.onload = function() { CreateWhatsappChatWidget(options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x)