Getting Started
Baza Live Chat is a self-hosted WordPress live chat plugin with Telegram bot integration. Visitors chat on your website — you receive messages instantly in Telegram and reply without opening WordPress. This guide covers everything from installation to first message in under 10 minutes.
Requirements
- WordPress 5.0 or higher
- PHP 7.4 or higher
- A Telegram account
- SSL certificate (HTTPS) — required for Telegram webhook
Step 1 — Install the Plugin
Go to WordPress Admin – Plugins – Add New. Search for Baza Live Chat and click Install Now, then Activate.
Alternatively, download the zip file from your account dashboard, then go to Plugins – Add New – Upload Plugin.
Step 2 — Create a Telegram Bot
You need a Telegram bot to receive visitor messages. Creating one takes less than 2 minutes.
Get your Bot Token
- Open Telegram and search for @BotFather
- Send the command
/newbot - Enter a name for your bot (e.g. My Site Support)
- Enter a username ending in
bot(e.g. mysitesupport_bot) - Copy the token — it looks like
123456789:ABCdef...
Get your Chat ID
- Open Telegram and search for @userinfobot
- Send any message to it
- Copy the Id value from the response (e.g.
123456789)
Step 3 — Enter Credentials
Go to Baza Live Chat – Settings – Telegram tab.
- Paste your Bot Token
- Paste your Chat ID
- Click Save Settings
Step 4 — Set Webhook
The webhook allows Telegram to deliver your replies back into the chat widget in real time.
- Go to Settings – Webhook tab
- Click Set Webhook
- Status changes to Active — webhook is ready
The webhook URL is set automatically — you do not need to copy or paste anything.
Step 5 — Test the Chat
- Open your website in a browser (not while logged in as admin)
- Click the chat button in the bottom corner
- Send a test message
- You should receive it in Telegram immediately
- Reply in Telegram using the Reply button on the message — it appears in the visitor’s chat within seconds
The chat widget does not appear when you are logged in as administrator. Open an incognito window to test it.