(function() { window.addEventListener('load', function() { var body = document.getElementsByTagName('body')[0]; var prefix_url = 'https://erweiterung.rehavitalisplus.de'; if (location.href.indexOf('localhost') > -1) prefix_url = 'http://localhost:3000'; let vueScript = document.createElement('script') vueScript.setAttribute('src', 'https://cdn.jsdelivr.net/npm/vue@2.7.14/dist/vue.js'); document.head.appendChild(vueScript); vueScript.onload = function() { var div = document.createElement("div"); div.setAttribute('id', 'rvp_erweiterung'); var RVP_ID = '5848855375511552'; var RVP_SETTINGS = {"position":"right"}; var RVP_SOURCE = 'rvp_source_undefined'; body.appendChild(div); div.style.position = 'fixed'; if (RVP_SETTINGS.position == 'right') { div.style.bottom = '10px'; div.style.right = '10px'; div.style.whiteSpace = 'nowrap'; } else if (RVP_SETTINGS.position == 'leftup') { div.style.bottom = '10px'; div.style.left = '10px'; div.style.width = '60px'; } else if (RVP_SETTINGS.position == 'rightup') { div.style.bottom = '10px'; div.style.right = '10px'; div.style.width = '60px'; } else { div.style.bottom = '10px'; div.style.left = '10px'; div.style.whiteSpace = 'nowrap'; } div.style.visibility = 'visible'; div.style.opacity = '1'; div.style.display = 'block'; div.style.margin = '0'; div.style.padding = '0'; div.style.border = '0'; div.style.outline = '0'; div.style.zIndex = '9999'; div.style.pointerEvents = 'none'; var mail = '', phone = '', calendar = '', chat = '', close = '', location = ''; window.rvp_erweiterung = { before: function() { document.getElementById('rvp_erweiterung').getElementsByTagName('div')[1].style.display='block'; document.getElementById('rvp_erweiterung_iframe').style.display = 'none'; }, after: function() { document.getElementById('rvp_erweiterung_iframe').onload = function() { document.getElementById('rvp_erweiterung_iframe').style.display = 'block'; } if (window.gtag_report_conversion) window.gtag_report_conversion(); }, mail: function() { window.rvp_erweiterung.before(); document.getElementById('rvp_erweiterung_iframe').src = prefix_url +'/mail?rvp_id='+ RVP_ID +'&rvp_ref='+ RVP_SOURCE +'&rvp_url='+ encodeURIComponent(window.location.origin + window.location.pathname); window.rvp_erweiterung.after(); }, phone: function() { window.rvp_erweiterung.before(); document.getElementById('rvp_erweiterung_iframe').src = prefix_url +'/phone?rvp_id='+ RVP_ID +'&rvp_ref='+ RVP_SOURCE +'&rvp_url='+ encodeURIComponent(window.location.origin + window.location.pathname); window.rvp_erweiterung.after(); }, calendar: function() { window.rvp_erweiterung.before(); document.getElementById('rvp_erweiterung_iframe').src = 'https://d0fb7e8e.sibforms.com/serve/MUIEAOVuRCqchXXWcdvMZQqAgsCY7HgOd9U3mEkW0qyiilnUQI6mF4JXJCYOwIZ1V_aojWH1_QZxDInm59Ig4Fo8FHGAVWIfA29QwXTNsZXmRMgLO2IDk3BerdH86mad5LeU8EK6FpjlBB_4Z-fqKC_a6gjcNqw7v_fZjQk13_hnaxL7b9OAGWCq5ANyzhSIzpl0L7PpIQhFh0ZY'; window.rvp_erweiterung.after(); }, chat: function() { window.rvp_erweiterung.before(); document.getElementById('rvp_erweiterung_iframe').src = 'https://d0fb7e8e.sibforms.com/serve/MUIEAOVuRCqchXXWcdvMZQqAgsCY7HgOd9U3mEkW0qyiilnUQI6mF4JXJCYOwIZ1V_aojWH1_QZxDInm59Ig4Fo8FHGAVWIfA29QwXTNsZXmRMgLO2IDk3BerdH86mad5LeU8EK6FpjlBB_4Z-fqKC_a6gjcNqw7v_fZjQk13_hnaxL7b9OAGWCq5ANyzhSIzpl0L7PpIQhFh0ZY'; window.rvp_erweiterung.after(); }, location: function() { window.rvp_erweiterung.before(); document.getElementById('rvp_erweiterung_iframe').src = prefix_url +'/location?rvp_id='+ RVP_ID +'&rvp_ref='+ RVP_SOURCE +'&rvp_url='+ encodeURIComponent(window.location.origin + window.location.pathname); window.rvp_erweiterung.after(); } } div.innerHTML = `
`+ mail +` `+ phone +` `+ location +`
`+ close +`
`; // click functions let extensions = ['rvp_mail', 'rvp_phone', 'rvp_calendar', 'rvp_chat', 'rvp_location']; for (let i = 0; i < extensions.length; i++) { let extension = extensions[i], elements = document.getElementsByClassName(extension); for (let j = 0; j < elements.length; j++) { elements[j].addEventListener('click', window.rvp_erweiterung[extension.split('_')[1]]); } } } }) })()