Live demo

See the same demo bot in four different install modes.

Use this page to try the floating widget, a trigger button, a trigger link, and the standalone chat page. The surrounding page can be localized, while the chatbot itself can be guided to answer in your selected language.

Open standalone demo

Install modes in one place

These examples all point to the same live demo bot, so you can show the different presentation options without touching the backend or changing the bot content.

Trigger button

A button on your page opens the assistant only when the visitor clicks it. Good for feature sections, help pages, and call-to-action blocks.

Trigger link

The same trigger mode can also be opened from a plain text link if you want the assistant to feel lighter inside an existing paragraph or navigation area.

Floating widget

The floating widget is already active on this page. Look at the bottom corner to see the classic install mode that stays available across the page.

This is the easiest mode for a live website because it adds a persistent chat launcher without changing the rest of the page layout.

Standalone chat page

If you want a full page dedicated to the assistant, use the hosted chat page on onlyAI.ch and link to it from buttons, emails, or your website navigation.

Example code

These are the same install styles your users can copy. This page just gives them a polished place to see the live result before they paste anything into their own site.

Trigger button snippet

<button type="button" data-onlyai-open="demo-bot-499e54a975">Ask the assistant</button> <script src="https://app.onlyai.ch/static/embed/widget-loader.js" data-backend-url="https://app.onlyai.ch" data-bot-slug="demo-bot-499e54a975" data-mode="trigger"></script>

Floating widget snippet

<script src="https://app.onlyai.ch/static/embed/widget-loader.js" data-backend-url="https://app.onlyai.ch" data-bot-slug="demo-bot-499e54a975" data-mode="floating"></script>

WordPress widget plugin

If the website runs on WordPress, you can install the onlyAI widget as a plugin instead of pasting code manually.

Download plugin

Use the packaged WordPress widget ZIP and install it from the WordPress admin.

Install in WordPress

1. In WordPress go to Plugins -> Add New -> Upload Plugin 2. Upload onlyai-bnb-chat-widget-v4.1.zip 3. Activate the plugin 4. Open Settings -> onlyAI BnB Chat Widget 5. Paste your backend URL and bot / property settings 6. Use the global mode or the shortcode [onlyai_bnb_chat_widget]