Installing Navu on a TYPO3 website
This article from TYPO3 explains how to add script to the <head> of your TYPO3 website. The snippet of code to add is shown below. <script>"use strict";(o=>{const e=document,a=(t,...n)=>{const s=e.head.appendChild(e.createElement(t));return n.forEach(i=>s.setAttribute(i[0],i[1])),s};a("meta",["name","navu:site"],["content",o]),a("script",["src","https://embed.navu.co/boot.js"],["async","true"]);const d=sessionStorage.getItem("nv-sidebar");if(d){const t=JSON.parse(d);t.css&&(a("style",["data-widget","sidebar"]).innerHTML=t.css);const… Read more