logo

How to Install FastBots on Typo3

Follow these simple steps to install your chatbot on a site built with Typo3.

1

How to Get Your FastBots Chatbot Code

Before installing your chatbot on any platform, you’ll need your widget code.

Log in to FastBots.

Select the chatbot you want to install.

Click Deploy in the left-hand menu.

Scroll to Add to a Website.

Copy the script code using the copy icon.

You’ll paste this code into your website builder so the chatbot appears across all pages.

**How to Get Your FastBots Chatbot Code**

Before installing your chatbot on any platform, you’ll need your widget code.

Log in to FastBots.

Select the chatbot you want to install.

Click Deploy in the left-hand menu.

Scroll to Add to a Website.

Copy the script code using the copy icon.

You’ll paste this code into your website builder so the chatbot appears across all pages.
2

Step 1 — Add the script to your site template

  1. Log in to your Typo3 backend.
  2. In the left-hand menu, go to Template.
  3. Select Edit the Whole Template Record for your active site.
  4. Open the Setup field.
  5. Add your FastBots script code inside the header section using Typo3’s template syntax, for example:

page.headerData.999 = TEXT page.headerData.999.value (

<script defer src="https://app.fastbots.ai/embed.js" data-bot-id="YOUR-BOT-ID"></script>

)

  1. Click Save.

Step 2 — Confirm installation

Visit your live website and refresh the page — your FastBots chatbot should now appear across your entire Typo3 site. Say next when you're ready for the next platform.