var url = 'https://wati-integration-prod-service.clare.ai/v2/watiWidget.js?59574'; var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url; var options = { "enabled":true, "chatButtonSetting":{ "backgroundColor":"#00e785", // "ctaText":"Chat with us", "borderRadius":"25", "marginLeft": "0", "marginRight": "20", "marginBottom": "90", "ctaIconWATI":false, "position":"right" }, "brandSetting":{ "brandName":"United Pharmacies", "brandSubTitle":"United Pharmacies are among the top pharmacies in Kuwait", "brandImg":"#", "welcomeText":"Hi there!\nHow can I help you?", "messageText":"", "backgroundColor":"#FF7400", "ctaText":"Chat with us", "borderRadius":"25", "autoShow":false, "phoneNumber":"96550331730" } }; s.onload = function() { CreateWhatsappChatWidget(options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);