(function () { var scriptAppEmbeds = document.querySelector('script[data-app-embeds=getbutton]'); // find script element of app embeds if (scriptAppEmbeds) { var curScript = document.currentScript; // get script tag that invoked current js scope var isAppEmbeds = curScript && curScript.getAttribute('data-app-embeds') === 'getbutton'; if (!isAppEmbeds) { console.log('Getbutton: skip loading scriptTag - app embeds found'); return false; } console.log('Getbutton: loading app embeds'); } else { console.log('Getbutton: loading scriptTag'); } var options = {"ga":true,"branding":false,"mobile":true,"desktop":true,"shift_vertical":0,"shift_horizontal":0,"call_to_action":"\u00bfC\u00f3mo podemos ayudarte?\ud83d\udc4b","button_text":"Contact us","button_text_close":"Close","position":"left","page_list_to_show":"","page_list_to_hide":"","display_on_all_pages_in_string":"yes","display_on_all_pages":true,"bg_style":"color","greeting_style":"alternative","button_style":"classic","direction":"column","greeting_direction":"column","company_logo_url":"\/\/static.getbutton.io\/img\/flag.jpg?v=1","button_image_url":"","greeting_message":"\u00a1Hola! Escribo desde la tienda en l\u00ednea de Hergom Medical.\nNecesito ayuda por favor...","greeting_message_delay":3,"greeting_messengers":true,"greeting_cookie":86400,"greeting_agent_name":"","greeting_agent_position":"","greeting_start_chat_with":"Start Chat with:","activator_size":59,"button_shadow":50,"button_opacity":100,"button_animation":"moveIn","activator_icon":"classic","button_border_radius":50,"mirror":true,"border":true,"notification_indicator":false,"greeting":false,"animation":true,"domain":"hergomshop.myshopify.com","key":"shopify67493855538-33459831090","alias":["hergom-medical.com","hergomshop.myshopify.com"],"button_color":"#129BF4","whatsapp":"525624482452","whatsapp_color":"#4dc247","whatsapp_label":"WhatsApp","whatsapp_agent_image_1":"https:\/\/static.getbutton.io\/img\/flag.jpg?v=1","whatsapp_agent_image_2":"https:\/\/static.getbutton.io\/img\/flag.jpg?v=1","whatsapp_agent_image_3":"https:\/\/static.getbutton.io\/img\/flag.jpg?v=1","whatsapp_agent_image_4":"https:\/\/static.getbutton.io\/img\/flag.jpg?v=1","whatsapp_agent_image_5":"https:\/\/static.getbutton.io\/img\/flag.jpg?v=1","whatsapp_popup_title":"Start a Conversation","whatsapp_popup_subtitle":"Click one of our members below to chat"}; var proto = document.location.protocol, host = "getbutton.io", url = proto + "//static." + host; var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url + '/widget/bundle.js'; s.onload = function () { WhWidgetSendButton.init(host, proto, options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })();