const typebotInitScript = document.createElement("script"); typebotInitScript.type = "module"; typebotInitScript.innerHTML = `import Typebot from 'https://cdn.jsdelivr.net/npm/@typebot.io/js@0.3/dist/web.js' Typebot.initBubble({ typebot: "clube-de-campo", previewMessage: { message: "Fale conosco!", autoShowDelay: 10000 }, theme: { button: { backgroundColor: "#0d9488" } }, }); `; document.body.append(typebotInitScript);