Social Login - Version 6.3.0

Version Description

  • Added payment link to Standard Plan
  • Minor bug fix in login script
Download this release

Release Info

Developer cyberlord92
Plugin Icon 128x128 Social Login
Version 6.3.0
Comparing to
See all releases

Code changes from version 6.2.6 to 6.3.0

class-mo-openid-login-widget.php CHANGED
@@ -616,7 +616,7 @@ if(mo_openid_is_customer_registered()) {
616
  var base_url = '<?php echo site_url();?>';
617
  var request_uri = '<?php echo $_SERVER['REQUEST_URI'];?>';
618
  var http = '<?php echo $http;?>';
619
- var http_host = '<?php echo $_SERVER['HTTP_HOST'];?>'
620
 
621
  if(is_custom_app == 'false'){
622
  if ( request_uri.indexOf('wp-login.php') !=-1){
@@ -1140,6 +1140,11 @@ if(mo_openid_is_customer_registered()) {
1140
  }
1141
 
1142
  if( isset( $_REQUEST['option'] ) and strpos( $_REQUEST['option'], 'moopenid' ) !== false ){
 
 
 
 
 
1143
  //Decrypt all entries
1144
  $decrypted_email = isset($_POST['email']) ? mo_openid_decrypt_sanitize($_POST['email']): '';
1145
  $decrypted_user_name = isset($_POST['username']) ? mo_openid_decrypt_sanitize($_POST['username']): '';
@@ -1213,6 +1218,9 @@ if(mo_openid_is_customer_registered()) {
1213
  if(get_option('moopenid_social_login_avatar') && isset($user_picture))
1214
  update_user_meta($id_returning_user, 'moopenid_user_avatar', $user_picture);
1215
  $_SESSION['mo_login'] = true;
 
 
 
1216
  do_action( 'miniorange_collect_attributes_for_authenticated_user', $user, mo_openid_get_redirect_url());
1217
  do_action( 'wp_login', $user->user_login, $user );
1218
  wp_set_auth_cookie( $id_returning_user, true );
@@ -1341,6 +1349,7 @@ if(mo_openid_is_customer_registered()) {
1341
 
1342
  mo_openid_start_session();
1343
  if((isset($linked_email_id)) || (isset($email_user_id)) || isset($existing_email_user_id)) { // user is a member
 
1344
  if ((!isset($linked_email_id)) && (isset($email_user_id)) ){
1345
  $linked_email_id = $email_user_id;
1346
 
@@ -1383,6 +1392,9 @@ if(mo_openid_is_customer_registered()) {
1383
  if(get_option('moopenid_social_login_avatar') && isset($user_picture))
1384
  update_user_meta($user_id, 'moopenid_user_avatar', $user_picture);
1385
  $_SESSION['mo_login'] = true;
 
 
 
1386
  do_action( 'miniorange_collect_attributes_for_authenticated_user', $user, mo_openid_get_redirect_url());
1387
  do_action( 'wp_login', $user->user_login, $user );
1388
  wp_set_auth_cookie( $user_id, true );
@@ -1528,6 +1540,10 @@ if(mo_openid_is_customer_registered()) {
1528
 
1529
  if( strpos( $_SERVER['REQUEST_URI'], "/openidcallback") !== false ) {
1530
 
 
 
 
 
1531
  $code = $profile_url = $client_id = $current_url = $client_secret = $access_token_uri = $postData = $oauth_token = $user_url = $username = $email = '';
1532
  $oauth_access_token = $redirect_url = $option = $oauth_token_secret = $screen_name = $profile_json_output = $oauth_verifier = $twitter_oauth_token = $access_token_json_output =[];
1533
 
@@ -1797,7 +1813,12 @@ if(mo_openid_is_customer_registered()) {
1797
  $user = get_user_by('id', $id_returning_user );
1798
  if(get_option('moopenid_social_login_avatar') && isset($user_picture))
1799
  update_user_meta($id_returning_user, 'moopenid_user_avatar', $user_picture);
 
1800
  $_SESSION['mo_login'] = true;
 
 
 
 
1801
  do_action( 'miniorange_collect_attributes_for_authenticated_user', $user, mo_openid_get_redirect_url());
1802
  do_action( 'wp_login', $user->user_login, $user );
1803
  wp_set_auth_cookie( $id_returning_user, true );
@@ -1873,7 +1894,7 @@ if(mo_openid_is_customer_registered()) {
1873
  }
1874
 
1875
  update_option('mo_openid_user_count',get_option('mo_openid_user_count')+1);
1876
-
1877
  $_SESSION['social_app_name'] = $social_app_name;
1878
  $_SESSION['user_email'] = $user_email;
1879
  $_SESSION['social_user_id'] = $social_user_id;
@@ -1884,8 +1905,6 @@ if(mo_openid_is_customer_registered()) {
1884
  update_user_meta($user_id, 'moopenid_user_avatar', $user_picture);
1885
  }
1886
 
1887
- $_SESSION['mo_login'] = true;
1888
-
1889
  //registration hook
1890
  do_action( 'mo_user_register', $user_id);
1891
  do_action( 'miniorange_collect_attributes_for_authenticated_user', $user, mo_openid_get_redirect_url());
@@ -1959,6 +1978,9 @@ if(mo_openid_is_customer_registered()) {
1959
  if(get_option('moopenid_social_login_avatar') && isset($user_picture))
1960
  update_user_meta($user_id, 'moopenid_user_avatar', $user_picture);
1961
  $_SESSION['mo_login'] = true;
 
 
 
1962
  do_action( 'miniorange_collect_attributes_for_authenticated_user', $user, mo_openid_get_redirect_url());
1963
  do_action( 'wp_login', $user->user_login, $user );
1964
  wp_set_auth_cookie( $user_id, true );
@@ -2332,7 +2354,6 @@ if(mo_openid_is_customer_registered()) {
2332
  $linked_email_id = $wpdb->get_var($wpdb->prepare("SELECT user_id FROM ".$db_prefix."mo_openid_linked_user where linked_email = \"%s\" AND linked_social_app =\"%s\"",$user_email,$social_app_name));
2333
 
2334
  if(!isset($linked_email_id)){
2335
-
2336
  $result = $wpdb->insert(
2337
  $table_name,
2338
  array(
@@ -2378,12 +2399,25 @@ if(mo_openid_is_customer_registered()) {
2378
 
2379
  function mo_openid_get_redirect_url() {
2380
 
 
2381
  $current_url = isset($_COOKIE["redirect_current_url"]) ? $_COOKIE["redirect_current_url"]:'';
2382
- $current_url = str_replace('option=moopenid','',$current_url);
2383
- $login_redirect_option = get_option( 'mo_openid_login_redirect' );
 
 
 
 
 
 
 
 
 
 
 
 
2384
  $redirect_url = site_url();
2385
 
2386
- if( $login_redirect_option == 'same' ) {
2387
  if(!is_null($current_url)){
2388
  $redirect_url = $current_url;
2389
  }
@@ -2393,16 +2427,16 @@ if(mo_openid_is_customer_registered()) {
2393
  } else {
2394
  $http = "http://";
2395
  }
2396
- $redirect_url = urldecode(html_entity_decode(esc_url($http . $_SERVER["HTTP_HOST"] . str_replace('option=moopenid','',$_SERVER['REQUEST_URI']))));
2397
  if(html_entity_decode(esc_url(remove_query_arg('ss_message', $redirect_url))) == wp_login_url() || strpos($_SERVER['REQUEST_URI'],'wp-login.php') !== FALSE || strpos($_SERVER['REQUEST_URI'],'wp-admin') !== FALSE){
2398
  $redirect_url = site_url().'/';
2399
  }
2400
  }
2401
- } else if( $login_redirect_option == 'homepage' ) {
2402
  $redirect_url = site_url();
2403
- } else if( $login_redirect_option == 'dashboard' ) {
2404
  $redirect_url = admin_url();
2405
- } else if( $login_redirect_option == 'custom' ) {
2406
  $redirect_url = get_option('mo_openid_login_redirect_url');
2407
  }
2408
 
616
  var base_url = '<?php echo site_url();?>';
617
  var request_uri = '<?php echo $_SERVER['REQUEST_URI'];?>';
618
  var http = '<?php echo $http;?>';
619
+ var http_host = '<?php echo $_SERVER['HTTP_HOST'];?>';
620
 
621
  if(is_custom_app == 'false'){
622
  if ( request_uri.indexOf('wp-login.php') !=-1){
1140
  }
1141
 
1142
  if( isset( $_REQUEST['option'] ) and strpos( $_REQUEST['option'], 'moopenid' ) !== false ){
1143
+
1144
+ if( is_user_logged_in()){
1145
+ return;
1146
+ }
1147
+
1148
  //Decrypt all entries
1149
  $decrypted_email = isset($_POST['email']) ? mo_openid_decrypt_sanitize($_POST['email']): '';
1150
  $decrypted_user_name = isset($_POST['username']) ? mo_openid_decrypt_sanitize($_POST['username']): '';
1218
  if(get_option('moopenid_social_login_avatar') && isset($user_picture))
1219
  update_user_meta($id_returning_user, 'moopenid_user_avatar', $user_picture);
1220
  $_SESSION['mo_login'] = true;
1221
+ $_SESSION['social_app_name'] = $decrypted_app_name;
1222
+ $_SESSION['user_email'] = $decrypted_email;
1223
+ $_SESSION['social_user_id'] = $decrypted_user_id;
1224
  do_action( 'miniorange_collect_attributes_for_authenticated_user', $user, mo_openid_get_redirect_url());
1225
  do_action( 'wp_login', $user->user_login, $user );
1226
  wp_set_auth_cookie( $id_returning_user, true );
1349
 
1350
  mo_openid_start_session();
1351
  if((isset($linked_email_id)) || (isset($email_user_id)) || isset($existing_email_user_id)) { // user is a member
1352
+
1353
  if ((!isset($linked_email_id)) && (isset($email_user_id)) ){
1354
  $linked_email_id = $email_user_id;
1355
 
1392
  if(get_option('moopenid_social_login_avatar') && isset($user_picture))
1393
  update_user_meta($user_id, 'moopenid_user_avatar', $user_picture);
1394
  $_SESSION['mo_login'] = true;
1395
+ $_SESSION['social_app_name'] = $decrypted_app_name;
1396
+ $_SESSION['social_user_id'] = $decrypted_user_id;
1397
+ $_SESSION['user_email'] = $user_email;
1398
  do_action( 'miniorange_collect_attributes_for_authenticated_user', $user, mo_openid_get_redirect_url());
1399
  do_action( 'wp_login', $user->user_login, $user );
1400
  wp_set_auth_cookie( $user_id, true );
1540
 
1541
  if( strpos( $_SERVER['REQUEST_URI'], "/openidcallback") !== false ) {
1542
 
1543
+ if( is_user_logged_in()){
1544
+ return;
1545
+ }
1546
+
1547
  $code = $profile_url = $client_id = $current_url = $client_secret = $access_token_uri = $postData = $oauth_token = $user_url = $username = $email = '';
1548
  $oauth_access_token = $redirect_url = $option = $oauth_token_secret = $screen_name = $profile_json_output = $oauth_verifier = $twitter_oauth_token = $access_token_json_output =[];
1549
 
1813
  $user = get_user_by('id', $id_returning_user );
1814
  if(get_option('moopenid_social_login_avatar') && isset($user_picture))
1815
  update_user_meta($id_returning_user, 'moopenid_user_avatar', $user_picture);
1816
+
1817
  $_SESSION['mo_login'] = true;
1818
+ $_SESSION['social_app_name'] = $social_app_name;
1819
+ $_SESSION['user_email'] = $email;
1820
+ $_SESSION['social_user_id'] = $social_user_id;
1821
+
1822
  do_action( 'miniorange_collect_attributes_for_authenticated_user', $user, mo_openid_get_redirect_url());
1823
  do_action( 'wp_login', $user->user_login, $user );
1824
  wp_set_auth_cookie( $id_returning_user, true );
1894
  }
1895
 
1896
  update_option('mo_openid_user_count',get_option('mo_openid_user_count')+1);
1897
+ $_SESSION['mo_login'] = true;
1898
  $_SESSION['social_app_name'] = $social_app_name;
1899
  $_SESSION['user_email'] = $user_email;
1900
  $_SESSION['social_user_id'] = $social_user_id;
1905
  update_user_meta($user_id, 'moopenid_user_avatar', $user_picture);
1906
  }
1907
 
 
 
1908
  //registration hook
1909
  do_action( 'mo_user_register', $user_id);
1910
  do_action( 'miniorange_collect_attributes_for_authenticated_user', $user, mo_openid_get_redirect_url());
1978
  if(get_option('moopenid_social_login_avatar') && isset($user_picture))
1979
  update_user_meta($user_id, 'moopenid_user_avatar', $user_picture);
1980
  $_SESSION['mo_login'] = true;
1981
+ $_SESSION['social_app_name'] = $social_app_name;
1982
+ $_SESSION['social_user_id'] = $social_user_id;
1983
+ $_SESSION['user_email'] = $user_email;
1984
  do_action( 'miniorange_collect_attributes_for_authenticated_user', $user, mo_openid_get_redirect_url());
1985
  do_action( 'wp_login', $user->user_login, $user );
1986
  wp_set_auth_cookie( $user_id, true );
2354
  $linked_email_id = $wpdb->get_var($wpdb->prepare("SELECT user_id FROM ".$db_prefix."mo_openid_linked_user where linked_email = \"%s\" AND linked_social_app =\"%s\"",$user_email,$social_app_name));
2355
 
2356
  if(!isset($linked_email_id)){
 
2357
  $result = $wpdb->insert(
2358
  $table_name,
2359
  array(
2399
 
2400
  function mo_openid_get_redirect_url() {
2401
 
2402
+ $url = '';
2403
  $current_url = isset($_COOKIE["redirect_current_url"]) ? $_COOKIE["redirect_current_url"]:'';
2404
+ $pos = strpos($_SERVER['REQUEST_URI'], '/openidcallback');
2405
+
2406
+ if ($pos === false) {
2407
+ $url = str_replace('?option=moopenid','',$_SERVER['REQUEST_URI']);
2408
+ $current_url = str_replace('?option=moopenid','',$current_url);
2409
+
2410
+ } else {
2411
+ $temp_array1 = explode('/openidcallback',$_SERVER['REQUEST_URI']);
2412
+ $url = $temp_array1[0];
2413
+ $temp_array2 = explode('/openidcallback',$current_url);
2414
+ $current_url = $temp_array2[0];
2415
+ }
2416
+
2417
+ $option = get_option( 'mo_openid_login_redirect' );
2418
  $redirect_url = site_url();
2419
 
2420
+ if( $option == 'same' ) {
2421
  if(!is_null($current_url)){
2422
  $redirect_url = $current_url;
2423
  }
2427
  } else {
2428
  $http = "http://";
2429
  }
2430
+ $redirect_url = urldecode(html_entity_decode(esc_url($http . $_SERVER["HTTP_HOST"] . $url)));
2431
  if(html_entity_decode(esc_url(remove_query_arg('ss_message', $redirect_url))) == wp_login_url() || strpos($_SERVER['REQUEST_URI'],'wp-login.php') !== FALSE || strpos($_SERVER['REQUEST_URI'],'wp-admin') !== FALSE){
2432
  $redirect_url = site_url().'/';
2433
  }
2434
  }
2435
+ } else if( $option == 'homepage' ) {
2436
  $redirect_url = site_url();
2437
+ } else if( $option == 'dashboard' ) {
2438
  $redirect_url = admin_url();
2439
+ } else if( $option == 'custom' ) {
2440
  $redirect_url = get_option('mo_openid_login_redirect_url');
2441
  }
2442
 
miniorange_openid_sso_settings.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Social Login, Social Sharing by miniOrange
5
  * Plugin URI: https://www.miniorange.com
6
  * Description: Allow your users to login, comment and share with Facebook, Google, Twitter, LinkedIn etc using customizable buttons.
7
- * Version: 6.2.6
8
  * Author: miniOrange
9
  * Author URI: https://www.miniorange.com
10
  * License: GPL2
4
  * Plugin Name: Social Login, Social Sharing by miniOrange
5
  * Plugin URI: https://www.miniorange.com
6
  * Description: Allow your users to login, comment and share with Facebook, Google, Twitter, LinkedIn etc using customizable buttons.
7
+ * Version: 6.3.0
8
  * Author: miniOrange
9
  * Author URI: https://www.miniorange.com
10
  * License: GPL2
miniorange_openid_sso_settings_page.php CHANGED
@@ -18,9 +18,7 @@ function mo_register_openid() {
18
  <a class="nav-tab <?php echo $active_tab == 'register' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'register'), $_SERVER['REQUEST_URI'] ); ?>">Account Setup</a>
19
  <?php } ?>
20
  <a class="nav-tab <?php echo $active_tab == 'login' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'login'), $_SERVER['REQUEST_URI'] ); ?>">Social Login</a>
21
- <?php if(get_option('mo_openid_oauth')=='1') { ?>
22
  <a class="nav-tab <?php echo $active_tab == 'custom_app' ? 'nav-tab-active' : ''; ?>" href="admin.php?page=mo_openid_settings&tab=custom_app">Custom App</a>
23
- <?php } ?>
24
  <a class="nav-tab <?php echo $active_tab == 'share' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'share'), $_SERVER['REQUEST_URI'] ); ?>">Social Sharing</a>
25
  <a class="nav-tab <?php echo $active_tab == 'comment' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'comment'), $_SERVER['REQUEST_URI'] ); ?>">Social Comments</a>
26
  <a class="nav-tab <?php echo $active_tab == 'shortcode' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'shortcode'), $_SERVER['REQUEST_URI'] ); ?>">Shortcode</a>
@@ -2449,7 +2447,7 @@ function mo_openid_pricing_info(){
2449
  <th class="text-center" width="25%"><h3><font color="#ffffff">Standard</h3><p class="mo_plan-desc"></p><h3>$19 - One Time Payment</font><br><br>
2450
  <span>
2451
 
2452
- <input type="button" id="myButton" name="upgrade_btn" class="button button-default button-large" value="Contact Us using Support Form" onclick="window.location.href='admin.php?page=mo_openid_settings&tab=login'" />
2453
 
2454
 
2455
  </span></h3></th>
18
  <a class="nav-tab <?php echo $active_tab == 'register' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'register'), $_SERVER['REQUEST_URI'] ); ?>">Account Setup</a>
19
  <?php } ?>
20
  <a class="nav-tab <?php echo $active_tab == 'login' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'login'), $_SERVER['REQUEST_URI'] ); ?>">Social Login</a>
 
21
  <a class="nav-tab <?php echo $active_tab == 'custom_app' ? 'nav-tab-active' : ''; ?>" href="admin.php?page=mo_openid_settings&tab=custom_app">Custom App</a>
 
22
  <a class="nav-tab <?php echo $active_tab == 'share' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'share'), $_SERVER['REQUEST_URI'] ); ?>">Social Sharing</a>
23
  <a class="nav-tab <?php echo $active_tab == 'comment' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'comment'), $_SERVER['REQUEST_URI'] ); ?>">Social Comments</a>
24
  <a class="nav-tab <?php echo $active_tab == 'shortcode' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'shortcode'), $_SERVER['REQUEST_URI'] ); ?>">Shortcode</a>
2447
  <th class="text-center" width="25%"><h3><font color="#ffffff">Standard</h3><p class="mo_plan-desc"></p><h3>$19 - One Time Payment</font><br><br>
2448
  <span>
2449
 
2450
+ <input type="button" id="myButton" name="upgrade_btn" class="button button-default button-large" value="Upgrade" onclick="upgradeform('wp_social_login_new_standard_plan')" />
2451
 
2452
 
2453
  </span></h3></th>
readme.txt CHANGED
@@ -4,77 +4,58 @@ Donate link: https://www.miniorange.com
4
  Tags: social login, social, facebook, twitter, login
5
  Requires at least: 2.0.2
6
  Tested up to: 4.9.4
7
- Stable tag: 6.2.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  Social Login enables social login, sharing, comment using social apps like Google, Facebook, Twitter, Vkontakte, LinkedIn & more. QUICKEST setup.
12
 
13
  == Description ==
14
- Social Login is the easiest to configure and conveniently allows you to setup and start using the plugin in seconds.
15
-
16
- Social Login includes Facebook, Twitter, Google, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Salesforce.
17
-
18
- Social Login allows your visitors to comment, share, login and register with many Social Media applications.
19
-
20
- Social Login provides different display options with beautiful login button customizations which other plugins do not provide(CSS knowledge is also not needed!).
21
-
22
- = Social Login =
23
- Social Login allows your visitors to choose from their favourite social login apps to login, comment, share and optionally auto-register with your website or blog.
24
-
25
- One-click login to your WordPress site using social login applications like Google, Twitter, Facebook. This means, if your user is logged in to Google, user can comment on any blog or site by simply clicking the `google icon` - no username or password is explicitly required! Simply enable Social Login, **no setup of social media application** is required and you are done.
26
-
27
- = Social Sharing =
28
- Allow anyone to easily share your website content using their favorite social sharing applications. Social Sharing applications include Facebook, Twitter, Google+, Pinterest, Reddit, Vkontakte, Tumblr, StumbleUpon, LinkedIn, Pocket, Digg, Delicious, Odnoklassniki, Email, Print, Whatsapp. Customize your social sharing buttons to suit to your website's theme. Social sharing on homepage includes sharing with content or excerpt.
29
-
30
- See the <a href="https://wordpress.org/plugins/miniorange-login-openid/screenshots/">Screenshots</a> section for visuals on social sharing.
31
-
32
- = Social Comments =
33
- Allow users to comment on your website using supported social media commenting apps such as Facebook and Google. Social Comments does not require the users to be registered or logged in on your site for adding comments.
34
-
35
- = Free Version Features =
36
 
 
37
  * **NO SETUP required for default apps.**
38
- * Enable Login with Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Salesforce or social sharing application
39
- * Enable your own application with APP ID and APP Secret for Facebook, Google, Twitter.
40
- * **Preview available for Login & Sharing Icons**
41
- * **Beautiful Icon Customisations** - customize shape, theme, space & size of social login/sharing icons.
42
  * **Account Linking** - Link social account to WordPress account
43
  * **Profile completion** (username, email) - Prompt user for email & username if social app doesn't return it. Email is verified with verification code.
44
- * **Assign Roles to users**
45
- * **Woocommerce display options** - Enable social login icons on the Woocommerce Checkout, Login, Registration pages.
46
- * **BuddyPress dispaly options** - Enable Social login icons on Registartion & Account pages of BuddyPress.
47
- * **bbPress display options** - Enable Social Sharing on Forum, Topic and Reply Pages.
48
- * Sync Social Profile Picture with WordPress
49
- * Enable Email Notification to admin on user registration
50
  * Enable/disable user registration.
51
- * customize Login Redirect URL
52
- * customize Logout Redirect URL
53
- * Customizable Text For Login Icons
54
- * Support for SHORTCODE for both social login and social sharing(horizontal & vertical)
55
- * Choose where to add the Social Login Icons: login page, registration page, comment form or anywhere on your site using our Social Login widget/ shortcode.
56
- * Option to add Social Comment using Facebook and Google.
 
57
  * Share with social media applications - Facebook, Twitter, Google+, Pinterest, Reddit, Vkontakte, Tumblr, StumbleUpon, LinkedIn, Pocket, Digg, Delicious, Odnoklassniki, Email, Print, Whatsapp
58
- * Option to add social sharing icons on homepage, posts, feeds, content pages, WooCommerce product page, bbPress forums etc.
59
- * Option to add a horizontal social sharing widget and a floating vertical social sharing widget to website.
60
- * Select from a range beautiful designs of social login buttons/icons and social sharing buttons/icons.
61
- * Preview customization of selected social login and social sharing applications in WordPress admin panel.
62
- * Horizontal Social Sharing widget for share icons
63
- * Floating Vertical Social Sharing widget for share icons
64
- * **Support** using email and in-plugin support form
 
65
 
66
  = Premium Version Features =
67
 
68
  * All free version features
69
  * **Enable your own application with APP ID and APP Secret for Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Salesforce **[Premium]**
70
- * **Woocommerce Integration [Premium]** - Auto-fill first name, last name and email in billing details of a user.
71
- * **BuddyPress Integration [Premium]** - Sync profile picture from social media to BuddyPress avatar. Sync user profile to BuddyPress custom fields.
72
  * **Test Configuration [Premium]**
73
  * **Social Login Opens in a New Window [Premium]** - Social Login opens in a new window instead of the same window.
74
  * **Domain restriction [Premium]** - Option to restrict login/registration for users with a domain specified in the admin dashboard.
75
  * **MailChimp Integration [Premium]** - A user is added as a subscriber to a mailing list in MailChimp when that user registers using Social Login. First name, last name and email are also captured for that user in the Mailing List. Option is available to download csv file that has list of emails of all users in WordPress.
76
  * **Email Notification to multiple admins [Premium]** - Option to send email notification to multiple admins when user registers.
77
- * **Welcome email to end users [Premium]** - Option to send email notification to user when he registers.
78
  * **Customizable Email Notification template [Premium]** - customize content of email sent to admin when user registers.
79
  * **Customizable welcome email template [Premium]** - customize content of welcome email sent to registering users.
80
  * **Extended Profile Data [Premium]** - Extended profile data feature requires additional configuration. You need to have your own social media app and permissions from social media providers to collect extended user data.
@@ -83,13 +64,29 @@ Allow users to comment on your website using supported social media commenting a
83
  * **Custom Integration [Premium]** - If you have a specific custom requirement in the Social Login Plugin, we can implement and integrate it in the Plugin for you. This includes all those custom features that come under the scope of Social Login/ Sharing/ Comments. These features are chargeable. Please send us a query through the support forum to get in touch with us about your custom requirements.
84
 
85
  = How is this plugin better than other plugins available =
86
- * Support for 9 apps in free plan - Login with Facebook, Google, Twitter, LinkedIn, Instagram, Vkontakte, Windows Live, Amazon, Salesforce all available in the free plan.
87
- * Setup in seconds - miniOrange takes care of creating applications for you in Social Login. This removes the hassle of creating your own application in all the social media. In any other social login plugin, if you are providing login with a social media application, facebook for example, you will need an App ID for which you will need to create an entire application in facebook. So if you want to provide login with 10 different social applications then you need to go and create 10 applications in those social platforms. Using our plugin, Social Login, Social Sharing by miniOrange, you do not need to do that. Just by creating one registration with us, you get Social login plus other features.
88
- * Icon Customizations - Beautiful icon customisations for Social Login and Social Sharing are available in our free plan where you can use a range of UI options like shape, size and theme. You get to choose from the following shapes - square, circle, rounded and long. You get to choose from the following themes - default, filled background, without background. Additionally you can customize the curve of the long buttons.
89
- * Support - Social Login, Social Sharing plugin has in-plugin support available. Sending us a query is just a button-lick away.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  = Easy Integration =
92
- Easy integration with your website with options to add Social login on login page, registration page and comments section. Add `miniOrange - Social Login` widget to add social login in widget area. Add shortcode [miniorange_social_login] to add social login in other places. Add social sharing applications to home page, posts, content pages, WooCommerce product page, bbPress forums, bbPress topics, bbPress replies and anywhere on your site using widgets. For Social Sharing, use `miniOrange Sharing - Vertical` for floating vertical widget and `miniOrange Sharing - Horizontal` for horizontal widget to add social sharing in widget area. Add shortcode [miniorange_social_sharing] for horizontal sharing icons and [miniorange_social_sharing_vertical] for vertical sharing icons.
93
 
94
  = Single sign-on =
95
  Single Sign-On using Social Login creates a single authentication system for multiple web properties allowing users to navigate websites with a single account.
@@ -105,7 +102,6 @@ This can also captures users’ profile data, with their permission, and automat
105
  Check out our website for other plugins <a href="https://www.miniorange.com/plugins" >https://www.miniorange.com/plugins</a> or <a href="https://wordpress.org/plugins/search.php?q=miniorange" >click here</a> to see all our listed WordPress plugins.
106
  For more support or info email us at info@miniorange.com or <a href="https://www.miniorange.com/contact" >Contact us</a>. You can also submit your query from the plugin's configuration page.
107
 
108
-
109
  == Installation ==
110
 
111
  = From your WordPress dashboard =
@@ -166,6 +162,10 @@ Please email us at info@miniorange.com. You can also submit your query from the
166
 
167
 
168
  == Changelog ==
 
 
 
 
169
  = 6.2.6 =
170
  * Fix for bug in auto scroll script
171
  * Handled non-english characters in post url
@@ -477,6 +477,10 @@ Please email us at info@miniorange.com. You can also submit your query from the
477
  * First version of Social Login, Social Sharing plugin.
478
 
479
  == Upgrade Notice ==
 
 
 
 
480
  = 6.2.6 =
481
  * Fix for bug in auto scroll script
482
  * Handled non-english characters in post url
4
  Tags: social login, social, facebook, twitter, login
5
  Requires at least: 2.0.2
6
  Tested up to: 4.9.4
7
+ Stable tag: 6.3.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  Social Login enables social login, sharing, comment using social apps like Google, Facebook, Twitter, Vkontakte, LinkedIn & more. QUICKEST setup.
12
 
13
  == Description ==
14
+ = Free Social Login Features =
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
+ * Enable Social Login with Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Salesforce
17
  * **NO SETUP required for default apps.**
18
+ * Additional option to enable your own social application with APP ID and APP Secret for Facebook, Google, Twitter.
19
+ * **Preview is available for Social Login icons**
20
+ * **Icon Customizations** - customize shape, theme, space & size of social login icons.
 
21
  * **Account Linking** - Link social account to WordPress account
22
  * **Profile completion** (username, email) - Prompt user for email & username if social app doesn't return it. Email is verified with verification code.
23
+ * **Assign Roles to users** - Assign WordPress roles to users logging in with social application.
24
+ * **Woocommerce display options** - Enable social login icons on the Woocommerce Checkout, Login, Registration pages.
25
+ * **BuddyPress display options** - Enable Social login icons on BuddyPress Registartion & Account pagess.
26
+ * Add the Social Login Icons on: login page, registration page, comment form or anywhere on your site using our Social Login widget/ shortcode.
27
+ * Sync Social Profile Picture with WordPress.
28
+ * Enable Email Notification to admin on user registration.
29
  * Enable/disable user registration.
30
+ * Customize Login Redirect URL.
31
+ * Customize Logout Redirect URL.
32
+ * Customizable Text For Login Icons.
33
+ * SHORTCODE available for social login.
34
+ * **Support** using email and in-plugin support form.
35
+
36
+ = Free Social Sharing & Social Comments Features =
37
  * Share with social media applications - Facebook, Twitter, Google+, Pinterest, Reddit, Vkontakte, Tumblr, StumbleUpon, LinkedIn, Pocket, Digg, Delicious, Odnoklassniki, Email, Print, Whatsapp
38
+ * **Icon Customizations** - customize shape, theme, space & size of social login icons.
39
+ * Preview customization of social sharing applications in WordPress admin panel.
40
+ * **bbPress display options** - Enable Social Sharing on bbPress Forum, Topic and Reply Pages.
41
+ * Add Social Comments using Facebook and Google.
42
+ * Add social sharing icons on homepage, posts, feeds, content pages, WooCommerce product page etc.
43
+ * Add a horizontal social sharing widget.
44
+ * Add a floating vertical social sharing widget.
45
+ * **Support** using email and in-plugin support form.
46
 
47
  = Premium Version Features =
48
 
49
  * All free version features
50
  * **Enable your own application with APP ID and APP Secret for Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Salesforce **[Premium]**
51
+ * **Woocommerce Integration [Premium]** - Auto-fill first name, last name and email in billing details of a user logging in with social media.
52
+ * **BuddyPress Integration [Premium]** - Sync profile picture from social application to BuddyPress avatar. Sync user social profile to BuddyPress custom fields.
53
  * **Test Configuration [Premium]**
54
  * **Social Login Opens in a New Window [Premium]** - Social Login opens in a new window instead of the same window.
55
  * **Domain restriction [Premium]** - Option to restrict login/registration for users with a domain specified in the admin dashboard.
56
  * **MailChimp Integration [Premium]** - A user is added as a subscriber to a mailing list in MailChimp when that user registers using Social Login. First name, last name and email are also captured for that user in the Mailing List. Option is available to download csv file that has list of emails of all users in WordPress.
57
  * **Email Notification to multiple admins [Premium]** - Option to send email notification to multiple admins when user registers.
58
+ * **Welcome email to end users [Premium]** - Option to send email notification to user when he registers using social application.
59
  * **Customizable Email Notification template [Premium]** - customize content of email sent to admin when user registers.
60
  * **Customizable welcome email template [Premium]** - customize content of welcome email sent to registering users.
61
  * **Extended Profile Data [Premium]** - Extended profile data feature requires additional configuration. You need to have your own social media app and permissions from social media providers to collect extended user data.
64
  * **Custom Integration [Premium]** - If you have a specific custom requirement in the Social Login Plugin, we can implement and integrate it in the Plugin for you. This includes all those custom features that come under the scope of Social Login/ Sharing/ Comments. These features are chargeable. Please send us a query through the support forum to get in touch with us about your custom requirements.
65
 
66
  = How is this plugin better than other plugins available =
67
+ * **Support for 9 apps in free plan** - Login with Facebook, Google, Twitter, LinkedIn, Instagram, Vkontakte, Windows Live, Amazon, Salesforce all available in the free plan.
68
+ * **Setup in seconds** - miniOrange Social Login removes the hassle of creating your own application in all the social media. In any other social login plugin, if you are providing login with a social media application, facebook for example, you will need an App ID for which you will need to create an entire application in facebook. So if you want to provide login with 10 different social applications then you need to go and create 10 applications in those social platforms. Using our plugin, Social Login, Social Sharing by miniOrange, you do not need to do that. Just by creating one registration with us, you get Social login plus other features.
69
+ * **Icon Customizations** - Beautiful icon customisations for Social Login and Social Sharing are available in our free plan where you can use a range of UI options like shape, size and theme. You get to choose from the following shapes - square, circle, rounded and long. You get to choose from the following themes - default, filled background, without background. Additionally you can customize the curve of the long buttons.
70
+ * **Free Support** - Social Login, Social Sharing plugin has in-plugin support available. Sending us a query is just a button-lick away.
71
+
72
+ Social Login allows your visitors to comment, share, login and register with many Social Media applications.
73
+ Social Login provides different display options with beautiful login button customizations which other plugins do not provide(CSS knowledge is also not needed!).
74
+
75
+ = Social Login =
76
+ Social Login includes Facebook, Twitter, Google, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Salesforce. Social Login allows your visitors to choose from their favourite social login apps to login, comment, share and optionally auto-register with your website or blog.
77
+
78
+ One-click social login to your WordPress site using social login applications like Google, Twitter, Facebook. This means, if your user is logged in to Google, user can comment on any blog or site by simply clicking the `google icon` - no username or password is explicitly required! Simply enable Social Login, **no setup of social media application** is required and you are done.
79
+
80
+ = Social Sharing =
81
+ Allow anyone to easily share your website content using their favorite social sharing applications. Social Sharing applications include Facebook, Twitter, Google+, Pinterest, Reddit, Vkontakte, Tumblr, StumbleUpon, LinkedIn, Pocket, Digg, Delicious, Odnoklassniki, Email, Print, Whatsapp. Customize your social sharing buttons to suit to your website's theme. Social sharing on homepage includes sharing with content or excerpt.
82
+
83
+ See the <a href="https://wordpress.org/plugins/miniorange-login-openid/screenshots/">Screenshots</a> section for visuals on social sharing.
84
+
85
+ = Social Comments =
86
+ Allow users to comment on your website using supported social media commenting apps such as Facebook and Google. Social Comments does not require the users to be registered or logged in on your site for adding comments.
87
 
88
  = Easy Integration =
89
+ Social Login is the easiest to configure and conveniently allows you to setup and start using the plugin in seconds. Easy integration with your website with options to add Social login on login page, registration page and comments section. Add `miniOrange - Social Login` widget to add social login in widget area. Add shortcode [miniorange_social_login] to add social login in other places. Add social sharing applications to home page, posts, content pages, WooCommerce product page, bbPress forums, bbPress topics, bbPress replies and anywhere on your site using widgets. For Social Sharing, use `miniOrange Sharing - Vertical` for floating vertical widget and `miniOrange Sharing - Horizontal` for horizontal widget to add social sharing in widget area. Add shortcode [miniorange_social_sharing] for horizontal sharing icons and [miniorange_social_sharing_vertical] for vertical sharing icons.
90
 
91
  = Single sign-on =
92
  Single Sign-On using Social Login creates a single authentication system for multiple web properties allowing users to navigate websites with a single account.
102
  Check out our website for other plugins <a href="https://www.miniorange.com/plugins" >https://www.miniorange.com/plugins</a> or <a href="https://wordpress.org/plugins/search.php?q=miniorange" >click here</a> to see all our listed WordPress plugins.
103
  For more support or info email us at info@miniorange.com or <a href="https://www.miniorange.com/contact" >Contact us</a>. You can also submit your query from the plugin's configuration page.
104
 
 
105
  == Installation ==
106
 
107
  = From your WordPress dashboard =
162
 
163
 
164
  == Changelog ==
165
+ = 6.3.0 =
166
+ * Added payment link to Standard Plan
167
+ * Minor bug fix in login script
168
+
169
  = 6.2.6 =
170
  * Fix for bug in auto scroll script
171
  * Handled non-english characters in post url
477
  * First version of Social Login, Social Sharing plugin.
478
 
479
  == Upgrade Notice ==
480
+ = 6.3.0 =
481
+ * Added payment link to Standard Plan
482
+ * Minor bug fix in login script
483
+
484
  = 6.2.6 =
485
  * Fix for bug in auto scroll script
486
  * Handled non-english characters in post url