Connect Telegram to your site in about 15 minutes
A bot, a group, one settings page. No dashboards to learn — by the end of this page, a message from your site will show up as a topic in Telegram, and a reply there will show up on your site.
Create your bot
Every Wisper site needs its own Telegram bot — this posts messages into your group and relays replies back to visitors.
- Open Telegram and message @BotFather, Telegram’s official bot for making bots.
- Send
/newbot, then choose a display name and a username ending inbot. - Copy the token from BotFather. You will paste it into the plugin in step 6.
/revoke in BotFather.Create the group
This is where your team will read and answer messages.
- In Telegram, create a new group, not a channel.
- Add at least one person, or just yourself for now.
- Give it a recognizable name, for example “Acme — Website Support”.
Turn on Topics
This makes each visitor land in their own thread instead of one shared stream.
- Open the group and tap the group name to open its info.
- Tap the edit (pencil) icon.
- Find Topics and switch it on.
Add the bot as admin
The bot needs admin rights to post messages, open topics, and close them.
- Open Administrators → Add Admin in the group.
- Search for the bot by the username from step 1.
- Turn on Manage Topics and standard message permissions.
Find your Chat ID
The plugin uses a numeric Chat ID, not the group name.
- Send any message in the group.
- Open this URL, replacing the token with your own.
- Copy the group
id, including the minus sign.
"chat": { "id": -1001234567890, "type": "supergroup" }
Configure the plugin
In WordPress open Wisper → Settings.
- Paste the Bot Token from step 1.
- Paste the Chat ID from step 5.
- Turn Forum mode on if you enabled Topics.
- Click Save settings.
Connect the webhook
This is the step that links Telegram to your site.
- On the same settings page, click Set Webhook.
- The plugin registers your site address automatically.
- You will see a confirmation message if it worked.
Test it
The moment of truth.
- Open your site in a private/incognito window.
- Open the chat widget and click Invite a specialist.
- A new topic should appear in your Telegram group.
- Reply inside the topic and check that it appears in the widget.
Optional — Write your FAQ
Before a visitor reaches a human, Wisper can answer common questions. In Wisper → Settings → FAQ, add one question and answer per line, separated by a pipe.
do you ship internationally | Yes, 5-7 business days
Optional — Connect AI (Ollama)
Once your FAQ has a few entries, Wisper can answer questions that do not match the exact wording.
- Get an API key from ollama.com or run your own Ollama server.
- Open Wisper → Settings → AI and enable AI.
- Click Test AI to confirm the connection.
Optional — Quick reply buttons
Add phrases your team types often. They show up as tap-to-send buttons under every new topic.
Could you tell me which model you are interested in?
One moment, checking on that for you.
Optional — Working hours
Outside configured hours the widget shows offline status and disables “Invite a specialist”, while FAQ and AI can keep answering.
Stuck on a step?
Most setup issues come down to the bot missing admin rights, or the webhook not being re-connected after a settings change.
Contact support →