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': '50', 'marginBottom': '50', 'marginRight': '50', 'position': 'left', }, 'brandSetting':{ 'brandName': 'Daniel Castell', 'brandSubTitle': 'Normalmente responde al instante', 'brandImg': 'https://content.app-sources.com/s/18874838431713509/thumbnails/640x480/Images/Daniel_Castell_Conferencista_Coach__Escritor-6633771.png?format=webp', 'ctaText': 'Haga clic para iniciar Chat', 'welcomeText':'¡Hola! ¿En qué puedo ayudarte?', 'backgroundColor':'#0a5f54', 'borderRadius':'25', 'autoShow':'', 'phoneNumber': '50766712661', 'message': "👋 Hola Daniel, estuve revisando tu sitio web. Me podrías ayudar con..." } } s.onload = function() { CreateWhatsappChatWidget(options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x)