[WordPress] 外掛分享: WP Telegram Login & Register

WordPress 外掛 WP Telegram Login & Register 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「WP Telegram Login & Register」是 2018-04-15 上架。
  • 目前有 1000 個安裝啟用數。
  • 上一次更新是 2025-04-27,距離現在已有 6 天。
  • 外掛最低要求 WordPress 6.5 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 有 36 人給過評分。
  • 論壇上目前有 2 個提問,問題解答率 100% ,不低,算是個很有心解決問題的開發者團隊了!

外掛協作開發者

wpsocio | irshadahmad21 |

外掛標籤

login | signup | social | register | telegram |

內容簡介

讓使用者使用 Telegram 登入您的網站,讓他們更容易連線,並讓他們透過 Telegram 接收電子郵件通知。

優質支援

加入聊天室

我們在 Telegram 上有一個公開的群組,以協助設定外掛、討論問題、功能、翻譯等等。加入@WPTelegramChat
請參閱固定訊息以了解規則,請勿發送垃圾郵件。

為什麼要使用 Telegram 登入?

移除煩瑣的註冊表單
不需要 captcha
無需進行電子郵件驗證
不用擔心「忘記密碼?」的問題
提供足夠的使用者資訊

功能

安全、可靠又簡單的登入方式
依賴 SHA-256 雜湊資料串
由 Telegram 驗證的使用者資料是值得信賴的
可用於防止垃圾註冊
對管理者來說,容易安裝和設定
可用於讓新使用者註冊
現有使用者可以連結他們的 Telegram 帳戶
可以將使用者賦予任何所需的角色
登入按鈕可以顯示在任何地方
可以使用自訂程式碼進行擴充

小工具資訊

前往「外觀」>「小工具」,並點擊/拖曳「WP Telegram Login」,將其放置到您想要的位置上。

或者,您可以使用下列短碼。

在頁面或文章內容中:

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

在佈景主題中:

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 );
}
?>

Telegram Web App 資料

此外掛還可以處理由Telegram 網頁應用程式傳送的資料。只需將window.Telegram.WebApp.initData查詢字串發送到此 URL:

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

最終的 URL 可能會像這樣:

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

此外掛會:

為您驗證資料
如果使用者不存在,則會為使用者創建一個帳號
以您的 Web App 上下文的使用者身分登入網站

注意:您需要將相同的機器人令牌用於此外掛和網頁應用程式。

聯繫我們

網站:wptelegram.com
Telegram:@WPTelegram
Facebook:@WPTelegram
Twitter:@WPTelegram

貢獻

開發活動發生於Github,歡迎所有貢獻。

翻譯

非常感謝譯者出色的工作!

原文外掛簡介

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

Website wpsocio.com
Telegram @WPTelegram
Facebook @WPTelegram
Twitter @WPTelegram

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

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WP Telegram Login & Register」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.0 | 1.0.1 | 1.2.0 | 1.2.1 | 1.2.2 | 1.2.3 | 1.2.4 | 1.2.5 | 1.2.6 | 1.2.7 | 1.2.8 | 1.3.0 | 1.3.1 | 1.3.2 | 1.3.3 | 1.3.4 | 1.4.1 | 1.5.0 | 1.5.1 | 1.5.2 | 1.5.3 | 1.5.4 | 1.6.0 | 1.6.1 | 1.6.2 | 1.6.3 | 1.7.0 | 1.7.1 | 1.8.0 | 1.8.1 | 1.8.2 | 1.8.3 | 1.8.4 | 1.9.0 | 1.9.1 | 1.9.2 | 1.9.3 | 1.9.4 | 1.9.5 | 1.9.6 | 1.9.7 | 1.9.8 | 1.9.9 | trunk | 1.10.0 | 1.10.1 | 1.10.2 | 1.10.3 | 1.10.4 | 1.10.5 | 1.10.6 | 1.10.7 | 1.10.8 | 1.10.9 | 1.11.1 | 1.11.2 | 1.11.3 | 1.11.4 | 1.11.5 | 1.11.6 | 1.11.7 | 1.11.8 | 1.11.9 | 1.9.10 | 1.9.11 | 1.9.12 | 1.9.13 | 1.9.14 | 1.9.15 | 1.9.16 | 1.9.17 | 1.10.10 | 1.10.11 | 1.10.12 | 1.10.13 | 1.10.14 | 1.10.15 | 1.10.16 | 1.10.17 | 1.10.18 | 1.10.19 | 1.10.20 | 1.10.21 | 1.10.22 | 1.10.23 | 1.10.24 | 1.11.10 | 1.11.11 |

