Live Chat Reply by Telegram (powered by Chatgram) drops a polished floating chat widget on every page of your WordPress site. When a visitor sends a message, the conversation lands instantly in your Telegram chat — no extra inbox, no extra app to learn. Reply right from Telegram, and your visitor receives your reply by email.
This plugin is built and maintained by brandID. It is not affiliated with, endorsed by, or sponsored by Telegram FZ-LLC or Telegram Messenger Inc. Telegram is a trademark of its respective owners and is used here only to describe the messaging service this plugin integrates with.
This plugin connects to the Chatgram API, an external service operated by brandID, to deliver visitor messages from your contact form to your Telegram account. The plugin cannot function without this service because Telegram delivery is performed by the Chatgram backend.
The plugin communicates with the Chatgram API in three situations:
1. When you first open Chatgram Setup in the WordPress admin (one-time handshake)
2. When a visitor submits the contact form
3. When the plugin is deactivated or uninstalled
https://chatgram-server.brandid.app/integrations/wordpress/uninstall.The plugin does not call the Chatgram API on activation; the handshake is deferred until you open the Setup screen so the invite link is generated only when needed. No analytics, tracking pixels, fingerprinting, or third-party CDN scripts are loaded.
By installing and activating this plugin, you agree to the Chatgram Terms of Service and Privacy Policy linked above. You should also disclose this third-party data transmission in your own website’s privacy policy.
This plugin bundles a single compiled JavaScript file at public/js/chatgram-widget.umd.js. The unminified, human-readable source for this file is included inside the plugin in the src/ directory:
src/chatgram-widget/ — full unminified source of the bundled widget.src/chatgram-widget/README.md — build instructions (Rollup configuration, dependencies, and the exact command used to produce the UMD bundle that ships in public/js/).All other plugin code (PHP, CSS, and admin-side JavaScript) is shipped in its original, human-readable form. No minified or compiled assets are loaded from third-party CDNs.
To rebuild the widget locally from the included source:
cd src/chatgram-widgetnpm installnpm run build — produces dist/chatgram-widget.umd.jspublic/js/ folder of this plugin.