Skip to main content

Live Chat

The Live Chat inbox is a chat widget you embed on your own website. Visitors click a floating bubble to open a chat panel and message your team; those messages arrive in Teloring as conversations, and agents reply from the same inbox they use for every other channel. You design how the widget looks and behaves, then paste one line of code into your site — no developer needed beyond that.

Prerequisites

You needWhy
Inbox permissionCreating a Live Chat inbox needs My Ring → Create; changing its settings needs My Ring → Update. See Roles and Permissions.
Access to your website's HTMLTo paste the embed snippet before the closing </body> tag.

Create a Live Chat inbox

Open My Ring, click Live Chat, and choose Add. The setup page has a form on the left and a live widget preview on the right that updates as you edit.

Live Chat setup with live preview

FieldWhat to enter
Channel NameOptional internal name (defaults to the website name).
Website NameRequired — shown in the widget.
Website DomainOptional — your site's domain.
Widget ColorThe primary color for the bubble and header (default teal).
Welcome Heading / TaglineThe greeting shown at the top of the panel.
Button TextThe label on the chat bubble (default Chat with us).
Bubble SizeThe bubble diameter in pixels (40–120).
Footer TextText at the bottom of the widget.
Show Greeting Message / Show Agent Online StatusToggles for the greeting and the live "agents online" indicator.
Widget PositionDistance from the right and bottom edges, in pixels.
Pre-Chat FormOptionally collect the visitor's name, email, and phone before the chat starts (each field can be shown and marked required).

Click Create Live Chat Inbox. Teloring saves the inbox and opens its edit page, where you'll find the embed code.

The Live Chat edit page

The edit page has six tabs, with the live preview alongside.

Settings

Website Name, Website Domain, and Channel Name — plus two image uploads unique to this tab:

UploadNotes
Website AvatarShown in the widget header. Square image, up to 2 MB.
Chat Icon ImageA custom bubble icon (64×64 recommended, up to 2 MB).

Appearance

All the visual options (color, bubble size, headings, button text, footer, position, and the two toggles), plus two edit-only fields:

FieldUsed for
Resolved MessageShown after a conversation is resolved.
New Chat Button TextThe label on the button that starts a fresh conversation.

Live Chat — Appearance tab

Pre-Chat Form

Enable a short form shown before the first message, and choose which of Name, Email, and Phone to ask for and which are required, plus a welcome message.

Additional Channels

Show links to your other channels inside the widget, so a visitor can reach you elsewhere. Pick a channel (WhatsApp, Messenger, Email, SMS, Phone, Telegram, Instagram, TikTok, X, or LinkedIn) and give each a label, a link or number, and a short explanation.

Code

The embed snippet to install the widget:

<script src="https://.../widget/livechat/YOUR_TOKEN/embed.js" async></script>

Add it to your website's HTML just before the closing </body> tag, then copy it with Copy Code. A Force Open Widget snippet is also provided if you want to open the chat from a button on your page.

Live Chat — Code tab

Danger Zone

Delete the inbox. Existing conversations are kept; the widget stops working once removed.

What the visitor sees

The widget loads in an isolated layer so it never clashes with your site's styling. A visitor:

  • Sees the floating bubble in the corner; clicking it opens the chat panel with your heading, tagline, and a live "N agents online" indicator.
  • Fills in the pre-chat form (if enabled), then messages your team.
  • Gets replies in real time, with read receipts (✓ sent, ✓✓ read) and a notification sound when the panel is minimized.
  • Keeps their conversation across page refreshes and browser tabs.
  • After a conversation is resolved, sees your Resolved Message and a button to start a new chat — resolved conversations never silently reopen.

How Live Chat messages become conversations

  1. A visitor sends a message from the widget (with any pre-chat details they provided).
  2. Teloring creates or matches the contact and opens a conversation on this inbox.
  3. Agents reply from Teloring; the visitor sees replies live in the widget.

See Conversations.