Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
acelant authored Jul 3, 2024
1 parent b84bfd3 commit bea3094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ <h2>Witdget Typebot</h2>


<script>
const typebotInitScript = document.createElement("script");
const typebotInitScript = document.createElement("script");
typebotInitScript.type = "module";
typebotInitScript.innerHTML = `import Typebot from 'https://cdn.jsdelivr.net/npm/@typebot.io/[email protected]/dist/web.js'
Typebot.initPopup({
Typebot.initBubble({
typebot: "hotel-land-express-site-d004tsg",
apiHost: "https://desbrachat.bot.hmldesbravador.com",
autoShowDelay: 5000,
theme: { button: { backgroundColor: "#0042DA" } },
});
`;
document.body.append(typebotInitScript);
Expand Down

0 comments on commit bea3094

Please sign in to comment.