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': '#850512', 'ctaText': '', 'borderRadius': '10', 'marginLeft': '50', 'marginBottom': '50', 'marginRight': '50', 'position': 'right', }, 'brandSetting':{ 'brandName': 'Trade Price Stone Ltd', 'brandSubTitle': 'Mon - Fri : 9am - 5pm', 'brandImg': 'https://tradepricestoneltd.co.uk/img/favicon.png', 'ctaText': 'Start Chat', 'welcomeText':'Hi, there! \nHow can I help you?', 'backgroundColor':'#850512', 'borderRadius':'10', 'autoShow':'', 'phoneNumber': '4407572048806', 'message': "" } } s.onload = function() { CreateWhatsappChatWidget(options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x)