WMAT Lite – Telegram Mini Apps

Leírás

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

Képernyőmentések

Telepítés

  1. Download the Plugin:
    • Download the plugin ZIP file from the WordPress.org repository.
  2. Upload and Activate:
    • Log in to your WordPress admin dashboard.
    • Navigate to Plugins > Add New and click the Upload Plugin button.
    • Select the downloaded ZIP file, click Install Now, and then Activate.
  3. 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.

GYIK

How do I obtain a Telegram Bot Token?

  1. Open Telegram and search for @BotFather.
  2. Start a conversation and send /newbot.
  3. Follow the instructions to create your bot.
  4. 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.

Vélemények

2025.05.17.
This plugin made it super easy to integrate a Telegram Mini App into my WordPress site. The setup was straightforward — just added my bot token and configured the welcome messages. It’s a lightweight solution but very effective if you want your users to interact with your website directly through Telegram. The button to launch the app works perfectly, and the support for Telegram Web App SDK is a huge plus. Looking forward to seeing more features in the Pro version. Highly recommended for anyone building Telegram-based experiences!
1 vélemény olvasása

Közreműködők és fejlesztők

“WMAT Lite – Telegram Mini Apps” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“WMAT Lite – Telegram Mini Apps” 1 nyelvre lett lefordítva. Köszönet a fordítóknak az áldozatos munkájukért!

“WMAT Lite – Telegram Mini Apps” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

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.