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': '#4dc247', 'ctaText': '', 'borderRadius': '25', 'marginLeft': '28', 'marginBottom': '100', 'marginRight': '10', 'position': 'left', }, 'brandSetting':{ 'brandName': 'IDENTITYSECU', 'brandSubTitle': 'Voir Plus Loin, Votre Sécurité !', 'brandImg': 'http://identitysecu.com/images/logo.app.png', 'ctaText': 'Discuter', 'welcomeText':'Bonjour! \nComment pouvons-nous vous aidez?', 'backgroundColor':'#e60116', 'borderRadius':'50', 'autoShow':'', 'phoneNumber': '24104142504', 'message': "" } } s.onload = function() { CreateWhatsappChatWidget(options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x)