Plugin info

Total downloads: 68,193
Active installs: 1,000
Total reviews: 37
Average rating: 4.9
Support threads opened: 1
Support threads resolved: 1 (100%)
Available in: 10 language(s)
Contributors: 2
Last updated: 10/23/2025 (69 days ago)
Added to WordPress: 4/16/2018 (7 years old)
Minimum WordPress version: 6.5
Tested up to WordPress version: 6.8.3
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 69 days ago • Support resolved 100% • 37 reviews

75/100

Is WP Telegram Login & Register abandoned?

Likely maintained (last update 69 days ago).

Compatibility

Requires WordPress: 6.5
Tested up to: 6.8.3
Requires PHP: 7.4

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Mailchimp List Subscribe Form
Rating 2.6/5 (77 reviews)Active installs 60,000
Login & Register Customizer – Popup | Slider | Inline | WooCommerce
Rating 4.8/5 (250 reviews)Active installs 40,000
Mailjet Email Marketing
Rating 3.2/5 (44 reviews)Active installs 20,000
GetResponse for WordPress
Rating 3.3/5 (34 reviews)Active installs 10,000
Allow Multiple Accounts
Rating 5.0/5 (22 reviews)Active installs 10,000
Participants Database
Rating 4.9/5 (320 reviews)Active installs 8,000

Description

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.

Why Telegram Login?

  • Removes the lengthy registration forms
  • Removes the need for captchas
  • Removes the need for email verification
  • No “forgot password?” stuff
  • Provides enough information about the user

Features

  • Safe, secure and easy login method
  • Relies upon SHA-256 hashed data strings
  • User data is trustworthy – verified by Telegram
  • Can be used to prevent spam registrations
  • Easy to install and set up for the admin
  • Can be used to let new users sign up
  • Existing users can connect their Telegram account
  • Users can be given any desired role on the website
  • Login button can be displayed anywhere
  • Can be extended with custom code

Widget Info

Goto Appearance > Widgets and click/drag WP Telegram Login and place it where you want it to be.

Alternatively, you can use the below shortcode.

Inside page or post content:

[wptelegram-login button_style="large" show_user_photo="1" corner_radius="15" show_if_user_is="logged_in"]

Inside the theme templates

 false,
        // 'corner_radius'   => 15,
        // 'button_style'    => 'large',
        // 'show_if_user_is' => 'logged_out',
    );

    wptelegram_login( $args );
}
?>

or


Telegram Web App data

The plugin can also handle the data sent by the Telegram Web App. Simply send window.Telegram.WebApp.initData query string to this URL:

http:///?action=wptelegram_login&source=WebAppData

The final URL might look like this:

http:///?action=wptelegram_login&source=WebAppData&query_id=XXXX&user=XXXX&auth_date=XXXX&hash=XXXX

The plugin will:

  • Validate the data for you
  • Create a user account for the user if it doesn’t exist
  • Login the user to the website in the context of your Web App.

Note: You need to use the same bot token for both the plugin and the Web App.

Excellent Support

Join the Chat

We have a public group on Telegram to help set up the plugin and discuss issues, features, translations, etc. Join @WPTelegramChat
For rules, see the pinned message. No spam, please.

Get in touch

Contribution

Development takes place in our Github monorepo, and all contributions welcome.

Installation

Automatic installation

Automatic installation is the easiest way — WordPress will handle the file transfer, and you won’t need to leave your web browser. To do an automatic install of the plugin:

  • Log in to your WordPress dashboard
  • Navigate to the Plugins menu, and click “Add New”
  • In the search field type “wptelegram-login” and hit Enter
  • Locate the plugin in the list of search results
  • Click on “Install Now” and wait for the installation to complete
  • Click on “Activate”

Manual installation

Manual installation method requires downloading the plugin and uploading it to your web server via your favorite FTP application. The official WordPress documentation contains instructions on how to do this here.

Updating

Automatic updates should work smoothly, but we still recommend you back up your site.

Frequently Asked Questions

How to create a Telegram Bot

How do I create a bot?.

Can I display button more than once on a page

Sorry, that’s not possible because Telegram allows only a single button per page.

I see “Bot domain invalid” message

Please follow the instructions given on the WP Telegram Login settings page.

It looks like you missed one that says to send the /setdomain command to @BotFather.

Review feed

Pagecode
3/16/2023

Best Telegram plugin

I have been using this for years, never had an issue. I use it in conjunction with WP Telegram Post, works great.
vit_sh
5/24/2023

прекрасная поддержка

все мои вопросы были решены в течении 1 минуты в чате поддержки. превосходные разработчики этого решения. самое главное правильно и точно задавать вопросы !!!
RealMag777
3/25/2025

Очень классный плагин — установил и всё GOOD

Очень классный плагин — просто установил, и всё сразу заработало! Теперь заход в сайт только по кнопке 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'; });

Screenshots

  1. Settings Page

    Settings Page

  2. Settings Page (Cont...)

    Settings Page (Cont...)

  3. Settings Page (Cont...)

    Settings Page (Cont...)

  4. Widget Settings (back-end)

    Widget Settings (back-end)

  5. Widget View (front-end)

    Widget View (front-end)

  6. Login and Register page

    Login and Register page

  7. User List Table (for admin)

    User List Table (for admin)

  8. User Profile (wp-admin)

    User Profile (wp-admin)

  9. WooCommerce Account Page

    WooCommerce Account Page

Changelog

1.11.13

  • Allow passing redirect URL via shortcode.

See full changelog