Description
WMAT Lite – Telegram Mini Apps bridges your WordPress site with Telegram by enabling a streamlined integration of Telegram Mini Apps. With this Lite version, you can:
– Enter your Telegram Bot Token obtained from @BotFather.
– Display a button that opens a designated web application.
– Send personalized welcome messages to users upon their first login and on returning visits.
All advanced features (such as additional notifications, channel integrations, pinned messages, and LearnDash or PremiumPress support) are reserved for the Pro version.
External services
This plugin connects to the Telegram Bot API to handle Mini Apps integration. It sends the bot token and webhook data to api.telegram.org when setting the webhook and processing incoming messages. It also loads the Telegram Web App JavaScript library from https://telegram.org/js/telegram-web-app.js to support in-browser Mini Apps features.
- Service: Telegram Bot API
- Used for: registering webhooks, sending messages, and handling user interactions.
- Data sent: your bot token, chat IDs, user messages (text and metadata) during webhook calls.
- Endpoints: https://api.telegram.org
- More information:
- Terms of Service: https://telegram.org/tos
- Privacy Policy: https://telegram.org/privacy
License
WMAT Lite – Telegram Mini Apps is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
For the full license, please see: https://www.gnu.org/licenses/gpl-2.0.html.
Contributing
Contributions are welcome! If you encounter a bug or have a feature request, please report it via the WordPress.org support forums or contact our support team.
Credits
Developed by buyreadysite.com. For more plugins and services, visit our website.
Support
For support, please visit our official support channel:
https://t.me/WPVALERIY
Installation
- Download the Plugin:
- Download the plugin ZIP file from the WordPress.org repository.
- Upload and Activate:
- Log in to your WordPress admin dashboard.
- Navigate to
Plugins > Add New
and click theUpload Plugin
button. - Select the downloaded ZIP file, click
Install Now
, and thenActivate
.
- Configure the Plugin:
- Go to
Telegram Mini Apps
in your WordPress admin menu. - Enter your Telegram Bot Token and configure the core settings (button text, welcome messages, etc.).
- Save the settings to complete the integration.
- Go to
FAQ
-
How do I obtain a Telegram Bot Token?
-
- Open Telegram and search for @BotFather.
- Start a conversation and send
/newbot
. - Follow the instructions to create your bot.
- BotFather will provide you with a token; enter it in the plugin settings.
-
Is WMAT Lite – Telegram Mini Apps free?
-
Yes, this Lite version is free and available in the WordPress repository. Advanced features are available in the Pro version.
-
How do I update the plugin?
-
Update the plugin directly from the WordPress admin dashboard when a new version is released.
-
Can I upgrade to the Pro version?
-
Yes, if you need additional features, visit the Pro version page on our website.
Reviews
Contributors & Developers
“WMAT Lite – Telegram Mini Apps” is open source software. The following people have contributed to this plugin.
Contributors“WMAT Lite – Telegram Mini Apps” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “WMAT Lite – Telegram Mini Apps” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2 (2025-05-12)
- Moved all inline JavaScript and CSS into separate asset files and enqueued them properly using wp_enqueue_script and wp_enqueue_style.
- Added nonce and user capability checks for security in webhook and AJAX handlers.
- Implemented data sanitization and validation for all input parameters.
- Updated code to avoid processing entire request arrays and added checks for undefined indices.
- Documented use of Telegram external services in the External services section.
1.1 (2025-04-28)
- Updated plugin header to version 1.1 and added contributor aiseoua.
- Removed
load_plugin_textdomain()
call as per WordPress.org guidelines. - Fixed technical issues and improved localization handling.
1.0 (2025-04-16)
- Initial release of the Lite version.
- Core features include Bot Token input, Open Web Application button, and welcome messages for first and returning logins.
- Advanced functionalities are disabled and marked as available in the Pro version.