TL;DR
The chat launcher is the floating bubble in the corner of your site that visitors tap to start chatting; in Eloqra it sits inside a Shadow DOM and opens the chat window.
Key Points
✓
The launcher is the visible trigger for a [[live-chat-widget]] — a floating bubble that expands into the chat panel where a [[website-visitor]] can send a [[chat-message]].
✓
Convention (and usability research) puts it in the bottom-right corner, contrasting with the page so it is easy to find. [1][3]
✓
In Eloqra the launcher is configurable: position (bottom-right or bottom-left), color palette, and a toggleable "Powered by Eloqra" label.
✓
Eloqra renders the launcher and panel inside a [[shadow-dom]] so host-page CSS never leaks in and breaks the button's styling. [4]
✓
Opening the launcher can surface a [[welcome-message]] greeting and, if configured, a [[pre-chat-form]] to capture name and email before the first message.
✓
On mobile the launcher is typically fixed to the bottom corner and should never cover navigation, checkout controls, or sticky bars. [2][3]
What the Launcher Does in Eloqra
Placement and Discoverability
From Launcher to Conversation
Sources & References
Last updated: June 25, 2026
Related Terms
Live Chat Widget
A live chat widget is the embeddable, in-browser chat interface a website loads from a small script so visitors can message a business in real time without leaving the page. In Eloqra it is a floating launcher and chat panel that boots from a single <script> tag and renders inside a Shadow DOM.
Live Chat
Live chat is a real-time, text-based support channel embedded in a website or app that lets visitors message a business and get answers within the same browsing session, without phoning or emailing. It pairs a customer-facing chat window with an agent or bot interface on the other side.
Welcome Message
A welcome message is the pre-written greeting a live-chat widget shows when a visitor opens it, used to set a friendly tone and prompt the first reply. In Eloqra it is a configurable line of text rendered inside the chat panel before any operator is involved.
Pre-Chat Form
A pre-chat form is a short form shown before a live chat starts that asks the visitor for a small amount of identifying information, typically their name and email. In Eloqra it is the optional collectVisitorInfo step that gates the chat input until the visitor submits their details.
Shadow DOM
Shadow DOM is a browser API that attaches a hidden, self-contained DOM subtree to an element, with its own scoped styles that neither leak out to the host page nor get overwritten by it. [1] Eloqra renders its entire chat widget inside a shadow root so the host site's CSS can never break the widget, and the widget's CSS can never alter the host site.
Telegram Integration
Telegram Integration is the mechanism by which Eloqra routes every website chat into the project owner's Telegram, forwarding visitor messages to a Telegram bot and flowing operator replies back to the widget. It turns Telegram into the operator inbox, so there is no separate agent console to keep open.
More in Live Chat Fundamentals
Collect testimonials that build trust
Eloqra gives you a lightweight live chat widget that routes every visitor message to your Telegram — free while in early access.
Get Started FreeMore in Live Chat Fundamentals
View all in Live Chat Fundamentals →Categories
Learn More
Guides on collecting testimonials, building trust, and turning customer feedback into social proof.
Read the blog →