Let your users login and register via Telegram, making it easier form them to get started on your website.
As of April 2026, WP Telegram Login & Register is a WordPress login plugin with 1.0K+ active installations and a 4.9/5 rating from 37 reviews. It has been downloaded 71K+ times in total. Requires WordPress 6.6+ and PHP 8.0+. Available on WordPress.org since 2018. Recently updated within the last 3 months. Downloads are down 33% this week. Top alternative: WPS Hide Login.
Let the users login to your website with their Telegram and make it simple for them to get connected and let them receive their email notifications on Telegram.
Great plugins and supports from the plugin author. Been using few plugins related to Telegram from the same author. Hopefully the author could produce more plugins related to Telegram such as Telegram Mini Apps, Telegram Star, Telegram bot (ability to control bot from wp). Thanks always for this great plugins and great support. Keep up the good work.
Очень классный плагин — просто установил, и всё сразу заработало! Теперь заход в сайт только по кнопке Telegram, что мне и нужно было.
Особенно понравилась возможность кастомизации. Мой сайт использует данные из констант, и я легко подключил их в систему через хуки. Даже не пришлось читать документацию — просто заглянул в код, и всё стало понятно. За пару минут всё настроил.
Отличный инструмент — рекомендую всем, кому нужен быстрый и безопасный вход через Telegram. Пользуйтесь!
p.s
add_filter('wpsocio\wputils\options_wptelegram_login_get_bot_token', function ($value) {
return BOT_TOKEN;
});
add_filter('wpsocio\wputils\options_wptelegram_login_get_bot_username', function ($value) {
return BOT_USERNAME;
});
add_filter('wpsocio\wputils\options_wptelegram_login_get_redirect_to', function ($value) {
return 'custom_url';
});
add_filter('wpsocio\wputils\options_wptelegram_login_get_redirect_url', function ($value) {
return admin_url('edit.php?post_type=product&page=bot');
});
add_filter('wpsocio\wputils\options_wptelegram_login_get_disable_signup', function ($value) {
return true;
});
add_filter('wpsocio\wputils\options_wptelegram_login_get_show_user_photo', function ($value) {
return true;
});
add_filter('wpsocio\wputils\options_wptelegram_login_get_lang', function ($value) {
return defined('BOT_DEFAULT_LANGUAGE') ? BOT_DEFAULT_LANGUAGE : 'en';
});in telegram mini-apps
I just tried WP Telegram Login and WP Telegram Login Pro, and I have to say it’s an excellent plugin with a lot of features. The support team is also very helpful, offering direct chat for instant assistance instead of email, which is fantastic.
Great job, thanks
| WordPress | 6.6+ requiredTested up to 6.9.4 |
| PHP | 8.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.