Salta al contenido
  • Acerca de WordPress
    • Acerca de WordPress
    • WordPress.org
    • Documentación
    • Soporte
    • Sugerencias
  • Acceder
  • Registrarse
WordPress.org
WordPress.org

Español (México)

  • Temas
  • Plugins
  • Noticias
  • Soporte
    • Documentación
    • Foros
  • Acerca de
  • Patrones
  • Colabora
    • Equipo
    • Contacto
  • Meetups
  • Openverse
  • Consigue WordPress
Consigue WordPress

Plugins

  • Mis favoritos
  • Pruebas beta
  • Desarrolladores
Descargar

WP Telegram Login & Register

Por WP Socio
  • Detalles
  • Opiniones
  • Instalación
  • Soporte
  • Desarrollo

Descripción

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)

Capturas

  • Settings Page
  • Settings Page (Cont...)
  • Settings Page (Cont...)
  • Widget Settings (back-end)
  • Widget View (front-end)
  • Login and Register page
  • User List Table (for admin)

Bloques

Este plugin proporciona 1 bloque.

  • WP Telegram Login

Instalación

  1. Upload the wptelegram-login folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress. After activation, you should see the menu of this plugin the the admin
  3. Configure the plugin.

Enjoy!

Preguntas frecuentes

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 single button per page.

I see “Bot domain invalid” message

Follow the instructions given on the settings page. You need to send /setdomain to @BotFather.

Reseñas

Very good. Lots of perspectives

slektor 4 de febrero de 2021
Easy to set up. Easy to use. Does his job efficiently. Special respect for the support.

Простой и функциональный + поддержка!

drgar 7 de enero de 2021
Плагин работает как часы. Возникло одно затруднение с регистрацией пользователей, у которых не логина в Telegram и при этом имя написано кириллицей. Саппорт мигом решил проблему, выслал обновление. Восторг!

Awesome plugin with premium support

jizy 23 de diciembre de 2020
Great free plugin with better than free premium support and ticketing system

Great Plugin and Best Support Ever

ne0wang 19 de septiembre de 2020
Free plugin with a premium support! It would take forever for me to fix the issue that login button does not show up some times. I contacted the support team, they helped me fix it within hours. The step they told me to do: 1. Create new folder wptelegram-login under child-theme. 2. Upload login-view.php they provided. 3. Remove async. and wowla, it's fixed! Hope this may help the people who faces same issue with me. Best support ever!

Amazing

satoshitab 29 de agosto de 2020
Just incredible. Very cool

Perfect WP site and Telegram synchronization

flakkandi 3 de agosto de 2020
Premium plugin, with excellent support, advanced functionality, user-friendly admin panel. I advise you to enjoy one-click synchronization with Telegram. Telegram Comments and WP Telegram are must have too. Also, admin panel completely localized in Ukrainian.
Leer todas las 25 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores
  • WP Socio
  • Irshad Ahmad

"WP Telegram Login & Register" ha sido traducido a 4 idiomas locales. Gracias a los traductores por sus contribuciones.

Traduce "WP Telegram Login & Register" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.9.15

  • Updated options to load Bot Token from WP Telegram by default
  • Fixed failed login with emoji names when DB does not support multibyte characters

1.9.14

  • Added filters for Telegram avatar usage

1.9.13

  • Maintenance release

1.9.12

  • Fixed PHP Fatal Error for Block Widgets

1.9.11

  • Fixed PHP warning for block_categories deprecation

1.9.10

  • Fixed the failed login when Telegram name has special characters

1.9.9

  • Cleaned up the admin menu for single entry for WP Telegram

1.9.8

  • Fixed the issue of settings not saved due to trailing slash redirects

1.9.7

  • Improved user REST meta query for Telegram users
  • Fixed default settings for Gutenberg blocks

1.9.6

  • Fixed Telegram login when login and register are on same page
  • Fixed the issue of custom redirect URL not saved

1.9.5

  • Fixed the messed up last update

1.9.4

  • Fixed the hidden login on WP registration page

1.9.3

  • Fixed admin links on settings page
  • Fixed translation for plugin title

1.9.2

  • Fixed the missing Telegram ID in user table
  • Fixed creation of new user on login

1.9.1

  • Fixed i18n

1.9.0

  • Fixed the syntax error for older PHP versions.
  • Refreshed the UI
  • Switched to PHP namespaces

Meta

  • Versión: 1.9.15
  • Última actualización: hace 2 días
  • Instalaciones activas: 1,000+
  • Versión de WordPress: 5.8 o superior
  • Probado hasta: 6.0.1
  • Versión de PHP: 7.0 o superior
  • Idiomas:

    English (US), German, Polish, Swedish, y Ukrainian.

    Traducir a tu idioma

  • Etiquetas:
    loginregistersignupsocialtelegram
  • Vista avanzada

Valoraciones

Ver todas
  • 5 estrellas 25
  • 4 estrellas 0
  • 3 estrellas 0
  • 2 estrellas 0
  • 1 estrella 0
Accede para enviar una reseña

Colaboradores

  • WP Socio
  • Irshad Ahmad

Soporte

Problemas resueltos en los últimos dos meses:

1 de 1

Ver el foro de soporte

Donar

¿Te gustaría apoyar el progreso de este plugin?

Dona a este plugin

  • Acerca de
  • Noticias
  • Hosting
  • Donar
  • Soporte
  • Desarrolladores
  • Involúcrate
  • Aprender
  • Escaparate
  • Plugins
  • Temas
  • Patrones
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacidad
  • Código público
WordPress.org
WordPress.org

Español (México)

  • Visita nuestra página de Facebook
  • Visita nuestra cuenta de Twitter
El código es poesía.