Hopp til innhold
  • Logg inn
  • Registrer
WordPress.org

Norsk (Bokmål)

  • Tema
  • Utvidelser
  • Nyheter
  • Om
  • Mønstre
  • Delta
  • Meetups
  • Slack
  • Kontakt
  • Få WordPress
Få WordPress

Utvidelser

  • Mine favoritter
  • Beta-testing
  • Utviklere
Last ned

WP Telegram Login & Register

Av WP Socio
  • Detaljer
  • Omtaler
  • Installering
  • Utvikling
Brukerstøtte

Beskrivelse

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 help set up the plugin and 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
  • 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

<?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


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://<your-website.com>/?action=wptelegram_login&source=WebAppData

The final URL might look like this:

http://<your-website.com>/?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.

Get in touch

  • Website wptelegram.com
  • Telegram @WPTelegram
  • Facebook @WPTelegram
  • Twitter @WPTelegram

Contribution

Development occurs on Github, and all contributions are welcome.

Translations

Many thanks to the translators for doing a great job!

  • Artem (Russian)

  • Note: You can also contribute to translating this plugin into your local language. Join the Chat (above)

Skjermskudd

  • 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)

Blokker

Denne utvidelsen gir 1 blokk.

  • WP Telegram Login

Installasjon

  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 admin
  3. Configure the plugin.

Enjoy!

FAQ

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

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

Vurderinger

Best Telegram plugin

Pagecode 16. mars, 2023
I have been using this for years, never had an issue. I use it in conjunction with WP Telegram Post, works great.

Superb

rhyker2u 22. november, 2022
Works standalone from their WP Telegram (Auto Post & Notifications). Super simple to setup through very clear instructions. We can literally can get it working within 3 minutes. Never been able to do it that fast with other Social Login solutions that I used in the past decade. Easy embeddable WP shortcode for login / sync button. Highly customisable without using additional link redirect plugins and other backend options. Second to none optional support via their Telegram channel (had some questions about hooks/actions for custom coding). Clean sourcecode. Works as explained in the plugin description and that's very rare these days. A well deserved 5-stars! And took some effort again to make it available in nl_NL / Dutch locale too. All in 1 day 🙂 Infact thinking about making it the only solution login solutions on my WP powered community sites. Not just because of the login, but so much more is possible with WP Socio's -- the author's -- plugins. Love it.

Very good. Lots of perspectives

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

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

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

Awesome plugin with premium support

jizy 23. desember, 2020
Great free plugin with better than free premium support and ticketing system

Great Plugin and Best Support Ever

ne0wang 19. september, 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!
Les alle 26 vurderinger

Bidragsytere og utviklere

“WP Telegram Login & Register” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.

Bidragsytere
  • WP Socio
  • Irshad Ahmad

“WP Telegram Login & Register” har blitt oversatt til 5 språk. Takk til oversetterne for deres bidrag.

Oversett “WP Telegram Login & Register” til ditt språk.

Interessert i utvikling?

Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.

Endringslogg

1.10.1

  • Added language option for the login widget

1.10.0

  • Added support for Telegram Web App data authorization

Meta

  • Versjon: 1.10.1
  • Sist oppdatert: 2 måneder siden
  • Aktive installasjoner: 1 000+
  • WordPress-versjon: 5.8 eller nyere
  • Testet opp til: 6.1.1
  • PHP-versjon: 7.0 eller nyere
  • Språk:

    Dutch, English (US), German, Polish, Swedish og Ukrainian.

    Oversett til ditt språk

  • Stikkord:
    loginregistersignupsocialtelegram
  • Avansert visning

Vurderinger

Se alle
  • 5 stjerner 27
  • 4 stjerner 0
  • 3 stjerner 0
  • 2 stjerner 0
  • 1 stjerne 0
Logg inn for å skrive en omtale.

Bidragsytere

  • WP Socio
  • Irshad Ahmad

Brukerstøtte

Saker løst siste to måneder:

1 av 1

Vis brukerstøtteforumet

Donér

Vil du støtte videreutviklingen av denne utvidelsen?

Doner til denne utvidelsen

  • Om
  • Nyheter
  • Hosting
  • Bidra
  • Swag
  • Dokumentasjon
  • Utviklere
  • Bli involvert
  • Lær
  • Fremvisning
  • Utvidelser
  • Temaer
  • Mønstre
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Personvern
  • Offentlig kode
WordPress.org
WordPress.org

Norsk (Bokmål)

  • Besøk vår Facebook-side
  • Besøk vår Twitter-konto
  • Besøk vår Instagram-konto
  • Besøk vår LinkedIn-konto
Kode er poesi.