Social Login WordPress Plugin – AccessPress Social Login Lite - Version 3.3.0

Version Description

  • Updated the information for the creation of facebook app for social login in note section.
Download this release

Release Info

Developer Access Keys
Plugin Icon 128x128 Social Login WordPress Plugin – AccessPress Social Login Lite
Version 3.3.0
Comparing to
See all releases

Code changes from version 3.2.9 to 3.3.0

accesspress-social-login-lite.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin name: Social Login WordPress Plugin - AccessPress Social Login Lite
4
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-login-lite/
5
  Description: A plugin to add various social logins to a site.
6
- version: 3.2.9
7
  Author: AccessPress Themes
8
  Author URI: https://accesspressthemes.com/
9
  Text Domain: accesspress-social-login-lite
@@ -12,7 +12,7 @@
12
  */
13
  //Declearation of the necessary constants for plugin
14
  if( !defined( 'APSL_VERSION' ) ) {
15
- define( 'APSL_VERSION', '3.2.9' );
16
  }
17
 
18
  if( !defined( 'APSL_IMAGE_DIR' ) ) {
3
  Plugin name: Social Login WordPress Plugin - AccessPress Social Login Lite
4
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-login-lite/
5
  Description: A plugin to add various social logins to a site.
6
+ version: 3.3.0
7
  Author: AccessPress Themes
8
  Author URI: https://accesspressthemes.com/
9
  Text Domain: accesspress-social-login-lite
12
  */
13
  //Declearation of the necessary constants for plugin
14
  if( !defined( 'APSL_VERSION' ) ) {
15
+ define( 'APSL_VERSION', '3.3.0' );
16
  }
17
 
18
  if( !defined( 'APSL_IMAGE_DIR' ) ) {
inc/backend/main-page.php CHANGED
@@ -111,14 +111,17 @@
111
  <ul class='apsl-info-lists'>
112
  <li><b>Please note:</b> We have now updated our facbook sdk version to 5.0 so to make the facebook login work you need to have PHP version 5.4 at least.</li>
113
  <li>Go to <a href='https://developers.facebook.com/apps' target='_blank'>https://developers.facebook.com/apps</a>.</li>
114
- <li>Click on 'Add a New App' button. A popup will open. Then choose website.</li>
115
- <li>Now please enter the name of the app as you wish. And please click on “Create New Facebook App ID” button, Again a popup will appear</li>
116
- <li>Please enter your contact Email and category as you need.</li>
117
- <li>Now click on “Create App ID’ button.</li>
118
- <li>Now the popup will disappear and please scroll down and there you will find a input field for your Site URL, there Please enter your site url and enter “Next” button. Now the app is created successfully.</li>
119
- <li>Now go to <a href='https://developers.facebook.com/apps' target='_blank'>https://developers.facebook.com/apps</a> there you will find your newly created app and click on the app that you have created. You will be redirected to app dashboard.</li>
120
- <li>In the landing page you will find the API version, App ID, App Secret. To view your App secret please click on “Show” button. Those are the required App ID and App Secret to be entered in our plugin settings.</li>
121
- <li>After that please go to App Review link just below the alert link there you will find an option to make the app public and select YES. This is very important otherwise your app will not work for all users.</li>
 
 
 
122
  <li>Site url: <input type='text' value='<?php echo site_url(); ?>' readonly='readonly' /></li>
123
  </ul>
124
  </div>
111
  <ul class='apsl-info-lists'>
112
  <li><b>Please note:</b> We have now updated our facbook sdk version to 5.0 so to make the facebook login work you need to have PHP version 5.4 at least.</li>
113
  <li>Go to <a href='https://developers.facebook.com/apps' target='_blank'>https://developers.facebook.com/apps</a>.</li>
114
+ <li>click on 'Add a New App' button. A popup will open.</li>
115
+ <li>Now please enter the name of the app as you wish and enter your contact Email.</li>
116
+ <li>Now click on "Create App ID" button. Again a popup will appear with security check. Please enter the security and submit.</li>
117
+ <li>You should now be able to see your App Dashboard. On the left side, you have a navigation panel.</li>
118
+ <li>Go to Settings-> Basic and choose to Add Platform and choose website.</li>
119
+ <li>Enter your site URL and Save Changes. Facebook app are site specific so an app can be used only for one website. If you want to use this app for a different site, just change site URL.</li>
120
+ <li>In the application page in facebook, navigate to Apps >Add Product > Facebook Login >Quickstart >Web > Site URL. Set the site url as your site url(which is given below as a note at the end of this note).</li>
121
+ <li>And then navigate to Apps > Facebook Login > Settings. Set the Valid OAuth redirect URIs as the site url. And set the Use Strict Mode for Redirect URIs as No.</li>
122
+ <li>In the landing page you will find the API version, App ID, App Secret. To view your App secret please click on "Show" button. Those are the required App ID and App Secret to be entered in our plugin settings.</li>
123
+ <li>The next thing is to make this app Public. To do this check your left panel for App Review. You will see Make [Your App Name] Public. Slider the button to enable it.</li>
124
+ <li>And you are done! You can check for your App ID and App Secret from your Dashboard.</li>
125
  <li>Site url: <input type='text' value='<?php echo site_url(); ?>' readonly='readonly' /></li>
126
  </ul>
127
  </div>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Access Keys
3
  Tags: social, login, social login, facebook, twitter, google, social connect, social network login, register, login with, signin, oauth, authorize, oauth
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
- Tested up to: 4.8
7
- Stable tag: 3.2.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -137,6 +137,9 @@ Yes. You can use the AccessPress social login lite anywhere by using shortcode i
137
  4. Backend Other settings Section.
138
 
139
  == Changelog ==
 
 
 
140
  = 3.2.9 =
141
  * Done the plugin compactibility tests with wordpress version 4.8
142
  * Removal of unncessary commented codes from the plugin.
3
  Tags: social, login, social login, facebook, twitter, google, social connect, social network login, register, login with, signin, oauth, authorize, oauth
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
+ Tested up to: 4.9
7
+ Stable tag: 3.3.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
137
  4. Backend Other settings Section.
138
 
139
  == Changelog ==
140
+ = 3.3.0 =
141
+ * Updated the information for the creation of facebook app for social login in note section.
142
+
143
  = 3.2.9 =
144
  * Done the plugin compactibility tests with wordpress version 4.8
145
  * Removal of unncessary commented codes from the plugin.