TechRevista TechRevista

Administrar mi Servicio Utiq

Muy Interesante ·Producto Admin ·06 junio 2024

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 func...

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 Xataka Ciencia por Producto Admin .

Nota original
Leer el artículo completo en Muy Interesante
Ir a la fuente

Publicamos un resumen propio con fines informativos. Los derechos del contenido original pertenecen a su medio.

¿Te sirvió esta nota?
Gratis · cada quincena

Recibe cada nueva edición

Te avisamos por correo cuando salga el siguiente número. Sin costo, sin spam, cancela cuando quieras.

¡Listo! Te avisaremos de la próxima edición.