延伸相關外掛(你可能也想知道)

  • Theme My Login 》曾經希望您的 WordPress 登入頁面與網站的其餘部分相匹配嗎?現在您的願望成真了!「Theme My Login」讓您可以繞過預設的 WordPress 標誌登入頁面,該頁面與...。
  • WordPress Social Login 》WordPress Social Login 允許你的網站讀者和顧客使用他們現有的社交帳戶 ID 註冊,消除填寫註冊表格和記住用戶名和密碼的需求。, WordPress Social Login 還...。
  • Force Authentification Before Checkout for WooCommerce 》強制顧客在結帳前登入或註冊以提高您的轉換率。, 貢獻, , 如有錯誤、建議或貢獻,請在我們的Github存儲庫中開啟一個問題或在WordPress外掛論壇中創建一個主題...。
  • AJAX Login and Registration modal popup + inline form 》這款外掛容易整合 Login 和 Registration 功能,並使用shortcode的內置表單提供模態對話框(nodal)。與任何主題兼容。, DEMO >>, 功能:, , 容易整合(可...。
  • UsersWP – ReCaptcha 》UsersWP 的 ReCaptcha 外掛程式。, UsersWP ReCaptcha 外掛允許您將高級安全性驗證碼 (captcha) 嵌入表格,如註冊、登入表單中。, 使用 UsersWP Re-Captcha ...。
  • Simple JWT Login – Allows you to use JWT on REST endpoints. 》Simple JWT Login 是一個免費的 WordPress 外掛,可讓您在 WordPress REST 端點上使用 JWT。此外掛可讓您使用 JWT 登入、註冊、驗證、刪除和更改使用者密碼。...。
  • WP User – Custom Registration Forms, Login and User Profile 》ul>, WP使用者外掛程式可以幫助您建立前端登入和註冊表單。, 使用者登入或註冊,並希望避免使用一般的WordPress登入頁面,這個外掛程式可以新增在AJAX中平滑...。
  • Register IPs 》 垃圾郵件是一回事,但惡意留言和假帳戶卻另當別論。有時候,有些人會決定成為爛人並創建多個帳戶來騷擾您的誠實用戶。此外掛可幫助您通過記錄創建時使用的 I...。
  • Sign In With Google 》此外掛可讓您的使用者使用他們的 G Suite 帳戶登入。如果他們沒有您網站上的使用者帳戶,且他們嘗試登入,系統將為他們建立帳戶(如果他們的電子郵件地址域名...。
  • OTP Login Woocommerce (Login with OTP) 》現場示範, 允許使用者通過在您的行動裝置上收到的一次性密碼(OTP)登錄/註冊。, 特色與選項:, , 向註冊表單添加電話號碼欄位, 無需記住電子郵件/密碼,使用 OT...。
  • MihanPanel – User Login , Registration and Dashboard 》MihanPanel 是由 Ertano 所開發的 WordPress 登入和會員外掛程式。, 這款外掛可以使你的 WordPress 登入和註冊表單成為網站中具有影響力的一部分。, 你可以使...。
  • Auto Login New User After Registration 》這個外掛有以下的出色功能:, , , 自動登入:當新使用者註冊時,這個外掛會自動幫他們登入。, , , 重新導向:設定註冊後自動登入後,想要使用者導向的網頁。,...。
  • Personalize Login 》, , 此外掛可讓您自訂預設的登入頁、註冊頁、重設密碼頁和個人檔案頁面。。
  • Nice Login Widget 》一個優雅的登入和註冊小工具,可放置在您網站上的任何小工具區。, , 在您網站的任何小工具區添加登入/註冊小工具。, 只使用一個區域和屏幕來登入、註冊和找回...。
  • WP Register Profile With Shortcode 》, 這是一個簡單的註冊表單小工具,它具有響應式設計。, 安裝外掛後,在側邊欄中添加註冊小工具即可。, 在“設置 -> WP註冊設置”中更改一些可選設置,即可開...。

文章
Filter
Apply Filters
Mastodon