
內容簡介
將您的WordPress網站轉變為驗證服務的第三方。
功能
使用Facebook、Google和Twitter進行註冊和登录。
設置和使用簡單。
在表格中記錄用戶連接,並帶有數據過濾和CSV導出功能。
在任何頁面中使用小工具顯示您的驗證按鈕。
API
創建會話:DigilanToken :: initialize_new_connection()
驗證:DigilanToken :: authenticate_ap_user_on_wp()
驗證:DigilanToken :: validate_user_connection()
刪除用戶數據:DigilanTokenUser :: forget_me()
配置:DigilanTokenActivator :: get_ap_settings()
使用方法
配置您的社交提供者。
使用短代碼或小工具添加社交驗證按鈕。
**例如,顯示Google和Facebook,您必須配置這兩個提供者:
[digilan_token google= 8221;1″ facebook= 8221;1″]
要將外掛程式用作小部件,請轉到管理面板中的“外觀>小工具”。
在“可用的小工具”部分中找到“Digilan Token Buttons”並“添加小工具”,然後選擇要顯示的提供者。
外掛標籤
開發者團隊
原文外掛簡介
Turn your WordPress site into a third party for authentication services.
Features
Registration and login with Facebook, Google and Twitter.
Simple to setup and use.
Record user connections in a table with data filtering and csv export.
Display your authentication buttons in any page with widgets.
API
Create session: DigilanToken::initialize_new_connection()
Authenticate: DigilanToken::authenticate_ap_user_on_wp()
Validate: DigilanToken::validate_user_connection()
Delete user data: DigilanTokenUser::forget_me()
Configure: DigilanTokenActivator::get_ap_settings()
Usage
Configure your social providers.
Add your social authentication buttons with a shortcode or a widget.
** To display for example google and facebook given the fact you configured those two providers:
[digilan_token google=”1″ facebook=”1″]
To use the plugin as a widget, go to “Appearance > Widgets” in the admin panel.
Under “Available widgets” section find “Digilan Token Buttons” and “add widget”, then select the providers you want to display.
