Quantcast
Channel: WordPress Plugins
Viewing all articles
Browse latest Browse all 10

Social Nation It'sMe OAuth Login Multibutton

$
0
0

Social Nation It’sMe OAuth Login Multibutton is a web service that authorizes It’sMe users to log in on the Partner’s website through web or mobile application, using the It’sMe credentials.

Once logged-on Partner can get the information that the user has authorized to share.

This service has been developed by implementing the authorization protocol oAuth 2.0.

Social Nation It’sMe offers to partners the following technologies:
– REST API: All services exposed by Social Nation It’sMe are exposed through REST services accessible from Partner.
– OAuth 2.0: The authorization protocol used for the resource provisioning to the Partner.
– LOGIN WITH It’sMe: A single sign-on using the It’sMe credentials to access the Partner web site without the need to create new login credentials.

USING THE SHORTCODE

To display It’sMe Login button inside a WordPress page, you can use the shortcode:
[socialnation_itsme_login text=”Your text before the button…” scope=”your scope…” image_uri=”relative image path…” text_after=”Your text after the button…”]

To customize the style of It’sMe Login button you can overwrite the following CSS classes:
div.sn_im_oauth_lm_login_button{ … }
a.sn_im_oauth_lm_login_button{ … }
img.sn_im_oauth_lm_login_button{ … }
.sn_im_oauth_lm_login_button_text{ }
.sn_im_oauth_lm_login_button_img{ }
.sn_im_oauth_lm_login_button_text_after{ }

For basic usage, you can also have a look at the Social Nation Developers Web Site

AUTOMATIC INSTALL

  • From your WordPress dashboard, navigate to the Plugins menu and click Add New.
  • In the search field type “Social Nation Itsme Login” and click Search Plugins.
  • Once you’ve found our It’sMe plugin you can install it by simply clicking “Install Now”.

MANUAL INSTALL

  • Upload “social-nation-itsme-login” folder in the “/wp-content/plugins/” folder.
  • Activate the plugin using the “Plugins” menu in WordPress.

INITIAL SETUP

You will find “Social Nation It’sMe OAuth Login Multibutton” sub-menu in the “Settings” menu in WordPress.
Complete the fields “Name OAuth” (Customer Service ID), “OAuth Value” (Customer Service Secret Password), “Redirect URI” (Token URL Notification) and save the changes.
You can set “Default scope” filed that will be used as default scope for all buttons. This setting is overwritten by the “scope” attribute of [socialnation_itsme_login] shortcode.
Either the “Layout Bottone Login” field is used as default button image of the schortcode [socialnation_itsme_login] and is overwritten by the “image_uri” attribute.
Note: If you want to test It’mMe Login with your test credentials the flag “Test mode” should be selected.

Selecting the flag “Enable Log” a .log file is created in which you can see the transactions carried out by the plugin.

The .log file is created in the “wp-content/uploads/social-nation-itsme-login” folder.
Check if WordPress user has write permissions to the uploads folder.
Once activated, and every time you save the settings the plugin tries to create this directory.
If during activation you do not have write permission the uploads folder is not created.
You will need to properly set permissions and then save It’sMe Login settings, in this way the plugin will create itsme-log folder, and you can view the log file.

For more information read the guidance WordPress Changing File Permissions

1.0.6

  • Release date: December 5th, 2017

Bug Fixes

  • change wp admin options slug

Installation Instructions

AUTOMATIC INSTALL

  • From your WordPress dashboard, navigate to the Plugins menu and click Add New.
  • In the search field type “Social Nation Itsme Login” and click Search Plugins.
  • Once you’ve found our It’sMe plugin you can install it by simply clicking “Install Now”.

MANUAL INSTALL

  • Upload “social-nation-itsme-login” folder in the “/wp-content/plugins/” folder.
  • Activate the plugin using the “Plugins” menu in WordPress.

INITIAL SETUP

You will find “Social Nation It’sMe OAuth Login Multibutton” sub-menu in the “Settings” menu in WordPress.
Complete the fields “Name OAuth” (Customer Service ID), “OAuth Value” (Customer Service Secret Password), “Redirect URI” (Token URL Notification) and save the changes.
You can set “Default scope” filed that will be used as default scope for all buttons. This setting is overwritten by the “scope” attribute of [socialnation_itsme_login] shortcode.
Either the “Layout Bottone Login” field is used as default button image of the schortcode [socialnation_itsme_login] and is overwritten by the “image_uri” attribute.
Note: If you want to test It’mMe Login with your test credentials the flag “Test mode” should be selected.

Selecting the flag “Enable Log” a .log file is created in which you can see the transactions carried out by the plugin.

The .log file is created in the “wp-content/uploads/social-nation-itsme-login” folder.
Check if WordPress user has write permissions to the uploads folder.
Once activated, and every time you save the settings the plugin tries to create this directory.
If during activation you do not have write permission the uploads folder is not created.
You will need to properly set permissions and then save It’sMe Login settings, in this way the plugin will create itsme-log folder, and you can view the log file.

For more information read the guidance WordPress Changing File Permissions


Viewing all articles
Browse latest Browse all 10

Trending Articles