
Let the users login to your website with their Telegram and make it simple for…
Author: | WP Socio (profile at wordpress.org) |
WordPress version required: | 5.8 |
WordPress version tested: | 6.0 |
Plugin version: | 1.9.14 |
Added to WordPress repository: | 16-04-2018 |
Last updated: | 02-06-2022 |
Rating, %: | 100 |
Rated by: | 25 |
Plugin URI: | https://t.me/WPTelegram |
Total downloads: | 24 686 |
Active installs: | 1 000+ |
![]() Click to start download |
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.
Excellent Support
Join the Chat
We have a public group on Telegram to provide help setting up the plugin, discuss issues, features, translations etc. Join @WPTelegramChat
For rules, see the pinned message. No spam please.
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
- Users can remotely logout of the websites
- 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.
Alternately, 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
<?php
if ( function_exists( 'wptelegram_login' ) ) {
$args = array(
// 'show_user_photo' => false,
// 'corner_radius' => 15,
// 'button_style' => 'large',
// 'show_if_user_is' => 'logged_out',
);
wptelegram_login( $args );
}
?>
or
<?php
echo do_shortcode( '[wptelegram-login button_style="small" show_user_photo="0" show_if_user_is="logged_in"]' );
?>
Get in touch
- Website wptelegram.com
- Telegram @WPTelegram
- Facebook @WPTelegram
- Twitter @WPTelegram
Contribution
Development occurs on Github, and all contributions welcome.
Translations
Many thanks to the translators for the great job!
-
Artem (Russian)
-
Note: You can also contribute in translating this plugin into your local language. Join the Chat (above)
Screenshots
FAQ
ChangeLog