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': 'Iniciar Chat ...', 'borderRadius': '10', 'marginLeft': '15', 'marginBottom': '80', 'marginRight': '30', 'position': 'right', }, 'brandSetting':{ 'brandName': 'Luis G', 'brandSubTitle': 'En minutos te estaré respondiendo', 'brandImg': 'https://radioar.net/ar/radioar/imagenes/favicon1.png', 'ctaText': 'Comenzar', 'welcomeText':'¡Hola! .¿Cómo te puedo ayudar?', 'backgroundColor':'#00bd5b', 'borderRadius':'15', 'autoShow':'', 'phoneNumber': '5493777689315', 'message': "contacto via web" } } s.onload = function() { CreateWhatsappChatWidget(options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x)