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': '#000000', 'ctaText': 'Need Help?👋 ', 'borderRadius': '25', 'marginLeft': '50', 'marginBottom': '50', 'marginRight': '50', 'position': 'right', }, 'brandSetting':{ 'brandName': 'Nick from PolicyMatch', 'brandSubTitle': 'Typically replies within minutes', 'brandImg': 'https://policymatch.world/wp-content/uploads/2022/07/favicon_192x192_created_by_logaster.png', 'ctaText': 'Start Chat', 'welcomeText':'Karibu to PolicyMatch.Africa. Chat with us here or call us on 0725347476\n\nHow can we help?', 'backgroundColor':'#0a5f54', 'borderRadius':'25', 'autoShow':'', 'phoneNumber': '254725347476', 'message': "" } } s.onload = function() { CreateWhatsappChatWidget(options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x)