Administrar mi Servicio Utiq
// Dynamically extract the current hostname and remove ‘www.’ if present const currentHostname = window.location.hostname.replace(/^www\./, »); const utiqHostname = ‘utiq.’ + currentHostname; window.Utiq = window.Utiq || {}; window.Utiq.config = { CMP: ‘none’ }; // First script loader function (() => { const s = document.createElement(‘script’); s.type = ‘text/javascript’; s.src = ‘https://’ + utiqHostname + ‘/utiqLoader.js’; s.async = true; document.head.appendChild(s); })(); // Second script loader function (() => { const s = document.createElement(‘script’); s.type = ‘text/javascript’; s.src = ‘https://’ + utiqHostname + ‘/utiqManagePage.js’; s.async = true; document.head.appendChild(s); })();
(function() { window._JS_MODULES = window._JS_MODULES || {}; var headElement = document.getElementsByTagName(‘head’)[0]; if (_JS_MODULES.instagram) { var instagramScript = document.createElement(‘script’); instagramScript.src = ‘https://platform.instagram.com/en_US/embeds.js’; instagramScript.async = true; instagramScript.defer = true; headElement.appendChild(instagramScript); } })();
–
La noticia Administrar mi Servicio Utiq fue publicada originalmente en Poprosa por Producto Admin .