內容簡介
讓使用者能夠使用 Google+ 或 Facebook 登入 WordPress。
在 [設定] 下添加一個配置面板,讓使用者可以設置 API 金鑰。
成功登入後,根據服務的不同,使用者將被重定向到以下其中一個網址:
— www.mywebsite.com/facebookcallback/
— www.mywebsite.com/googlecallback/
斜線為必需的。
之後,使用者將被發送到在設置面板中設置的目標網址。
佈景主題
兩個連結都有共同的 CSS 類別:"gp_sociallogin"。
Google 的登入連結有特定的類別:"google"。
Facebook 的登入連結有特定的類別:"facebook"。
外掛標籤
開發者團隊
原文外掛簡介
Allows users to log in to WordPress using Google+ or Facebook.
Adds a configuration panel under Settings where users can set API keys.
Upon successful login, depending on the service, users will be redirected to either:
— www.mywebsite.com/facebookcallback/
— www.mywebsite.com/googlecallback/
Trailing slash is mandatory.
After that the user will be sent to the destination url set in the Settings panel.
Theming
Both links have a common CSS class: “gp_sociallogin”.
Google’s login link has a specific class: “google”.
Facebook’s login link has a specific class: “facebook”.
