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': '#3ccd80', 'ctaText': '', 'borderRadius': '25', 'marginLeft': '50', 'marginBottom': '50', 'marginRight': '50', 'position': 'right', }, 'brandSetting':{ 'brandName': 'Vispur.net', 'brandSubTitle': 'Typically replies within a day', 'brandImg': 'https://vispur.net/65cc742940cb3798ef9ade41/Vispur%20Favicon.svg', 'ctaText': 'Start Chat', 'welcomeText':'Hi, there! \nHow can I help you?', 'backgroundColor':'#3ccd80', 'borderRadius':'25', 'autoShow':'', 'phoneNumber': '923000043031', 'message': "I'm interested in your services" } } s.onload = function() { CreateWhatsappChatWidget(options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x)