How to add the chat to a website
The chat is connected by one line of code. It works the same way on a custom site, on WordPress and on a website builder: the only difference is where you paste the line.
Three steps
- 1 Connect the site in the dashboard Add the site, choose the look of the button and the window, and connect your Telegram group so that messages have somewhere to arrive.
- 2 Paste the snippet The dashboard shows one line with your widget ID. It goes into the site template before the closing body tag, so it appears on every page.
- 3 Send yourself a message Open the site, write something in the chat and check that a topic appeared in your Telegram group and that the reply comes back into the window.
Where exactly to paste it
- Custom site — In the shared template, right before the closing body tag — then the chat is on every page at once.
- WordPress — The WidgetChat plugin from the directory, a code-insertion plugin, or footer.php of a child theme.
- Website builders — Most of them have a field for custom code in the site settings; the line goes there.
- Single landing page — Straight into the page markup before the closing body tag.
Why the domain list matters
The widget only starts on the domains listed for the site in the dashboard. That is not a formality: without the list, anyone who copied your snippet could run your chat on their own page and receive messages meant for you.
Add every domain the site really opens on, including the www version and the staging one if you test there.
Frequently asked questions
Do I need a developer?
Usually not: pasting one line into a template or a settings field is enough. If a contractor maintains the site, the dashboard prepares a task you can forward.
Will the chat slow the site down?
The script loads asynchronously and does not block the page. The chat window itself is built only when the visitor opens it.
Can one account serve several sites?
Yes. Every site gets its own snippet, its own appearance and its own conversations; they do not mix.
The chat does not appear after installation
Check three things: the site cache, the domain list in the dashboard and script optimisation plugins that may defer third-party code.
Read next
Add the chat to your website
Sign up with email or Telegram, set it up in the dashboard, paste one line of code. Free right now.