Social Login - Version 7.4.5

Version Description

  • Updated Google SVG and resolved conflicts.
  • Added notice for Facebook Data Check.
  • Added Paid Membership Pro display options in premium plugins.
  • Minor UI Changes.
Download this release

Release Info

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

Code changes from version 7.4.4 to 7.4.5

class-mo-openid-login-widget.php CHANGED
@@ -576,7 +576,7 @@ class mo_openid_login_wid extends WP_Widget {
576
  }
577
  if($app_dis!="disable")
578
  $html .= "onClick=\"moOpenIdLogin('google','" . $custom_app . "');\"";
579
- $html.="> <i style='padding-top:" . ($customHeight - 29) . "px !important;border-right:none;' class='mofa'><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 70\" style=\"padding-left: 8%;\" ><defs><path id=\"a\" d=\"M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4z\"/></defs><clipPath id=\"b\"><use xlink:href=\"#a\" overflow=\"visible\"/></clipPath><path clip-path=\"url(#b)\" fill=\"#FBBC05\" d=\"M0 37V11l17 13z\"/><path clip-path=\"url(#b)\" fill=\"#EA4335\" d=\"M0 11l17 13 7-6.1L48 14V0H0z\"/><path clip-path=\"url(#b)\" fill=\"#34A853\" d=\"M0 37l30-23 7.9 1L48 0v48H0z\"/><path clip-path=\"url(#b)\" fill=\"#4285F4\" d=\"M48 48L17 24l-4-3 35-10z\"/></svg></i><span style=\"color:#ffffff;\">" . $buttonText . " Google</span></a>";
580
  } else {
581
  $html .= "<a class='" . $dis . " login-button' rel='nofollow'";if($app_dis!="disable")$html.=" onClick=\"moOpenIdLogin('google','" . $custom_app . "');\""; $html.=" title= ' " . $customTextofTitle . " Google'><img alt='Google' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/google.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
582
  }
576
  }
577
  if($app_dis!="disable")
578
  $html .= "onClick=\"moOpenIdLogin('google','" . $custom_app . "');\"";
579
+ $html.="> <i style='padding-top:" . ($customHeight - 29) . "px !important;border-right:none;' class='mofa'><svg xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path fill=\"#4285F4\" fill-rule=\"nonzero\" d=\"M20.64 12.2045c0-.6381-.0573-1.2518-.1636-1.8409H12v3.4814h4.8436c-.2086 1.125-.8427 2.0782-1.7959 2.7164v2.2581h2.9087c1.7018-1.5668 2.6836-3.874 2.6836-6.615z\"></path><path fill=\"#34A853\" fill-rule=\"nonzero\" d=\"M12 21c2.43 0 4.4673-.806 5.9564-2.1805l-2.9087-2.2581c-.8059.54-1.8368.859-3.0477.859-2.344 0-4.3282-1.5831-5.036-3.7104H3.9574v2.3318C5.4382 18.9832 8.4818 21 12 21z\"></path><path fill=\"#FBBC05\" fill-rule=\"nonzero\" d=\"M6.964 13.71c-.18-.54-.2822-1.1168-.2822-1.71s.1023-1.17.2823-1.71V7.9582H3.9573A8.9965 8.9965 0 0 0 3 12c0 1.4523.3477 2.8268.9573 4.0418L6.964 13.71z\"></path><path fill=\"#EA4335\" fill-rule=\"nonzero\" d=\"M12 6.5795c1.3214 0 2.5077.4541 3.4405 1.346l2.5813-2.5814C16.4632 3.8918 14.426 3 12 3 8.4818 3 5.4382 5.0168 3.9573 7.9582L6.964 10.29C7.6718 8.1627 9.6559 6.5795 12 6.5795z\"></path><path d=\"M3 3h18v18H3z\"></path></g></svg></i><span style=\"color:#ffffff;\">" . $buttonText . " Google</span></a>";
580
  } else {
581
  $html .= "<a class='" . $dis . " login-button' rel='nofollow'";if($app_dis!="disable")$html.=" onClick=\"moOpenIdLogin('google','" . $custom_app . "');\""; $html.=" title= ' " . $customTextofTitle . " Google'><img alt='Google' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/google.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
582
  }
miniorange_openid_sso_settings.php CHANGED
@@ -4,12 +4,12 @@
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, Apple, Twitter, LinkedIn etc using customizable buttons.
7
- * Version: 7.4.4
8
  * Author: miniOrange
9
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
  */
11
 
12
- define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.4.4');
13
  define('plugin_url', plugin_dir_url(__FILE__) . "includes/images/icons/");
14
  define('MOSL_PLUGIN_DIR',str_replace('/','\\',plugin_dir_path(__FILE__)));
15
  require('miniorange_openid_sso_settings_page.php');
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, Apple, Twitter, LinkedIn etc using customizable buttons.
7
+ * Version: 7.4.5
8
  * Author: miniOrange
9
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
  */
11
 
12
+ define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.4.5');
13
  define('plugin_url', plugin_dir_url(__FILE__) . "includes/images/icons/");
14
  define('MOSL_PLUGIN_DIR',str_replace('/','\\',plugin_dir_path(__FILE__)));
15
  require('miniorange_openid_sso_settings_page.php');
miniorange_openid_sso_settings_page.php CHANGED
@@ -8,13 +8,11 @@ require('view/config_apps/mo_openid_config_apps.php');
8
  require('view/customise_social_icons/mo_openid_cust_icons.php');
9
  require('view/disp_options/mo_openid_dispopt.php');
10
  require('view/email_settings/mo_openid_set_email.php');
11
- require('view/faq/mo_openid_faq.php');
12
  require('view/gdpr/mo_openid_gdpr.php');
13
  require('view/integration/mo_openid_integrate.php');
14
  require('view/licensing_plans/mo_openid_lic_plans.php');
15
  require('view/link_social_account/mo_openid_Acclink.php');
16
  require('view/premium_features/mo_openid_prem_feat.php');
17
- require('view/privacy_policy/mo_openid_priv_pol.php');
18
  require('view/profile_completion/mo_openid_prof_comp.php');
19
  require('view/recaptcha/mo_openid_recap.php');
20
  require('view/redirect_options/mo_openid_redirect_op.php');
@@ -33,7 +31,6 @@ require('view/soc_com/com_select_app/mo_openid_comm_select_app.php');
33
  require('view/soc_com/com_Enable/mo_openid_comm_enable.php');
34
  require('view/soc_com/com_shrtco/comm_shrtco.php');
35
  include('view/add_on/custom_registration_form.php');
36
- include('view/mo_new/mo_openid_whats_new.php');
37
  require('view/soc_sha/soc_med_cust/mo_openid_social_media_cust.php');
38
  require ('view/soc_sha/twitter_btn/mo_twitter_btn.php');
39
  require('view/soc_sha/soc_med_ser/mo_openid_social_media_services.php');
@@ -42,11 +39,10 @@ function mo_register_openid() {
42
  if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_plans")) {
43
  ?>
44
  <div id="upgrade_notice" class="mo_openid_notice mo_openid_notice-warning" >
45
- <p style="font-family: cursive;font-size: xx-large;"><b><span style="color: red">Christmas Sale..!!</span> Offer valid till 31<sup>st</sup> December 2020</b>
46
- <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Upgrade Now');?></a>
47
- <br>
48
  </p>
49
- <p style="font-size: larger"><b>New SOCIAL SHARING PLUGIN </b>is available with attractive features.
50
  <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo site_url().'/wp-admin/admin.php?page=mo_openid_social_sharing_settings&tab=licensing_plans'; ?>"><?php echo mo_sl('Upgrade Now');?></a>
51
  </p>
52
  </div>
@@ -69,12 +65,9 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
69
  <tr>
70
  <td><img id="logo" style="margin-top: 25px" src="<?php echo plugin_dir_url(__FILE__);?>includes/images/logo.png"></td>
71
  <td>&nbsp;<a style="text-decoration:none" href="https://plugins.miniorange.com/" target="_blank"><h1 style="color: #c9302c"><?php echo mo_sl('miniOrange Social Login');?> &nbsp;</h1></a></td>
72
- <td> <a id="privacy" style="margin-top: 23px" class="button" <?php echo $active_tab == 'privacy_policy' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'privacy_policy'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Privacy Policy');?></a></td>
73
- <td> <a id="faq" style="margin-top: 23px" class="button" <?php echo $active_tab == 'faq' ? 'nav-tab-active' : ''; ?> href="<?php echo add_query_arg( array('tab' => 'faq'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('FAQs');?></a></td>
74
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank"><?php echo mo_sl('Forum');?></a></td>
75
  <td> <a id="addon" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button" <?php echo $active_tab == 'add_on' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Add On');?></a></td>
76
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Licensing Plan');?></a></td>
77
- <td> <a id="whats_new" style="margin-top: 23px;background: #62B772;border-color: #62B772;color: white;" class="button"<?php echo $active_tab == 'whats_new' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'whats_new'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl("What's new in miniOrange");?></a></td>
78
  <td>
79
  <a id="mo_openid_rateus_modal" onclick="asdf(this)" style="margin-top: 23px" class="button" ><?php echo mo_sl('Rate us');?></a>
80
  </td>
@@ -131,9 +124,6 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
131
  case 'licensing_plans':
132
  mo_openid_licensing_plans();
133
  break;
134
- case 'whats_new':
135
- mo_openid_miniorange_new();
136
- break;
137
  case 'config_apps':
138
  mo_openid_show_apps();
139
  break;
@@ -152,9 +142,6 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
152
  case 'domain_restriction':
153
  mo_openid_restrict_domain();
154
  break;
155
- case 'faq':
156
- mo_openid_faq();
157
- break;
158
  case 'gdpr':
159
  mo_openid_gdpr();
160
  break;
@@ -173,9 +160,6 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
173
  case 'premium_features':
174
  mo_openid_premium_features();
175
  break;
176
- case 'privacy_policy':
177
- mo_openid_privacy_policy();
178
- break;
179
  case 'integration':
180
  mo_openid_integrations();
181
  break;
@@ -232,9 +216,6 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
232
  function wordpress_support() {
233
  window.open("https://wordpress.org/support/plugin/miniorange-login-openid","_blank");
234
  }
235
- function faq_support(){
236
- window.open("https://faq.miniorange.com/kb/social-login", "_blank");
237
- }
238
 
239
  function mo_openid_valid_query(f) {
240
  !(/^[a-zA-Z?,.\(\)\/@ 0-9]*$/).test(f.value) ? f.value = f.value.replace(/[^a-zA-Z?,.\(\)\/@ 0-9]/, '') : null;
@@ -494,10 +475,6 @@ function mo_register_sharing_openid()
494
  if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_social_sharing_settings&tab=licensing_plans")) {
495
  ?>
496
  <div id="upgrade_notice" class="mo_openid_notice mo_openid_notice-warning" >
497
- <p style="font-family: cursive;font-size: xx-large;"><b><span style="color: red">Christmas Sale..!!</span> Offer valid till 31<sup>st</sup> December 2020</b>
498
- <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Upgrade Now');?></a>
499
- <br>
500
- </p>
501
  <p style="font-size: larger"><b>New SOCIAL SHARING PLUGIN </b>is available with attractive features.
502
  <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo site_url().'/wp-admin/admin.php?page=mo_openid_social_sharing_settings&tab=licensing_plans'; ?>"><?php echo mo_sl('Upgrade Now');?></a>
503
  </p>
@@ -518,8 +495,6 @@ function mo_register_sharing_openid()
518
  src="<?php echo plugin_dir_url(__FILE__); ?>includes/images/logo.png"></td>
519
  <td>&nbsp;<a style="text-decoration:none" href="https://plugins.miniorange.com/"
520
  target="_blank"><h1 style="color: #c9302c"><?php echo mo_sl('miniOrange Social Login');?></h1></a></td>
521
- <td> <a id="privacy" style="margin-top: 23px" class="button" <?php echo $active_tab == 'privacy_policy' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'privacy_policy'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Privacy Policy');?></a></td>
522
- <td> <a id="faq" style="margin-top: 23px" class="button" <?php echo $active_tab == 'faq' ? 'nav-tab-active' : ''; ?> href="<?php echo add_query_arg( array('tab' => 'faq'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('FAQs');?></a></td>
523
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank"><?php echo mo_sl('Forum');?></a></td>
524
  <td> <a id="addon" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button" <?php echo $active_tab == 'add_on' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Add On');?></a></td>
525
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Upgrade Now');?></a></td>
@@ -596,12 +571,6 @@ function mo_register_sharing_openid()
596
  case 'licensing_plans':
597
  mo_openid_licensing_plan_sharing();
598
  break;
599
- case 'faq':
600
- mo_openid_faq();
601
- break;
602
- case 'privacy_policy':
603
- mo_openid_privacy_policy();
604
- break;
605
  case 'add_on':
606
  header('Location: '.site_url().'/wp-admin/admin.php?page=mo_openid_settings_addOn');
607
  break;
@@ -652,9 +621,6 @@ function mo_register_sharing_openid()
652
  window.open("https://wordpress.org/support/plugin/miniorange-login-openid","_blank");
653
 
654
  }
655
- function faq_support(){
656
- window.open("https://faq.miniorange.com/kb/social-login", "_blank");
657
- }
658
 
659
  function mo_openid_valid_query(f) {
660
  !(/^[a-zA-Z?,.\(\)\/@ 0-9]*$/).test(f.value) ? f.value = f.value.replace(/[^a-zA-Z?,.\(\)\/@ 0-9]/, '') : null;
@@ -680,8 +646,6 @@ function mo_comment_openid() {
680
  src="<?php echo plugin_dir_url(__FILE__); ?>includes/images/logo.png"></td>
681
  <td>&nbsp;<a style="text-decoration:none" href="https://plugins.miniorange.com/"
682
  target="_blank"><h1 style="color: #c9302c"><?php echo mo_sl('miniOrange Social Login');?></h1></a></td>
683
- <td> <a id="privacy" style="margin-top: 23px" class="button" <?php echo $active_tab == 'privacy_policy' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'privacy_policy'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Privacy Policy');?></a></td>
684
- <td> <a id="faq" style="margin-top: 23px" class="button" <?php echo $active_tab == 'faq' ? 'nav-tab-active' : ''; ?> href="<?php echo add_query_arg( array('tab' => 'faq'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('FAQs');?></a></td>
685
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank"><?php echo mo_sl('Forum');?></a></td>
686
  <td> <a id="addon" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button" <?php echo $active_tab == 'add_on' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Add On');?></a></td>
687
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Upgrade Now');?></a></td>
@@ -738,12 +702,6 @@ function mo_comment_openid() {
738
  case 'licensing_plans':
739
  mo_openid_licensing_plans();
740
  break;
741
- case 'faq':
742
- mo_openid_faq();
743
- break;
744
- case 'privacy_policy':
745
- mo_openid_privacy_policy();
746
- break;
747
  case 'add_on':
748
  header('Location: '.site_url().'/wp-admin/admin.php?page=mo_openid_settings_addOn');
749
  break;
@@ -838,9 +796,6 @@ function mo_comment_openid() {
838
  window.open("https://wordpress.org/support/plugin/miniorange-login-openid","_blank");
839
 
840
  }
841
- function faq_support(){
842
- window.open("https://faq.miniorange.com/kb/social-login", "_blank");
843
- }
844
 
845
  function mo_openid_valid_query(f) {
846
  !(/^[a-zA-Z?,.\(\)\/@ 0-9]*$/).test(f.value) ? f.value = f.value.replace(/[^a-zA-Z?,.\(\)\/@ 0-9]/, '') : null;
@@ -864,8 +819,6 @@ function mo_openid_addon_desc_page() {
864
  <tr>
865
  <td><img id="logo" style="margin-top: 25px" src="<?php echo plugin_dir_url(__FILE__);?>includes/images/logo.png"></td>
866
  <td>&nbsp;<a style="text-decoration:none" href="https://plugins.miniorange.com/" target="_blank"><h1 style="color: #c9302c"><?php echo mo_sl('miniOrange Social Login');?> &nbsp;</h1></a></td>
867
- <td> <a id="privacy" style="margin-top: 23px" class="button" <?php echo $active_tab == 'privacy_policy' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'privacy_policy'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Privacy Policy');?></a></td>
868
- <td> <a id="faq" style="margin-top: 23px" class="button" <?php echo $active_tab == 'faq' ? 'nav-tab-active' : ''; ?> href="<?php echo add_query_arg( array('tab' => 'faq'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('FAQs');?></a></td>
869
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank"><?php echo mo_sl('Forum');?></a></td>
870
  <td> <a id="mo_openid_go_back" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'mo_openid_go_back' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'mo_openid_go_back'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Social Login');?></a></td>
871
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Upgrade Now');?></a></td>
@@ -900,12 +853,6 @@ function mo_openid_addon_desc_page() {
900
  case 'licensing_plans':
901
  mo_openid_licensing_plans_addon();
902
  break;
903
- case 'privacy_policy':
904
- mo_openid_privacy_policy();
905
- break;
906
- case 'faq':
907
- mo_openid_faq();
908
- break;
909
  case 'custom_registration_form':
910
  if(mo_openid_is_customer_addon_license_key_verified()) {
911
  if(is_plugin_active('miniorange-login-openid-extra-attributes-addon/miniorange_openid_sso_customization_addon.php'))
@@ -957,9 +904,6 @@ function mo_openid_addon_desc_page() {
957
  window.open("https://wordpress.org/support/plugin/miniorange-login-openid","_blank");
958
 
959
  }
960
- function faq_support(){
961
- window.open("https://faq.miniorange.com/kb/social-login", "_blank");
962
- }
963
 
964
  function mo_openid_valid_query(f) {
965
  !(/^[a-zA-Z?,.\(\)\/@ 0-9]*$/).test(f.value) ? f.value = f.value.replace(/[^a-zA-Z?,.\(\)\/@ 0-9]/, '') : null;
8
  require('view/customise_social_icons/mo_openid_cust_icons.php');
9
  require('view/disp_options/mo_openid_dispopt.php');
10
  require('view/email_settings/mo_openid_set_email.php');
 
11
  require('view/gdpr/mo_openid_gdpr.php');
12
  require('view/integration/mo_openid_integrate.php');
13
  require('view/licensing_plans/mo_openid_lic_plans.php');
14
  require('view/link_social_account/mo_openid_Acclink.php');
15
  require('view/premium_features/mo_openid_prem_feat.php');
 
16
  require('view/profile_completion/mo_openid_prof_comp.php');
17
  require('view/recaptcha/mo_openid_recap.php');
18
  require('view/redirect_options/mo_openid_redirect_op.php');
31
  require('view/soc_com/com_Enable/mo_openid_comm_enable.php');
32
  require('view/soc_com/com_shrtco/comm_shrtco.php');
33
  include('view/add_on/custom_registration_form.php');
 
34
  require('view/soc_sha/soc_med_cust/mo_openid_social_media_cust.php');
35
  require ('view/soc_sha/twitter_btn/mo_twitter_btn.php');
36
  require('view/soc_sha/soc_med_ser/mo_openid_social_media_services.php');
39
  if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_plans")) {
40
  ?>
41
  <div id="upgrade_notice" class="mo_openid_notice mo_openid_notice-warning" >
42
+ <p style="font-size: larger"><b>Facebook Data Use Checkup:</b> If you are facing any sudden issues in your facebook application then kindly verify your app as per the latest Facebook policy
43
+ <a href="https://plugins.miniorange.com/data-use-checkup-process-in-facebook-app-wordpress-social-login" target="_blank">here</a>.
 
44
  </p>
45
+ <p><b>New SOCIAL SHARING PLUGIN </b>is available with attractive features.
46
  <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo site_url().'/wp-admin/admin.php?page=mo_openid_social_sharing_settings&tab=licensing_plans'; ?>"><?php echo mo_sl('Upgrade Now');?></a>
47
  </p>
48
  </div>
65
  <tr>
66
  <td><img id="logo" style="margin-top: 25px" src="<?php echo plugin_dir_url(__FILE__);?>includes/images/logo.png"></td>
67
  <td>&nbsp;<a style="text-decoration:none" href="https://plugins.miniorange.com/" target="_blank"><h1 style="color: #c9302c"><?php echo mo_sl('miniOrange Social Login');?> &nbsp;</h1></a></td>
 
 
68
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank"><?php echo mo_sl('Forum');?></a></td>
69
  <td> <a id="addon" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button" <?php echo $active_tab == 'add_on' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Add On');?></a></td>
70
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Licensing Plan');?></a></td>
 
71
  <td>
72
  <a id="mo_openid_rateus_modal" onclick="asdf(this)" style="margin-top: 23px" class="button" ><?php echo mo_sl('Rate us');?></a>
73
  </td>
124
  case 'licensing_plans':
125
  mo_openid_licensing_plans();
126
  break;
 
 
 
127
  case 'config_apps':
128
  mo_openid_show_apps();
129
  break;
142
  case 'domain_restriction':
143
  mo_openid_restrict_domain();
144
  break;
 
 
 
145
  case 'gdpr':
146
  mo_openid_gdpr();
147
  break;
160
  case 'premium_features':
161
  mo_openid_premium_features();
162
  break;
 
 
 
163
  case 'integration':
164
  mo_openid_integrations();
165
  break;
216
  function wordpress_support() {
217
  window.open("https://wordpress.org/support/plugin/miniorange-login-openid","_blank");
218
  }
 
 
 
219
 
220
  function mo_openid_valid_query(f) {
221
  !(/^[a-zA-Z?,.\(\)\/@ 0-9]*$/).test(f.value) ? f.value = f.value.replace(/[^a-zA-Z?,.\(\)\/@ 0-9]/, '') : null;
475
  if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_social_sharing_settings&tab=licensing_plans")) {
476
  ?>
477
  <div id="upgrade_notice" class="mo_openid_notice mo_openid_notice-warning" >
 
 
 
 
478
  <p style="font-size: larger"><b>New SOCIAL SHARING PLUGIN </b>is available with attractive features.
479
  <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo site_url().'/wp-admin/admin.php?page=mo_openid_social_sharing_settings&tab=licensing_plans'; ?>"><?php echo mo_sl('Upgrade Now');?></a>
480
  </p>
495
  src="<?php echo plugin_dir_url(__FILE__); ?>includes/images/logo.png"></td>
496
  <td>&nbsp;<a style="text-decoration:none" href="https://plugins.miniorange.com/"
497
  target="_blank"><h1 style="color: #c9302c"><?php echo mo_sl('miniOrange Social Login');?></h1></a></td>
 
 
498
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank"><?php echo mo_sl('Forum');?></a></td>
499
  <td> <a id="addon" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button" <?php echo $active_tab == 'add_on' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Add On');?></a></td>
500
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Upgrade Now');?></a></td>
571
  case 'licensing_plans':
572
  mo_openid_licensing_plan_sharing();
573
  break;
 
 
 
 
 
 
574
  case 'add_on':
575
  header('Location: '.site_url().'/wp-admin/admin.php?page=mo_openid_settings_addOn');
576
  break;
621
  window.open("https://wordpress.org/support/plugin/miniorange-login-openid","_blank");
622
 
623
  }
 
 
 
624
 
625
  function mo_openid_valid_query(f) {
626
  !(/^[a-zA-Z?,.\(\)\/@ 0-9]*$/).test(f.value) ? f.value = f.value.replace(/[^a-zA-Z?,.\(\)\/@ 0-9]/, '') : null;
646
  src="<?php echo plugin_dir_url(__FILE__); ?>includes/images/logo.png"></td>
647
  <td>&nbsp;<a style="text-decoration:none" href="https://plugins.miniorange.com/"
648
  target="_blank"><h1 style="color: #c9302c"><?php echo mo_sl('miniOrange Social Login');?></h1></a></td>
 
 
649
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank"><?php echo mo_sl('Forum');?></a></td>
650
  <td> <a id="addon" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button" <?php echo $active_tab == 'add_on' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Add On');?></a></td>
651
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Upgrade Now');?></a></td>
702
  case 'licensing_plans':
703
  mo_openid_licensing_plans();
704
  break;
 
 
 
 
 
 
705
  case 'add_on':
706
  header('Location: '.site_url().'/wp-admin/admin.php?page=mo_openid_settings_addOn');
707
  break;
796
  window.open("https://wordpress.org/support/plugin/miniorange-login-openid","_blank");
797
 
798
  }
 
 
 
799
 
800
  function mo_openid_valid_query(f) {
801
  !(/^[a-zA-Z?,.\(\)\/@ 0-9]*$/).test(f.value) ? f.value = f.value.replace(/[^a-zA-Z?,.\(\)\/@ 0-9]/, '') : null;
819
  <tr>
820
  <td><img id="logo" style="margin-top: 25px" src="<?php echo plugin_dir_url(__FILE__);?>includes/images/logo.png"></td>
821
  <td>&nbsp;<a style="text-decoration:none" href="https://plugins.miniorange.com/" target="_blank"><h1 style="color: #c9302c"><?php echo mo_sl('miniOrange Social Login');?> &nbsp;</h1></a></td>
 
 
822
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank"><?php echo mo_sl('Forum');?></a></td>
823
  <td> <a id="mo_openid_go_back" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'mo_openid_go_back' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'mo_openid_go_back'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Social Login');?></a></td>
824
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Upgrade Now');?></a></td>
853
  case 'licensing_plans':
854
  mo_openid_licensing_plans_addon();
855
  break;
 
 
 
 
 
 
856
  case 'custom_registration_form':
857
  if(mo_openid_is_customer_addon_license_key_verified()) {
858
  if(is_plugin_active('miniorange-login-openid-extra-attributes-addon/miniorange_openid_sso_customization_addon.php'))
904
  window.open("https://wordpress.org/support/plugin/miniorange-login-openid","_blank");
905
 
906
  }
 
 
 
907
 
908
  function mo_openid_valid_query(f) {
909
  !(/^[a-zA-Z?,.\(\)\/@ 0-9]*$/).test(f.value) ? f.value = f.value.replace(/[^a-zA-Z?,.\(\)\/@ 0-9]/, '') : null;
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === WordPress Social Login (Google, Twitter, Vkontakte) ===
2
  Contributors: vkontakte, sociallogin, cyberlord92
3
  Donate link: https://www.miniorange.com
4
- Tags: social login, facebook login, google login, twitter login, Vkontakte login, Woocommerce, social, facebook, twitter, google, login, google, social connect, social network login, social plugin, Vkontakte, LinkedIn
5
  Requires at least: 2.0.2
6
  Tested up to: 5.6
7
- Stable tag: 7.4.4
8
  License: GPLv2 or later
9
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
 
@@ -18,24 +18,24 @@ Social Plugin enables social login, social sharing, social comments using social
18
 
19
  = Free Social Login Features =
20
 
21
- * Social Login with Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live, Salesforce & Yahoo
22
- * **NO SETUP required for default social login apps.**
23
- * Setup your own social login application with APP ID and APP Secret for Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Yahoo
24
- * **Preview is available for Social Login icons**
25
- * **Icon Customizations** - customize shape, theme, space & size of social login icons.
26
  * **Profile completion** (username, email) - Prompt user for email & username if social login app doesn't return it. Email is verified with verification code.
27
- * **Assign Roles to users** - Assign WordPress roles to users logging in with social login application.
28
  * Add the Social Login Icons on: login page, registration page, comment form or anywhere on your site using our Social Login widget/ shortcode.
29
  * Sync Social Profile Picture with WordPress.
30
- * Enable Email Notification to admin when user registers with social login application.
31
- * Enable/disable user registration.
32
- * Customize Login Redirect URL.
33
- * Customize Logout Redirect URL.
34
  * Customizable Text For Social Login Icons.
35
- * SHORTCODE available for social login.
36
- * **Support** using email and in-plugin support form.
37
 
38
- = WooCommerce Social Login Features [Premium]=
39
  * **WooCommerce Integration** Auto-fill first name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page.
40
  * Woocommerce Display Options
41
  * Before/After WooCommerce Login form
@@ -43,67 +43,74 @@ Social Plugin enables social login, social sharing, social comments using social
43
  * Before/After WooCommerce Checkout form
44
 
45
 
46
- = BuddyPress Social Login Features [Premium]=
47
  * **BuddyPress Integration** Sync profile picture from social application to BuddyPress avatar. Sync user social profile to BuddyPress custom fields.
48
  * BuddyPress Display Options
49
  * Before BuddyPress Registration Form
50
  * Before BuddyPress Account Details
51
  * After BuddyPress Registration Form Login form
52
 
53
- = BuddyBoss Social Login Features [Premium]=
 
 
 
 
 
 
 
 
54
  * **BuddyBoss Integration** Sync profile picture from social application to BuddyBoss avatar. Sync user social profile to BuddyBoss custom fields.
55
  * BuddyBoss Display Options
56
  * Before BuddyBoss Registration Form
57
  * After BuddyBoss Registration Form Login form
58
 
59
- = Ultimate Membership Pro - Social Login Features [Premium]=
60
- * Ultimate Membership Pro Display Options
61
  * Before Ultimate Member Login Form Fields
62
  * After Ultimate Member Login Form Fields
63
  * Before Ultimate Member Registration Form Fields
64
  * After Ultimate Member Registration Form Fields
65
  * After Ultimate Member Register button
66
 
67
- = MemberPress - Social Login Features [Premium]=
68
  * MemberPress Display Options
69
  * After MemberPress Login Form
70
  * After MemberPress Account Form
71
  * After MemberPress Checkout Form
72
 
73
  = Free Social Sharing & Social Comments Features =
74
- * Share with social applications - Facebook, Twitter, Google+, Pinterest, Reddit, Vkontakte, Tumblr, StumbleUpon, LinkedIn, Pocket, Digg, Email, Print, Whatsapp
75
- * **Icon Customizations** - customize shape, theme, space & size of social sharing icons.
76
- * **Preview is available for Social Sharing icons**
77
- * Add Social Comments using Facebook.
78
- * Add Social Comments using Disqus.
79
  * Add social sharing icons on homepage, posts, feeds, content pages, WooCommerce product page etc.
80
- * Add a horizontal social sharing widget.
81
  * Add a floating vertical social sharing widget.
82
- * **Support** using email and in-plugin support form.
83
 
84
  = Premium Social Login Features =
85
 
86
  * Social Login with Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo, WordPress, apple, Paypal, disqus, pinterest, spotify, reddit, tumblr, twitch, vimeo, kakao, discord, dribbble, flickr, line, meetup, stackexchange, livejournal, snapchat, foursquare, teamsnap, naver, odnoklassniki.
87
- * GDPR compliant Social Login.
88
- * **Account Linking** - Link social account to WordPress account
89
- * **Woocommerce display options** - Enable social login icons on the Woocommerce Checkout, Woocommerce Login, Woocommerce Registration pages.
90
- * **BuddyPress display options** - Enable Social login icons on BuddyPress Registration & BuddyPress Account pages.
91
  * All social login free version features
92
- * **Enable your own social login application with APP ID and APP Secret for Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live, WordPress, Yahoo, Disqus & Salesforce **[Premium]**
93
- * **Woocommerce Integration [Premium]** - Auto-fill first name, last name and email in billing details of a user logging in with social login application.
94
- * **BuddyPress Integration [Premium]** - Sync profile picture from social application to BuddyPress avatar. Sync user social profile to BuddyPress custom fields.
95
- * **Test Configuration [Premium]** - Test configuration of your social login app in admin panel before making your app live.
96
- * **Social Login Opens in a New Window [Premium]** - Social Login opens in a new window instead of the same window.
97
- * **Domain restriction [Premium]** - Option to restrict social login for users with a domain specified in the admin dashboard.
98
- * **MailChimp Integration [Premium]** - A social login 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.
99
- * **Email Notification to multiple admins [Premium]** - Option to send email notification to multiple admins when user registers.
100
- * **Welcome email to end users [Premium]** - Option to send email notification to user when he registers using social login application.
101
- * **Customizable Email Notification template [Premium]** - customize content of email sent to admin when user registers using social login.
102
- * **Customizable welcome email template [Premium]** - customize content of welcome email sent to registering users.
103
- * **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.
104
- * **Social Analytics Dashboard Access [Premium]**
105
  * Customizable Logout Text
106
- * **Custom Integration [Premium]** - If you have a specific custom requirement in the Social Login Plugin, we can implement and integrate it in the Social Login 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.
107
 
108
  = How is this plugin better than other plugins available =
109
  * **Support for 10 apps in free plan** - Social Login with Facebook, Google, Twitter, LinkedIn, Instagram, Vkontakte, Windows Live, Amazon, Salesforce, Yahoo all available in the free plan.
@@ -129,7 +136,7 @@ See the <a href="https://wordpress.org/plugins/miniorange-login-openid/screensho
129
  Allow users to social 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.
130
 
131
  = Easy Integration =
132
- 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.
133
 
134
  = Single sign-on =
135
  Single Sign-On using Social Login creates a single authentication system for multiple web properties allowing users to navigate websites with a single account.
@@ -219,6 +226,12 @@ Please email us at info@miniorange.com. You can also submit your query from the
219
  12. Social Sharing icons without background.
220
 
221
  ==Changelog==
 
 
 
 
 
 
222
  = 7.4.4 =
223
  * Removed banner.
224
  * Minor UI Changes.
@@ -543,246 +556,246 @@ SECURITY FIXES
543
  * Minor Changes in Readme
544
 
545
  = 6.0.0 =
546
- * Added Account Linking feature (Links social account to existing WordPress account)
547
- * Revised Payment Plans
548
- * Compatibility with PHP 7.2.1
549
 
550
  = 5.5.2 =
551
- * Compatibility with International characters.
552
 
553
  = 5.5.1 =
554
- * Major Security Fix in login flow. Mandatory Update is required.
555
 
556
  = 5.5 =
557
- * Bug Fix in login flow
558
 
559
  = 5.4.1 =
560
- * Added Compatibility with miniOrange 2 Factor Authentication Plugin
561
 
562
  = 5.3.1 =
563
- * Removed mcrypt dependency
564
 
565
  = 5.2.2 =
566
- * Added WhatsApp share for Desktop site
567
 
568
  = 5.2.1 =
569
- * Fixed Issue related to Custom User Role with Admin capabilities
570
 
571
  = 5.2 =
572
- * Minor Change
573
 
574
  = 5.1.10 =
575
- * Compatibility with 4.9
576
 
577
  = 5.1.9 =
578
- * Bug Fix in Profile Completion Feature
579
 
580
  = 5.1.8 =
581
- * Minor Bug Fix (Social login plugin)
582
 
583
  = 5.1.7 =
584
- * Added Profile Completion Feature (Social login plugin)
585
 
586
  = 5.1.6 =
587
- * Minor Bug Fix (Social login plugin)
588
 
589
  = 5.1.5 =
590
- * Another Bug fix in Facebook share
591
 
592
  = 5.1.4 =
593
- * Bug fix in Facebook share
594
- * Bug fix in sending OTP
595
- * Fix for URL indexing
596
 
597
  = 5.1.3 =
598
- * Improved Social Login for non-English characters
599
- * Changed Payment Plans
600
- * Compatibility with 4.8
601
 
602
  = 5.1.2 =
603
- * Updating Readme
604
 
605
  = 5.1.1 =
606
- * Security fix for Social Login
607
- * Minor fix - clean up data during Social Login
608
- * UI changes (Social login plugin)
609
 
610
  = 5.1 =
611
- * Added option to change heading color through UI (Social Login & Sharing)
612
- * Added shortcode options for heading and heading color (Social Login & Sharing)
613
- * Updated Help & Troubleshooting and Shortcode section
614
 
615
  = 5.0.6 =
616
- * Compatibility with 4.7
617
- * UI fixes for theme Twenty Seventeen
618
 
619
  = 5.0.5 =
620
- * Fix for Social Login URL redirect
621
 
622
  = 5.0.4 =
623
- * Fix for Whatsapp Share URL issue
624
 
625
  = 5.0.3 =
626
- * Added additional validation for OTP
627
- * UI Changes (Social login plugin)
628
 
629
  = 5.0.1 =
630
- * Update to support WordPress version 4.6
631
- * Fixed Facebook comments script issue
632
- * UI changes (Social login plugin)
633
 
634
  = 5.0.0 =
635
- * Added Share with Email, Print, Whatsapp
636
- * Added option to modify email subject and body (Social login)
637
- * Fixed spacing issue in horizontal sharing icons
638
 
639
  = 4.9.9 =
640
- * Added support for s2Members plugin in Social Login (Support Query)
641
 
642
  = 4.9.8 =
643
- * Added logout text customization in Social Login
644
- * Added url attribute to Social Sharing shortcode to share custom URL
645
- * Fix for check license
646
- * Enhancement in UI
647
 
648
  = 4.9.7 =
649
- * Fix for warning when adding Social Sharing shortcode through PHP
650
- * Fix for fetching title when Social Sharing shortcode is added through PHP
651
 
652
  = 4.9.6 =
653
- * Added Troubleshooting Questions
654
- * Minor UI Fixes
655
 
656
  = 4.9.5 =
657
- * Added support for syncing social login avatar with BuddyPress profile
658
- * Changes and fixes related to WordPress 4.5
659
- * Fix to save username without spaces (support query)
660
 
661
  = 4.9.4 =
662
- * Added language support during Social Login
663
- * Added questions in Help & Troubleshooting
664
 
665
  = 4.9.3 =
666
- * Security fix for saving plugin settings
667
 
668
  = 4.9.2 =
669
- * Added Social Sharing support for bbPress forms, topics, replies
670
- * Fix for role mapping
671
- * Fix for json_last_error error in previous PHP versions
672
- * Enhancement in forgot password
673
 
674
  = 4.9.1 =
675
- * Fix in setting role for new user registration
676
 
677
  = 4.9 =
678
- * Added option to set universal role for users registering through Social Login
679
- * Major fix for login of users already previously registered in WordPress - old PHP versions
680
- * Minor UI changes
681
 
682
  = 4.8.5 =
683
- * Added Login in registration page and Register in login page for in-plugin authentication
684
- * Improved licensing page
685
 
686
  = 4.8.4 =
687
- * Fix for error in 4.8.3 version for old PHP Versions
688
 
689
  = 4.8.3 =
690
- * Added option to hide Vertical Floating icons on mobile
691
- * Added option to customize edge of long button - Social Login
692
- * Added extra options for licensing
693
- * Fix - Redirecting from Social Login gives "restricted due to security rule" error
694
 
695
  = 4.8.2 =
696
- * Fix - Show orignal avatar if Social Login Avatar is not available
697
- * Fix - Social Comments fix for IE
698
 
699
  = 4.8.1 =
700
- * Added extra options for licensing
701
- * Fix - Disabling custom avatar now removes previously set picture from Social Login
702
- * Fix - Avatar from Social Login was not getting fetched in all cases
703
 
704
  = 4.8 =
705
- * Added Social Comments
706
- * Added more position options for Homepage and Static page for Social Sharing
707
- * Fix - Changed Google+ icons
708
- * Fix - Background color of Social Login long buttons
709
 
710
  = 4.7.3 =
711
- * Fix - Added alt for Social Login images
712
- * Fix - Improved validation for Social Login
713
- * Fix - Social Sharing Vertical widget sharing URL
714
- * Added Troubleshooting questions
715
 
716
  = 4.7.2 =
717
- * Added extra options for licensing
718
 
719
  = 4.7.1 =
720
- * Session fix on logout
721
- * Redirect back to previous scroll position in page after Social Login
722
- * Compatibility with WordPress 4.4
723
 
724
  = 4.7 =
725
- * Added support for WooCommerce Login Form (Social Login)
726
- * Fix - Login redirect for posts
727
 
728
  = 4.6 =
729
- * Bug Fix
730
 
731
  = 4.5 =
732
- * Get user information such as name, username after Social Login (Social Login)
733
- * Provision of associating social media profile picture with user profile(Social Login)
734
- * Security fix - added encryption for incoming user data (Social Login)
735
 
736
  = 4.4.1 =
737
- * Additional option of validating account using phone number
738
 
739
  = 4.4 =
740
- * Added Social media appliction Vkontakte on social login
741
- * Added support for adding Social Share icons on WooCommerce Product Page
742
- * Fix - logout redirect in Current Page option
743
- * Fix - Sharing URL in horizontal Social Sharing widget
744
 
745
  = 4.3 =
746
- * Added Social media applications - Vkontakte, Tumblr, StumbleUpon, Pocket, Digg, Delicious, Odnoklassniki for Social sharing
747
- * Added title to Social Login and Social Sharing icons, visible on hover
748
- * Redirect after logout is now optional when user login with Social login plugin
749
- * Improved Help & Troubleshooting
750
 
751
  = 4.2.2 =
752
- * Fix - minimum width of Social Login long button reduced
753
 
754
  = 4.2.1 =
755
- * Minor bug fix
756
 
757
  = 4.2 =
758
- * Added feature of disabling User Auto registration in Social Login
759
- * Change in troubleshooting instructions
760
 
761
  = 4.1.1 =
762
- * Change in Social login->shortcode instructions
763
- * Change in troubleshooting instructions
764
 
765
  = 4.1 =
766
- * Added social media application Twitter on Social Login
767
- * Added shortcode support for Social Login and Social Sharing(horizontal and vertical)
768
- * Added Redirect URL for logout
769
- * Added Troubleshooting section in plugin
770
- * Social Sharing icons can be added before and after content
771
- * Updated API for Facebook sharing
772
- * Updated reset password API to send email
773
- * Bug fixes for Social login and Social Sharing icons
774
- * Improved theme compatibility with Social Login plugin
775
 
776
  = 4.0.1 =
777
- * Added support for excerpt in Social Sharing
778
- * Improved Social Login functionality and optimization
779
- * Improved theme compatibility
780
 
781
  = 4.0 =
782
- * Set Redirect URL for Social Login
783
- * Vertical floating sharing widget and horizontal sharing widget for Social Sharing
784
- * Preview & Customize buttons and icons - new themes and option to change size for Social Login and Social Sharing
785
- * Twitter username for Social Sharing
786
 
787
  = 3.0.5 =
788
  * Bug fix for Social Login for older php versions.
@@ -816,6 +829,12 @@ SECURITY FIXES
816
  * First version of Social Login, Social Sharing plugin.
817
 
818
  == Upgrade Notice ==
 
 
 
 
 
 
819
  = 7.4.4 =
820
  * Removed banner.
821
  * Minor UI Changes.
@@ -1140,246 +1159,246 @@ SECURITY FIXES
1140
  * Minor Changes in Readme
1141
 
1142
  = 6.0.0 =
1143
- * Added Account Linking feature (Links social account to existing WordPress account)
1144
- * Revised Payment Plans
1145
- * Compatibility with PHP 7.2.1
1146
 
1147
  = 5.5.2 =
1148
- * Compatibility with International characters.
1149
 
1150
  = 5.5.1 =
1151
- * Major Security Fix in login flow. Mandatory Update is required.
1152
 
1153
  = 5.5 =
1154
- * Bug Fix in login flow
1155
 
1156
  = 5.4.1 =
1157
- * Added Compatibility with miniOrange 2 Factor Authentication Plugin
1158
 
1159
  = 5.3.1 =
1160
- * Removed mcrypt dependency
1161
 
1162
  = 5.2.2 =
1163
- * Added WhatsApp share for Desktop site
1164
 
1165
  = 5.2.1 =
1166
- * Fixed Issue related to Custom User Role with Admin capabilities
1167
 
1168
  = 5.2 =
1169
- * Minor Change
1170
 
1171
  = 5.1.10 =
1172
- * Compatibility with 4.9
1173
 
1174
  = 5.1.9 =
1175
- * Bug Fix in Profile Completion Feature
1176
 
1177
  = 5.1.8 =
1178
- * Minor Bug Fix (Social login plugin)
1179
 
1180
  = 5.1.7 =
1181
- * Added Profile Completion Feature (Social login plugin)
1182
 
1183
  = 5.1.6 =
1184
- * Minor Bug Fix (Social login plugin)
1185
 
1186
  = 5.1.5 =
1187
- * Another Bug fix in Facebook share
1188
 
1189
  = 5.1.4 =
1190
- * Bug fix in Facebook share
1191
- * Bug fix in sending OTP
1192
- * Fix for URL indexing
1193
 
1194
  = 5.1.3 =
1195
- * Improved Social Login for non-English characters
1196
- * Changed Payment Plans
1197
- * Compatibility with 4.8
1198
 
1199
  = 5.1.2 =
1200
- * Updating Readme
1201
 
1202
  = 5.1.1 =
1203
- * Security fix for Social Login
1204
- * Minor fix - clean up data during Social Login
1205
- * UI changes (Social login plugin)
1206
 
1207
  = 5.1 =
1208
- * Added option to change heading color through UI (Social Login & Sharing)
1209
- * Added shortcode options for heading and heading color (Social Login & Sharing)
1210
- * Updated Help & Troubleshooting and Shortcode section
1211
 
1212
  = 5.0.6 =
1213
- * Compatibility with 4.7
1214
- * UI fixes for theme Twenty Seventeen
1215
 
1216
  = 5.0.5 =
1217
- * Fix for Social Login URL redirect
1218
 
1219
  = 5.0.4 =
1220
- * Fix for Whatsapp Share URL issue
1221
 
1222
  = 5.0.3 =
1223
- * Added additional validation for OTP
1224
- * UI Changes (Social login plugin)
1225
 
1226
  = 5.0.1 =
1227
- * Update to support WordPress version 4.6
1228
- * Fixed Facebook comments script issue
1229
- * UI changes (Social login plugin)
1230
 
1231
  = 5.0.0 =
1232
- * Added Share with Email, Print, Whatsapp
1233
- * Added option to modify email subject and body (Social login)
1234
- * Fixed spacing issue in horizontal sharing icons
1235
 
1236
  = 4.9.9 =
1237
- * Added support for s2Members plugin in Social Login (Support Query)
1238
 
1239
  = 4.9.8 =
1240
- * Added logout text customization in Social Login
1241
- * Added url attribute to Social Sharing shortcode to share custom URL
1242
- * Fix for check license
1243
- * Enhancement in UI
1244
 
1245
  = 4.9.7 =
1246
- * Fix for warning when adding Social Sharing shortcode through PHP
1247
- * Fix for fetching title when Social Sharing shortcode is added through PHP
1248
 
1249
  = 4.9.6 =
1250
- * Added Troubleshooting Questions
1251
- * Minor UI Fixes
1252
 
1253
  = 4.9.5 =
1254
- * Added support for syncing social login avatar with BuddyPress profile
1255
- * Changes and fixes related to WordPress 4.5
1256
- * Fix to save username without spaces (support query)
1257
 
1258
  = 4.9.4 =
1259
- * Added language support during Social Login
1260
- * Added questions in Help & Troubleshooting
1261
 
1262
  = 4.9.3 =
1263
- * Security fix for saving plugin settings
1264
 
1265
  = 4.9.2 =
1266
- * Added Social Sharing support for bbPress forms, topics, replies
1267
- * Fix for role mapping
1268
- * Fix for json_last_error error in previous PHP versions
1269
- * Enhancement in forgot password
1270
 
1271
  = 4.9.1 =
1272
- * Fix in setting role for new user registration
1273
 
1274
  = 4.9 =
1275
- * Added option to set universal role for users registering through Social Login
1276
- * Major fix for login of users already previously registered in WordPress - old PHP versions
1277
- * Minor UI changes
1278
 
1279
  = 4.8.5 =
1280
- * Added Login in registration page and Register in login page for in-plugin authentication
1281
- * Improved licensing page
1282
 
1283
  = 4.8.4 =
1284
- * Fix for error in 4.8.3 version for old PHP Versions
1285
 
1286
  = 4.8.3 =
1287
- * Added option to hide Vertical Floating icons on mobile
1288
- * Added option to customize edge of long button - Social Login
1289
- * Added extra options for licensing
1290
- * Fix - Redirecting from Social Login gives "restricted due to security rule" error
1291
 
1292
  = 4.8.2 =
1293
- * Fix - Show orignal avatar if Social Login Avatar is not available
1294
- * Fix - Social Comments fix for IE
1295
 
1296
  = 4.8.1 =
1297
- * Added extra options for licensing
1298
- * Fix - Disabling custom avatar now removes previously set picture from Social Login
1299
- * Fix - Avatar from Social Login was not getting fetched in all cases
1300
 
1301
  = 4.8 =
1302
- * Added Social Comments
1303
- * Added more position options for Homepage and Static page for Social Sharing
1304
- * Fix - Changed Google+ icons
1305
- * Fix - Background color of Social Login long buttons
1306
 
1307
  = 4.7.3 =
1308
- * Fix - Added alt for Social Login images
1309
- * Fix - Improved validation for Social Login
1310
- * Fix - Social Sharing Vertical widget sharing URL
1311
- * Added Troubleshooting questions
1312
 
1313
  = 4.7.2 =
1314
- * Added extra options for licensing
1315
 
1316
  = 4.7.1 =
1317
- * Session fix on logout
1318
- * Redirect back to previous scroll position in page after Social Login
1319
- * Compatibility with WordPress 4.4
1320
 
1321
  = 4.7 =
1322
- * Added support for WooCommerce Login Form (Social Login)
1323
- * Fix - Login redirect for posts
1324
 
1325
  = 4.6 =
1326
- * Bug Fix
1327
 
1328
  = 4.5 =
1329
- * Get user information such as name, username after Social Login (Social Login)
1330
- * Provision of associating social media profile picture with user profile(Social Login)
1331
- * Security fix - added encryption for incoming user data (Social Login)
1332
 
1333
  = 4.4.1 =
1334
- * Additional option of validating account using phone number
1335
 
1336
  = 4.4 =
1337
- * Added Social media appliction Vkontakte on social login
1338
- * Added support for adding Social Share icons on WooCommerce Product Page
1339
- * Fix - logout redirect in Current Page option
1340
- * Fix - Sharing URL in horizontal Social Sharing widget
1341
 
1342
  = 4.3 =
1343
- * Added Social media applications - Vkontakte, Tumblr, StumbleUpon, Pocket, Digg, Delicious, Odnoklassniki for Social sharing
1344
- * Added title to Social Login and Social Sharing icons, visible on hover
1345
- * Redirect after logout is now optional when user login with Social login plugin
1346
- * Improved Help & Troubleshooting
1347
 
1348
  = 4.2.2 =
1349
- * Fix - minimum width of Social Login long button reduced
1350
 
1351
  = 4.2.1 =
1352
- * Minor bug fix
1353
 
1354
  = 4.2 =
1355
- * Added feature of disabling User Auto registration in Social Login
1356
- * Change in troubleshooting instructions
1357
 
1358
  = 4.1.1 =
1359
- * Change in Social login->shortcode instructions
1360
- * Change in troubleshooting instructions
1361
 
1362
  = 4.1 =
1363
- * Added social media application Twitter on Social Login
1364
- * Added shortcode support for Social Login and Social Sharing(horizontal and vertical)
1365
- * Added Redirect URL for logout
1366
- * Added Troubleshooting section in plugin
1367
- * Social Sharing icons can be added before and after content
1368
- * Updated API for Facebook sharing
1369
- * Updated reset password API to send email
1370
- * Bug fixes for Social login and Social Sharing icons
1371
- * Improved theme compatibility with Social Login plugin
1372
 
1373
  = 4.0.1 =
1374
- * Added support for excerpt in Social Sharing
1375
- * Improved Social Login functionality and optimization
1376
- * Improved theme compatibility
1377
 
1378
  = 4.0 =
1379
- * Set Redirect URL for Social Login
1380
- * Vertical floating sharing widget and horizontal sharing widget for Social Sharing
1381
- * Preview & Customize buttons and icons - new themes and option to change size for Social Login and Social Sharing
1382
- * Twitter username for Social Sharing
1383
 
1384
  = 3.0.5 =
1385
  * Bug fix for Social Login for older php versions.
@@ -1410,4 +1429,4 @@ SECURITY FIXES
1410
  * Social login with social media application Google OpenID Connect added to the plugin.
1411
 
1412
  = 1.0 =
1413
- * First version of Social Login, Social Sharing plugin.
1
  === WordPress Social Login (Google, Twitter, Vkontakte) ===
2
  Contributors: vkontakte, sociallogin, cyberlord92
3
  Donate link: https://www.miniorange.com
4
+ Tags: Social login, facebook login, google login, twitter login, Vkontakte login, Woocommerce, social, facebook, twitter, google, login, google, social connect, social network login, social plugin, Vkontakte, LinkedIn
5
  Requires at least: 2.0.2
6
  Tested up to: 5.6
7
+ Stable tag: 7.4.5
8
  License: GPLv2 or later
9
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
 
18
 
19
  = Free Social Login Features =
20
 
21
+ * Social Login with <a href="https://plugins.miniorange.com/configure-facebook-social-login-in-wordpress" target="_blank">Facebook</a>, <a href="https://plugins.miniorange.com/login-with-google-using-wordpress-social-login" target="_blank">Google</a>, <a href="https://plugins.miniorange.com/configure-twitter-with-social-login-in-wordpress" target="_blank">Twitter</a>, <a href="http://plugins.miniorange.com/configure-vkontakte-with-social-login-in-wordpress" target="_blank">Vkontakte</a>, <a href="https://plugins.miniorange.com/configure-linkedin-with-social-login-in-wordpress" target="_blank">LinkedIn</a>, <a href="http://plugins.miniorange.com/configure-amazon-with-social-login-in-wordpress" target="_blank">Amazon</a>, <a href="https://plugins.miniorange.com/configure-windowslive-with-social-login-in-wordpress" target="_blank">Windows Live</a>, Salesforce & <a href="https://plugins.miniorange.com/guide-to-configure-yahoo-social-login-in-wordpress" target="_blank">Yahoo</a>
22
+ * **NO SETUP required for default social login apps.**
23
+ * Setup your own social login application with APP ID and APP Secret for Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Yahoo
24
+ * **Preview is available for Social Login icons**
25
+ * **Icon Customizations** - customize shape, theme, space & size of social login icons.
26
  * **Profile completion** (username, email) - Prompt user for email & username if social login app doesn't return it. Email is verified with verification code.
27
+ * **Assign Roles to users** - Assign WordPress roles to users logging in with social login application.
28
  * Add the Social Login Icons on: login page, registration page, comment form or anywhere on your site using our Social Login widget/ shortcode.
29
  * Sync Social Profile Picture with WordPress.
30
+ * Enable Email Notification to admin when user registers with social login application.
31
+ * Enable/disable user registration.
32
+ * Customize Login Redirect URL.
33
+ * Customize Logout Redirect URL.
34
  * Customizable Text For Social Login Icons.
35
+ * SHORTCODE available for social login.
36
+ * **Support** using email and in-plugin support form.
37
 
38
+ = <a href="https://plugins.miniorange.com/guide-to-configure-woocommerce-with-wordpress-social-login" target="_blank">WooCommerce Social Login Features</a> <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
39
  * **WooCommerce Integration** Auto-fill first name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page.
40
  * Woocommerce Display Options
41
  * Before/After WooCommerce Login form
43
  * Before/After WooCommerce Checkout form
44
 
45
 
46
+ = <a href="https://plugins.miniorange.com/guide-to-configure-buddypress-with-wordpress-social-login" target="_blank">BuddyPress Social Login Features</a> <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
47
  * **BuddyPress Integration** Sync profile picture from social application to BuddyPress avatar. Sync user social profile to BuddyPress custom fields.
48
  * BuddyPress Display Options
49
  * Before BuddyPress Registration Form
50
  * Before BuddyPress Account Details
51
  * After BuddyPress Registration Form Login form
52
 
53
+ = <a href="https://plugins.miniorange.com/guide-to-configure-paid-membership-pro-with-wordpress-social-login" target="_blank">Paid Memberships Pro <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
54
+ * **Paid Memberships Pro** Assigned Selected Paid membership level at the time of registration .
55
+ * Paid Memberships Pro Display Options
56
+ * Paid Memberships Pro Checkout Page Before Submit button
57
+ * Paid Memberships Pro Checkout Page After Level Cost
58
+ * Paid Memberships Pro Checkout Page After Usernaame
59
+
60
+
61
+ = BuddyBoss Social Login Features <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
62
  * **BuddyBoss Integration** Sync profile picture from social application to BuddyBoss avatar. Sync user social profile to BuddyBoss custom fields.
63
  * BuddyBoss Display Options
64
  * Before BuddyBoss Registration Form
65
  * After BuddyBoss Registration Form Login form
66
 
67
+ = Ultimate Member - Social Login Features <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
68
+ * Ultimate Member Display Options
69
  * Before Ultimate Member Login Form Fields
70
  * After Ultimate Member Login Form Fields
71
  * Before Ultimate Member Registration Form Fields
72
  * After Ultimate Member Registration Form Fields
73
  * After Ultimate Member Register button
74
 
75
+ = MemberPress - Social Login Features <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
76
  * MemberPress Display Options
77
  * After MemberPress Login Form
78
  * After MemberPress Account Form
79
  * After MemberPress Checkout Form
80
 
81
  = Free Social Sharing & Social Comments Features =
82
+ * Share with social applications - Facebook, Twitter, Google+, Pinterest, Reddit, Vkontakte, Tumblr, StumbleUpon, LinkedIn, Pocket, Digg, Email, Print, Whatsapp
83
+ * **Icon Customizations** - customize shape, theme, space & size of social sharing icons.
84
+ * **Preview is available for Social Sharing icons**
85
+ * Add Social Comments using Facebook.
86
+ * Add Social Comments using Disqus.
87
  * Add social sharing icons on homepage, posts, feeds, content pages, WooCommerce product page etc.
88
+ * Add a horizontal social sharing widget.
89
  * Add a floating vertical social sharing widget.
90
+ * **Support** using email and in-plugin support form.
91
 
92
  = Premium Social Login Features =
93
 
94
  * Social Login with Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo, WordPress, apple, Paypal, disqus, pinterest, spotify, reddit, tumblr, twitch, vimeo, kakao, discord, dribbble, flickr, line, meetup, stackexchange, livejournal, snapchat, foursquare, teamsnap, naver, odnoklassniki.
95
+ * GDPR compliant Social Login.
96
+ * **Woocommerce display options** - Enable social login icons on the Woocommerce Checkout, Woocommerce Login, Woocommerce Registration pages.
97
+ * **BuddyPress display options** - Enable Social login icons on BuddyPress Registration & BuddyPress Account pages.
 
98
  * All social login free version features
99
+ * **Enable your own social login application with APP ID and APP Secret for Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live, WordPress, Yahoo, Disqus & Salesforce **[Premium]**
100
+ * **Woocommerce Integration <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - Auto-fill first name, last name and email in billing details of a user logging in with social login application.
101
+ * **BuddyPress Integration <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - Sync profile picture from social application to BuddyPress avatar. Sync user social profile to BuddyPress custom fields.
102
+ * **Test Configuration <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - Test configuration of your social login app in admin panel before making your app live.
103
+ * **Social Login Opens in a New Window <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - Social Login opens in a new window instead of the same window.
104
+ * **Domain restriction <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - Option to restrict social login for users with a domain specified in the admin dashboard.
105
+ * **<a href="https://plugins.miniorange.com/guide-to-configure-mailchimp-integration-with-wordpress-social-login" target="_blank">MailChimp Integration</a> [Premium]** - A social login 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.
106
+ * **Email Notification to multiple admins <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - Option to send email notification to multiple admins when user registers.
107
+ * **Welcome email to end users <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - Option to send email notification to user when he registers using social login application.
108
+ * **Customizable Email Notification template <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - customize content of email sent to admin when user registers using social login.
109
+ * **Customizable welcome email template <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - customize content of welcome email sent to registering users.
110
+ * **Extended Profile Data <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - 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.
111
+ * **Social Analytics Dashboard Access [Premium]**
112
  * Customizable Logout Text
113
+ * **Custom Integration <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - If you have a specific custom requirement in the Social Login Plugin, we can implement and integrate it in the Social Login 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.
114
 
115
  = How is this plugin better than other plugins available =
116
  * **Support for 10 apps in free plan** - Social Login with Facebook, Google, Twitter, LinkedIn, Instagram, Vkontakte, Windows Live, Amazon, Salesforce, Yahoo all available in the free plan.
136
  Allow users to social 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.
137
 
138
  = Easy Integration =
139
+ 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 <a href="https://plugins.miniorange.com/guide-to-display-social-login-icons-using-shortcode-in-wordpress" target="_blank">[miniorange_social_login] </a>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.
140
 
141
  = Single sign-on =
142
  Single Sign-On using Social Login creates a single authentication system for multiple web properties allowing users to navigate websites with a single account.
226
  12. Social Sharing icons without background.
227
 
228
  ==Changelog==
229
+ = 7.4.5 =
230
+ * Updated Google SVG and resolved conflicts.
231
+ * Added notice for Facebook Data Check.
232
+ * Added Paid Membership Pro display options in premium plugins.
233
+ * Minor UI Changes.
234
+
235
  = 7.4.4 =
236
  * Removed banner.
237
  * Minor UI Changes.
556
  * Minor Changes in Readme
557
 
558
  = 6.0.0 =
559
+ * Added Account Linking feature (Links social account to existing WordPress account)
560
+ * Revised Payment Plans
561
+ * Compatibility with PHP 7.2.1
562
 
563
  = 5.5.2 =
564
+ * Compatibility with International characters.
565
 
566
  = 5.5.1 =
567
+ * Major Security Fix in login flow. Mandatory Update is required.
568
 
569
  = 5.5 =
570
+ * Bug Fix in login flow
571
 
572
  = 5.4.1 =
573
+ * Added Compatibility with miniOrange 2 Factor Authentication Plugin
574
 
575
  = 5.3.1 =
576
+ * Removed mcrypt dependency
577
 
578
  = 5.2.2 =
579
+ * Added WhatsApp share for Desktop site
580
 
581
  = 5.2.1 =
582
+ * Fixed Issue related to Custom User Role with Admin capabilities
583
 
584
  = 5.2 =
585
+ * Minor Change
586
 
587
  = 5.1.10 =
588
+ * Compatibility with 4.9
589
 
590
  = 5.1.9 =
591
+ * Bug Fix in Profile Completion Feature
592
 
593
  = 5.1.8 =
594
+ * Minor Bug Fix (Social login plugin)
595
 
596
  = 5.1.7 =
597
+ * Added Profile Completion Feature (Social login plugin)
598
 
599
  = 5.1.6 =
600
+ * Minor Bug Fix (Social login plugin)
601
 
602
  = 5.1.5 =
603
+ * Another Bug fix in Facebook share
604
 
605
  = 5.1.4 =
606
+ * Bug fix in Facebook share
607
+ * Bug fix in sending OTP
608
+ * Fix for URL indexing
609
 
610
  = 5.1.3 =
611
+ * Improved Social Login for non-English characters
612
+ * Changed Payment Plans
613
+ * Compatibility with 4.8
614
 
615
  = 5.1.2 =
616
+ * Updating Readme
617
 
618
  = 5.1.1 =
619
+ * Security fix for Social Login
620
+ * Minor fix - clean up data during Social Login
621
+ * UI changes (Social login plugin)
622
 
623
  = 5.1 =
624
+ * Added option to change heading color through UI (Social Login & Sharing)
625
+ * Added shortcode options for heading and heading color (Social Login & Sharing)
626
+ * Updated Help & Troubleshooting and Shortcode section
627
 
628
  = 5.0.6 =
629
+ * Compatibility with 4.7
630
+ * UI fixes for theme Twenty Seventeen
631
 
632
  = 5.0.5 =
633
+ * Fix for Social Login URL redirect
634
 
635
  = 5.0.4 =
636
+ * Fix for Whatsapp Share URL issue
637
 
638
  = 5.0.3 =
639
+ * Added additional validation for OTP
640
+ * UI Changes (Social login plugin)
641
 
642
  = 5.0.1 =
643
+ * Update to support WordPress version 4.6
644
+ * Fixed Facebook comments script issue
645
+ * UI changes (Social login plugin)
646
 
647
  = 5.0.0 =
648
+ * Added Share with Email, Print, Whatsapp
649
+ * Added option to modify email subject and body (Social login)
650
+ * Fixed spacing issue in horizontal sharing icons
651
 
652
  = 4.9.9 =
653
+ * Added support for s2Members plugin in Social Login (Support Query)
654
 
655
  = 4.9.8 =
656
+ * Added logout text customization in Social Login
657
+ * Added url attribute to Social Sharing shortcode to share custom URL
658
+ * Fix for check license
659
+ * Enhancement in UI
660
 
661
  = 4.9.7 =
662
+ * Fix for warning when adding Social Sharing shortcode through PHP
663
+ * Fix for fetching title when Social Sharing shortcode is added through PHP
664
 
665
  = 4.9.6 =
666
+ * Added Troubleshooting Questions
667
+ * Minor UI Fixes
668
 
669
  = 4.9.5 =
670
+ * Added support for syncing social login avatar with BuddyPress profile
671
+ * Changes and fixes related to WordPress 4.5
672
+ * Fix to save username without spaces (support query)
673
 
674
  = 4.9.4 =
675
+ * Added language support during Social Login
676
+ * Added questions in Help & Troubleshooting
677
 
678
  = 4.9.3 =
679
+ * Security fix for saving plugin settings
680
 
681
  = 4.9.2 =
682
+ * Added Social Sharing support for bbPress forms, topics, replies
683
+ * Fix for role mapping
684
+ * Fix for json_last_error error in previous PHP versions
685
+ * Enhancement in forgot password
686
 
687
  = 4.9.1 =
688
+ * Fix in setting role for new user registration
689
 
690
  = 4.9 =
691
+ * Added option to set universal role for users registering through Social Login
692
+ * Major fix for login of users already previously registered in WordPress - old PHP versions
693
+ * Minor UI changes
694
 
695
  = 4.8.5 =
696
+ * Added Login in registration page and Register in login page for in-plugin authentication
697
+ * Improved licensing page
698
 
699
  = 4.8.4 =
700
+ * Fix for error in 4.8.3 version for old PHP Versions
701
 
702
  = 4.8.3 =
703
+ * Added option to hide Vertical Floating icons on mobile
704
+ * Added option to customize edge of long button - Social Login
705
+ * Added extra options for licensing
706
+ * Fix - Redirecting from Social Login gives "restricted due to security rule" error
707
 
708
  = 4.8.2 =
709
+ * Fix - Show orignal avatar if Social Login Avatar is not available
710
+ * Fix - Social Comments fix for IE
711
 
712
  = 4.8.1 =
713
+ * Added extra options for licensing
714
+ * Fix - Disabling custom avatar now removes previously set picture from Social Login
715
+ * Fix - Avatar from Social Login was not getting fetched in all cases
716
 
717
  = 4.8 =
718
+ * Added Social Comments
719
+ * Added more position options for Homepage and Static page for Social Sharing
720
+ * Fix - Changed Google+ icons
721
+ * Fix - Background color of Social Login long buttons
722
 
723
  = 4.7.3 =
724
+ * Fix - Added alt for Social Login images
725
+ * Fix - Improved validation for Social Login
726
+ * Fix - Social Sharing Vertical widget sharing URL
727
+ * Added Troubleshooting questions
728
 
729
  = 4.7.2 =
730
+ * Added extra options for licensing
731
 
732
  = 4.7.1 =
733
+ * Session fix on logout
734
+ * Redirect back to previous scroll position in page after Social Login
735
+ * Compatibility with WordPress 4.4
736
 
737
  = 4.7 =
738
+ * Added support for WooCommerce Login Form (Social Login)
739
+ * Fix - Login redirect for posts
740
 
741
  = 4.6 =
742
+ * Bug Fix
743
 
744
  = 4.5 =
745
+ * Get user information such as name, username after Social Login (Social Login)
746
+ * Provision of associating social media profile picture with user profile(Social Login)
747
+ * Security fix - added encryption for incoming user data (Social Login)
748
 
749
  = 4.4.1 =
750
+ * Additional option of validating account using phone number
751
 
752
  = 4.4 =
753
+ * Added Social media appliction Vkontakte on social login
754
+ * Added support for adding Social Share icons on WooCommerce Product Page
755
+ * Fix - logout redirect in Current Page option
756
+ * Fix - Sharing URL in horizontal Social Sharing widget
757
 
758
  = 4.3 =
759
+ * Added Social media applications - Vkontakte, Tumblr, StumbleUpon, Pocket, Digg, Delicious, Odnoklassniki for Social sharing
760
+ * Added title to Social Login and Social Sharing icons, visible on hover
761
+ * Redirect after logout is now optional when user login with Social login plugin
762
+ * Improved Help & Troubleshooting
763
 
764
  = 4.2.2 =
765
+ * Fix - minimum width of Social Login long button reduced
766
 
767
  = 4.2.1 =
768
+ * Minor bug fix
769
 
770
  = 4.2 =
771
+ * Added feature of disabling User Auto registration in Social Login
772
+ * Change in troubleshooting instructions
773
 
774
  = 4.1.1 =
775
+ * Change in Social login->shortcode instructions
776
+ * Change in troubleshooting instructions
777
 
778
  = 4.1 =
779
+ * Added social media application Twitter on Social Login
780
+ * Added shortcode support for Social Login and Social Sharing(horizontal and vertical)
781
+ * Added Redirect URL for logout
782
+ * Added Troubleshooting section in plugin
783
+ * Social Sharing icons can be added before and after content
784
+ * Updated API for Facebook sharing
785
+ * Updated reset password API to send email
786
+ * Bug fixes for Social login and Social Sharing icons
787
+ * Improved theme compatibility with Social Login plugin
788
 
789
  = 4.0.1 =
790
+ * Added support for excerpt in Social Sharing
791
+ * Improved Social Login functionality and optimization
792
+ * Improved theme compatibility
793
 
794
  = 4.0 =
795
+ * Set Redirect URL for Social Login
796
+ * Vertical floating sharing widget and horizontal sharing widget for Social Sharing
797
+ * Preview & Customize buttons and icons - new themes and option to change size for Social Login and Social Sharing
798
+ * Twitter username for Social Sharing
799
 
800
  = 3.0.5 =
801
  * Bug fix for Social Login for older php versions.
829
  * First version of Social Login, Social Sharing plugin.
830
 
831
  == Upgrade Notice ==
832
+ = 7.4.5 =
833
+ * Updated Google SVG and resolved conflicts.
834
+ * Added notice for Facebook Data Check.
835
+ * Added Paid Membership Pro display options in premium plugins.
836
+ * Minor UI Changes.
837
+
838
  = 7.4.4 =
839
  * Removed banner.
840
  * Minor UI Changes.
1159
  * Minor Changes in Readme
1160
 
1161
  = 6.0.0 =
1162
+ * Added Account Linking feature (Links social account to existing WordPress account)
1163
+ * Revised Payment Plans
1164
+ * Compatibility with PHP 7.2.1
1165
 
1166
  = 5.5.2 =
1167
+ * Compatibility with International characters.
1168
 
1169
  = 5.5.1 =
1170
+ * Major Security Fix in login flow. Mandatory Update is required.
1171
 
1172
  = 5.5 =
1173
+ * Bug Fix in login flow
1174
 
1175
  = 5.4.1 =
1176
+ * Added Compatibility with miniOrange 2 Factor Authentication Plugin
1177
 
1178
  = 5.3.1 =
1179
+ * Removed mcrypt dependency
1180
 
1181
  = 5.2.2 =
1182
+ * Added WhatsApp share for Desktop site
1183
 
1184
  = 5.2.1 =
1185
+ * Fixed Issue related to Custom User Role with Admin capabilities
1186
 
1187
  = 5.2 =
1188
+ * Minor Change
1189
 
1190
  = 5.1.10 =
1191
+ * Compatibility with 4.9
1192
 
1193
  = 5.1.9 =
1194
+ * Bug Fix in Profile Completion Feature
1195
 
1196
  = 5.1.8 =
1197
+ * Minor Bug Fix (Social login plugin)
1198
 
1199
  = 5.1.7 =
1200
+ * Added Profile Completion Feature (Social login plugin)
1201
 
1202
  = 5.1.6 =
1203
+ * Minor Bug Fix (Social login plugin)
1204
 
1205
  = 5.1.5 =
1206
+ * Another Bug fix in Facebook share
1207
 
1208
  = 5.1.4 =
1209
+ * Bug fix in Facebook share
1210
+ * Bug fix in sending OTP
1211
+ * Fix for URL indexing
1212
 
1213
  = 5.1.3 =
1214
+ * Improved Social Login for non-English characters
1215
+ * Changed Payment Plans
1216
+ * Compatibility with 4.8
1217
 
1218
  = 5.1.2 =
1219
+ * Updating Readme
1220
 
1221
  = 5.1.1 =
1222
+ * Security fix for Social Login
1223
+ * Minor fix - clean up data during Social Login
1224
+ * UI changes (Social login plugin)
1225
 
1226
  = 5.1 =
1227
+ * Added option to change heading color through UI (Social Login & Sharing)
1228
+ * Added shortcode options for heading and heading color (Social Login & Sharing)
1229
+ * Updated Help & Troubleshooting and Shortcode section
1230
 
1231
  = 5.0.6 =
1232
+ * Compatibility with 4.7
1233
+ * UI fixes for theme Twenty Seventeen
1234
 
1235
  = 5.0.5 =
1236
+ * Fix for Social Login URL redirect
1237
 
1238
  = 5.0.4 =
1239
+ * Fix for Whatsapp Share URL issue
1240
 
1241
  = 5.0.3 =
1242
+ * Added additional validation for OTP
1243
+ * UI Changes (Social login plugin)
1244
 
1245
  = 5.0.1 =
1246
+ * Update to support WordPress version 4.6
1247
+ * Fixed Facebook comments script issue
1248
+ * UI changes (Social login plugin)
1249
 
1250
  = 5.0.0 =
1251
+ * Added Share with Email, Print, Whatsapp
1252
+ * Added option to modify email subject and body (Social login)
1253
+ * Fixed spacing issue in horizontal sharing icons
1254
 
1255
  = 4.9.9 =
1256
+ * Added support for s2Members plugin in Social Login (Support Query)
1257
 
1258
  = 4.9.8 =
1259
+ * Added logout text customization in Social Login
1260
+ * Added url attribute to Social Sharing shortcode to share custom URL
1261
+ * Fix for check license
1262
+ * Enhancement in UI
1263
 
1264
  = 4.9.7 =
1265
+ * Fix for warning when adding Social Sharing shortcode through PHP
1266
+ * Fix for fetching title when Social Sharing shortcode is added through PHP
1267
 
1268
  = 4.9.6 =
1269
+ * Added Troubleshooting Questions
1270
+ * Minor UI Fixes
1271
 
1272
  = 4.9.5 =
1273
+ * Added support for syncing social login avatar with BuddyPress profile
1274
+ * Changes and fixes related to WordPress 4.5
1275
+ * Fix to save username without spaces (support query)
1276
 
1277
  = 4.9.4 =
1278
+ * Added language support during Social Login
1279
+ * Added questions in Help & Troubleshooting
1280
 
1281
  = 4.9.3 =
1282
+ * Security fix for saving plugin settings
1283
 
1284
  = 4.9.2 =
1285
+ * Added Social Sharing support for bbPress forms, topics, replies
1286
+ * Fix for role mapping
1287
+ * Fix for json_last_error error in previous PHP versions
1288
+ * Enhancement in forgot password
1289
 
1290
  = 4.9.1 =
1291
+ * Fix in setting role for new user registration
1292
 
1293
  = 4.9 =
1294
+ * Added option to set universal role for users registering through Social Login
1295
+ * Major fix for login of users already previously registered in WordPress - old PHP versions
1296
+ * Minor UI changes
1297
 
1298
  = 4.8.5 =
1299
+ * Added Login in registration page and Register in login page for in-plugin authentication
1300
+ * Improved licensing page
1301
 
1302
  = 4.8.4 =
1303
+ * Fix for error in 4.8.3 version for old PHP Versions
1304
 
1305
  = 4.8.3 =
1306
+ * Added option to hide Vertical Floating icons on mobile
1307
+ * Added option to customize edge of long button - Social Login
1308
+ * Added extra options for licensing
1309
+ * Fix - Redirecting from Social Login gives "restricted due to security rule" error
1310
 
1311
  = 4.8.2 =
1312
+ * Fix - Show orignal avatar if Social Login Avatar is not available
1313
+ * Fix - Social Comments fix for IE
1314
 
1315
  = 4.8.1 =
1316
+ * Added extra options for licensing
1317
+ * Fix - Disabling custom avatar now removes previously set picture from Social Login
1318
+ * Fix - Avatar from Social Login was not getting fetched in all cases
1319
 
1320
  = 4.8 =
1321
+ * Added Social Comments
1322
+ * Added more position options for Homepage and Static page for Social Sharing
1323
+ * Fix - Changed Google+ icons
1324
+ * Fix - Background color of Social Login long buttons
1325
 
1326
  = 4.7.3 =
1327
+ * Fix - Added alt for Social Login images
1328
+ * Fix - Improved validation for Social Login
1329
+ * Fix - Social Sharing Vertical widget sharing URL
1330
+ * Added Troubleshooting questions
1331
 
1332
  = 4.7.2 =
1333
+ * Added extra options for licensing
1334
 
1335
  = 4.7.1 =
1336
+ * Session fix on logout
1337
+ * Redirect back to previous scroll position in page after Social Login
1338
+ * Compatibility with WordPress 4.4
1339
 
1340
  = 4.7 =
1341
+ * Added support for WooCommerce Login Form (Social Login)
1342
+ * Fix - Login redirect for posts
1343
 
1344
  = 4.6 =
1345
+ * Bug Fix
1346
 
1347
  = 4.5 =
1348
+ * Get user information such as name, username after Social Login (Social Login)
1349
+ * Provision of associating social media profile picture with user profile(Social Login)
1350
+ * Security fix - added encryption for incoming user data (Social Login)
1351
 
1352
  = 4.4.1 =
1353
+ * Additional option of validating account using phone number
1354
 
1355
  = 4.4 =
1356
+ * Added Social media appliction Vkontakte on social login
1357
+ * Added support for adding Social Share icons on WooCommerce Product Page
1358
+ * Fix - logout redirect in Current Page option
1359
+ * Fix - Sharing URL in horizontal Social Sharing widget
1360
 
1361
  = 4.3 =
1362
+ * Added Social media applications - Vkontakte, Tumblr, StumbleUpon, Pocket, Digg, Delicious, Odnoklassniki for Social sharing
1363
+ * Added title to Social Login and Social Sharing icons, visible on hover
1364
+ * Redirect after logout is now optional when user login with Social login plugin
1365
+ * Improved Help & Troubleshooting
1366
 
1367
  = 4.2.2 =
1368
+ * Fix - minimum width of Social Login long button reduced
1369
 
1370
  = 4.2.1 =
1371
+ * Minor bug fix
1372
 
1373
  = 4.2 =
1374
+ * Added feature of disabling User Auto registration in Social Login
1375
+ * Change in troubleshooting instructions
1376
 
1377
  = 4.1.1 =
1378
+ * Change in Social login->shortcode instructions
1379
+ * Change in troubleshooting instructions
1380
 
1381
  = 4.1 =
1382
+ * Added social media application Twitter on Social Login
1383
+ * Added shortcode support for Social Login and Social Sharing(horizontal and vertical)
1384
+ * Added Redirect URL for logout
1385
+ * Added Troubleshooting section in plugin
1386
+ * Social Sharing icons can be added before and after content
1387
+ * Updated API for Facebook sharing
1388
+ * Updated reset password API to send email
1389
+ * Bug fixes for Social login and Social Sharing icons
1390
+ * Improved theme compatibility with Social Login plugin
1391
 
1392
  = 4.0.1 =
1393
+ * Added support for excerpt in Social Sharing
1394
+ * Improved Social Login functionality and optimization
1395
+ * Improved theme compatibility
1396
 
1397
  = 4.0 =
1398
+ * Set Redirect URL for Social Login
1399
+ * Vertical floating sharing widget and horizontal sharing widget for Social Sharing
1400
+ * Preview & Customize buttons and icons - new themes and option to change size for Social Login and Social Sharing
1401
+ * Twitter username for Social Sharing
1402
 
1403
  = 3.0.5 =
1404
  * Bug fix for Social Login for older php versions.
1429
  * Social login with social media application Google OpenID Connect added to the plugin.
1430
 
1431
  = 1.0 =
1432
+ * First version of Social Login, Social Sharing plugin.
view/customise_social_icons/mo_openid_cust_icons.php CHANGED
@@ -165,7 +165,7 @@ function mo_openid_customise_social_icons(){
165
  $count_app++;
166
  ?>
167
  <img class="mo_login_icon_preview" id="mo_login_icon_preview_google" src="<?php echo plugin_url.'/google.png'?>" />
168
- <a style="background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;" id="mo_login_button_preview_google" class="btn btn-block btn-defaulttheme btn-social btn-google btn-custom-size"> <i class="mofa"style="border-right:none;padding-top:3% !important"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 70 70" style="padding-left: 8%;padding-top: 20%;" ><defs><path id="a" d="M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" fill="#FBBC05" d="M0 37V11l17 13z"/><path clip-path="url(#b)" fill="#EA4335" d="M0 11l17 13 7-6.1L48 14V0H0z"/><path clip-path="url(#b)" fill="#34A853" d="M0 37l30-23 7.9 1L48 0v48H0z"/><path clip-path="url(#b)" fill="#4285F4" d="M48 48L17 24l-4-3 35-10z"/></svg></i><?php
169
  ?> <span style="color:#ffffff;"><?php echo esc_html(get_option('mo_openid_login_button_customize_text'));?> Google</span></a>
170
  <i class="mo_custom_login_icon_preview mofa mofa-google" id="mo_custom_login_icon_preview_google" style="color:#ffffff;text-align:center;margin-top:5px;"></i>
171
  <a id="mo_custom_login_button_preview_google" class="btn btn-block btn-customtheme btn-social btn-custom-size"> <i class="mofa mofa-google"></i><?php
165
  $count_app++;
166
  ?>
167
  <img class="mo_login_icon_preview" id="mo_login_icon_preview_google" src="<?php echo plugin_url.'/google.png'?>" />
168
+ <a style="background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;" id="mo_login_button_preview_google" class="btn btn-block btn-defaulttheme btn-social btn-google btn-custom-size"> <i class="mofa" style="border-right:none;padding-top:3% !important"><svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#4285F4" fill-rule="nonzero" d="M20.64 12.2045c0-.6381-.0573-1.2518-.1636-1.8409H12v3.4814h4.8436c-.2086 1.125-.8427 2.0782-1.7959 2.7164v2.2581h2.9087c1.7018-1.5668 2.6836-3.874 2.6836-6.615z"></path><path fill="#34A853" fill-rule="nonzero" d="M12 21c2.43 0 4.4673-.806 5.9564-2.1805l-2.9087-2.2581c-.8059.54-1.8368.859-3.0477.859-2.344 0-4.3282-1.5831-5.036-3.7104H3.9574v2.3318C5.4382 18.9832 8.4818 21 12 21z"></path><path fill="#FBBC05" fill-rule="nonzero" d="M6.964 13.71c-.18-.54-.2822-1.1168-.2822-1.71s.1023-1.17.2823-1.71V7.9582H3.9573A8.9965 8.9965 0 0 0 3 12c0 1.4523.3477 2.8268.9573 4.0418L6.964 13.71z"></path><path fill="#EA4335" fill-rule="nonzero" d="M12 6.5795c1.3214 0 2.5077.4541 3.4405 1.346l2.5813-2.5814C16.4632 3.8918 14.426 3 12 3 8.4818 3 5.4382 5.0168 3.9573 7.9582L6.964 10.29C7.6718 8.1627 9.6559 6.5795 12 6.5795z"></path><path d="M3 3h18v18H3z"></path></g></svg></i><?php
169
  ?> <span style="color:#ffffff;"><?php echo esc_html(get_option('mo_openid_login_button_customize_text'));?> Google</span></a>
170
  <i class="mo_custom_login_icon_preview mofa mofa-google" id="mo_custom_login_icon_preview_google" style="color:#ffffff;text-align:center;margin-top:5px;"></i>
171
  <a id="mo_custom_login_button_preview_google" class="btn btn-block btn-customtheme btn-social btn-custom-size"> <i class="mofa mofa-google"></i><?php
view/disp_options/mo_openid_dispopt.php CHANGED
@@ -119,6 +119,24 @@ function mo_openid_disp_opt()
119
  <input type="checkbox" /><br><br>
120
  <span class="mo_openid_checkbox_checkmark_disable"></span>
121
  </label>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  </div>
123
  <div style="height:available;display: inline; width:100%; background:white; float:right; border: 1px transparent; padding-bottom: 10px;" >
124
  <label class="mo_openid_checkbox_container"><?php echo mo_sl('Display miniOrange logo with social login icons on selected form');?>
119
  <input type="checkbox" /><br><br>
120
  <span class="mo_openid_checkbox_checkmark_disable"></span>
121
  </label>
122
+ <br/>
123
+ <b style="font-size: 17px;"><?php echo mo_sl('Paid Memberships Pro display options');?> <a style="left: 1%; position: relative; text-decoration: none" class="mo-openid-premium" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('PRO');?></a></b><br><br>
124
+
125
+ <label class="mo_openid_checkbox_container_disable"><?php echo mo_sl('Before Paid Memberships Pro Checkout Page Submit Button');?>
126
+ <input type="checkbox" /><br>
127
+ <span class="mo_openid_checkbox_checkmark_disable"></span>
128
+ </label>
129
+
130
+ <label class="mo_openid_checkbox_container_disable"><?php echo mo_sl('After Paid Memberships Pro Checkout Page Level Cost');?>
131
+ <input type="checkbox" /><br>
132
+ <span class="mo_openid_checkbox_checkmark_disable"></span>
133
+ </label>
134
+
135
+ <label class="mo_openid_checkbox_container_disable"><?php echo mo_sl('After Paid Memberships Pro Checkout Page Username');?>
136
+ <input type="checkbox" /><br><br>
137
+ <span class="mo_openid_checkbox_checkmark_disable"></span>
138
+ </label>
139
+
140
  </div>
141
  <div style="height:available;display: inline; width:100%; background:white; float:right; border: 1px transparent; padding-bottom: 10px;" >
142
  <label class="mo_openid_checkbox_container"><?php echo mo_sl('Display miniOrange logo with social login icons on selected form');?>
view/faq/mo_openid_faq.php DELETED
@@ -1,267 +0,0 @@
1
- <?php
2
-
3
- function mo_openid_faq(){ ?>
4
- <div class="mo_openid_table_layout">
5
- <table width="100%" style="padding-left: 20px">
6
- <tbody>
7
- <tr>
8
- <td>
9
- <p><?php echo mo_sl('If you are unable to open any section, press CTRL + F5 to clear cache');?>.<p>
10
- <h3><a id="openid_question_login" class="mo_openid_title_panel" onclick="show_faq_options4(this.id)"><span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl('Social login');?> </a></h3>
11
- <div class="mo_openid_help_desc" hidden="" id="openid_question_login_desc">
12
- <h4><a id="openid_question2" ><?php echo mo_sl('How to add login icons to frontend login page?');?></a></h4>
13
- <div id="openid_question2_desc">
14
- <?php echo mo_sl("You can add social login icons to frontend login page using our shortcode [miniorange_social_login]. Refer to 'Shortcode' tab to add customizations to Shortcode.");?>
15
- </div>
16
- <hr>
17
- <h4><a id="openid_question4" ><?php echo mo_sl('How can I put social login icons on a page without using widgets?');?></a></h4>
18
- <div id="openid_question4_desc">
19
- <?php echo mo_sl("You can add social login icons to any page or custom login page using 'social login shortcode' [miniorange_social_login]. Refer to 'Shortcode' tab to add customizations to Shortcode.");?>
20
- </div>
21
- <hr>
22
- <h4><a id="openid_question12" ><?php echo mo_sl('Social Login icons are not added to login/registration form.');?></a></h4>
23
- <div id="openid_question12_desc">
24
- <?php echo mo_sl("Your login/registration form may not be wordpress's default login/registration form. In this case you can add social login icons to custom login/registration form using 'social login shortcode' [miniorange_social_login]. Refer to 'Shortcode' tab to add customizations to Shortcode.");?>
25
- </div>
26
- <hr>
27
- <h4><a id="openid_question3" ><?php echo mo_sl('How can I redirect to my blog page after login?');?></a></h4>
28
- <div id="openid_question3_desc">
29
- <?php echo mo_sl('You can select one of the options from');?> <b><?php echo mo_sl('Redirect URL after login');?></b> <?php echo mo_sl('of');?> <b><?php echo mo_sl('Display Option');?></b><?php echo mo_sl(' section under');?> <b><?php echo mo_sl('Social Login');?></b><?php echo mo_sl( 'tab.');?> <br>
30
- 1. <?php echo mo_sl('Same page where user logged in');?> <br>
31
- 2. <?php echo mo_sl('Homepage');?> <br>
32
- 3. <?php echo mo_sl('Account Dsahboard');?> <br>
33
- 4. <?php echo mo_Sl('Custom URL - Example:');?> https://www.example.com <br>
34
- </div>
35
- <hr>
36
- <h4><a id="openid_question11" ><?php echo mo_sl('After logout I am redirected to blank page');?></a></h4>
37
- <div id="openid_question11_desc">
38
- <?php echo mo_sl('Your theme and Social Login plugin may conflict during logout. To resolve it you need to uncheck');?> <b><?php echo mo_sl('Enable Logout Redirection');?></b><?php mo_sl( 'checkbox under');?> <b><?php echo mo_sl('Display Option');?></b> <?php echo mo_sl('of');?> <b><?php echo mo_sl('Social Login');?></b> <?php echo mo_sl('tab');?>.
39
- </div>
40
- <hr>
41
- <h4><a id="openid_question5" ><?php echo mo_sl('My users get the following message -"Registration has been disabled for this site. Please contact your administrator." What should I do?');?></a></h4>
42
- <div id="openid_question5_desc">
43
- <?php echo mo_sl('This means you must have unchecked the check-box of auto-register in the Social Login tab. Please check it. This will allow new users to be able to register to your site.');?>
44
- </div>
45
- <hr>
46
- <h4><a id="openid_question7" ><?php echo mo_sl('Why do my users get a message that it is not secure to proceed?');?></a></h4>
47
- <div id="openid_question7_desc"><?php echo mo_sl("Your website must be starting with http://. Now generally that's not an issue but our service uses https://( s stands for secure). You get a warning from the browser that the information is being passed insecurely. This happens after you log in to social media application and are coming back to your website. The warning is triggered from the browser since the data passes from https:// to http://, i.e. from a secure site to non-secure site.<br><br>We make sure that the information(email, name, username) getting passed from social media application to your website is encrypted with a key which is unique to you. So, even if the there is a warning of sending information without security, that information is encrypted.");?> <br><br>
48
- <strong><?php echo mo_sl('To remove this warning, you can add an SSL certificate to your website to change it to https OR use your own');?> <a href="admin.php?page=mo_openid_general_settings&tab=custom_app"></strong><?php echo mo_sl('Custom App');?></a>
49
- </div>
50
- <hr>
51
- <h4><a id="openid_question1" ><?php echo mo_sl('My users get the following message -"There was an error in registration. Please contact your administrator." What should I do?');?></a></h4>
52
- <div id="openid_question1_desc">
53
- <?php echo mo_sl('This message is thrown by WordPress when there is an error in user-registration');?>. <br><br>
54
- 1. <?php echo mo_sl('To see the actual error thrown by WordPress, go to \wordpress\wp-content\plugins\miniorange-login-openid\class-mo-openid-login-widget.php file');?><br>
55
- 2. <?php echo mo_sl('Search for the line');?> :<br/><code> //print_r($user_id); </code> <br>
56
- 3. <?php echo mo_sl('Change it to');?><br/> <code>print_r($user_id); </code><br>
57
- 4. <?php echo mo_sl('Save the file and try logging again. Please send us the error you see while logging in through the support forum to your right.');?>
58
- </div>
59
- <h4><a id="openid_question6" ><?php echo mo_sl('How do I centre the social login icons?');?></a></h4>
60
- <div id="openid_question6_desc">
61
- 1.<?php echo mo_sl('If you are making changes to a PHP file');?>.<br/><br/>
62
- <?php echo mo_sl('Go to the PHP file which invokes your page/post and insert the following html snippet. Also, increase the margin-left value as per your requirement. Save the file.');?> <br>
63
- <code>&ltdiv style="margin-left:100px;"&gt <br>&lt?php echo apply_shortcodes('[miniorange_social_login]')?&gt <br>
64
- &lt/div&gt </code><br/><br/>
65
- 2.<?php echo mo_sl('If you are making changes to an HTML file.');?><br/><br/>
66
- <?php echo mo_sl('Go to the HTML file which invokes your page/post and insert the following html snippet. Also, increase the margin-left value as per your requirement. Save the file.');?> <br>
67
- <code>&ltdiv style="margin-left:100px;"&gt <br>[miniorange_social_login]')<br>
68
- &lt/div&gt </code>
69
- </div>
70
- </div>
71
- <hr>
72
- </td>
73
- </tr>
74
- <tr>
75
- <td>
76
- <h3><a id="openid_question_plugin" class="mo_openid_title_panel" onclick="show_faq_options(this.id)"><span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl('Site Issue');?></a></h3>
77
- <div class="mo_openid_help_desc" hidden="" id="openid_question_plugin_desc">
78
- <h4><a id="openid_question14"><?php echo mo_sl('I installed the plugin and my website stopped working. How can I recover my site?');?></a></h4>
79
- <div id="openid_question14_desc">
80
- <?php echo mo_sl( 'There must have been a server error on your website. To get your website back online:');?><br/>
81
- <ol>
82
- <li><?php echo mo_sl('Open FTP access and look for plugins folder under wp-content.');?></li>
83
- <li><?php echo mo_sl('Change the extension folder name miniorange-login-openid to miniorange-login-openid_1');?></li>
84
- <li><?php echo mo_sl('Check your website. It must have started working');?>.</li>
85
- <li><?php echo mo_sl('Change the folder name back to miniorange-login-openid.');?></li>
86
- </ol>
87
- </div>
88
- <?php echo mo_sl( 'For any further queries, please submit a query on right hand side in our');?> <b><?php echo mo_sl('Support Section');?></b>.
89
- </div>
90
- <hr>
91
- </td>
92
- </tr>
93
- <tr>
94
- <td>
95
- <h3><a id="openid_question_email" class="mo_openid_title_panel" onclick="show_faq_options1(this.id)"><span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl('Change email');?> </a></h3>
96
- <div class="mo_openid_help_desc" hidden="" id="openid_question_email_desc">
97
- <h4><a id="openid_question20"><?php echo mo_sl('I want to change the email address with which I access my account. How can I do that?');?></a></h4>
98
- <div id="openid_question20_desc">
99
- <?php echo mo_sl('You will have to register in miniOrange again with your new email id.');?>
100
- <?php echo mo_sl('Please deactivate and activate the plugin by going to');?> <strong><?php echo mo_sl('Plugins -> Installed Plugins');?></strong> <?php echo mo_sl('and then go to the Social Login Plugin to register again. This will enable you to access miniOrange dashboard with new email address.');?></div><br/>
101
- <?php echo mo_sl('For any further queries, please submit a query on right hand side in our');?> <b><?php echo mo_sl('Support Section');?></b>.
102
- </div>
103
- <hr>
104
- </td>
105
- </tr>
106
- <tr>
107
- <td>
108
- <h3><a id="openid_question_curl" class="mo_openid_title_panel" onclick="show_faq_options2(this.id)"><span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl( 'cURL');?> </a></h3>
109
- <div class="mo_openid_help_desc" hidden="" id="openid_question_curl_desc">
110
- <h4><a id="openid_question1" ><?php echo mo_sl('How to enable PHP cURL extension? (Pre-requisite)');?></a></h4>
111
- <div id="openid_question1_desc">
112
- <?php echo mo_sl('cURL is enabled by default but in case you have disabled it, follow the steps to enable it');?>
113
- <ol>
114
- <li><?php echo mo_sl("Open php.ini(it's usually in /etc/ or in php folder on the server).")?></li>
115
- <li><?php echo mo_sl('Search for extension=php_curl.dll. Uncomment it by removing the semi-colon( ; ) in front of it.');?></li>
116
- <li><?php echo mo_sl('Restart the Apache Server.');?></li>
117
- </ol>
118
- <?php echo mo_sl('For any further queries, please submit a query on right hand side in our');?> <b><?php echo mo_sl('Support Section');?></b>.
119
- </div>
120
- <hr>
121
- <h4><a id="openid_question9" ><?php echo mo_sl('I am getting error - curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set');?></a></h4>
122
- <div id="openid_question9_desc">
123
- <?php echo mo_sl("Just setsafe_mode = Off in your php.ini file (it's usually in /etc/ on the server). If that's already off, then look around for the open_basedir in the php.ini file, and change it to open_basedir = .");?>
124
- </div>
125
- </div>
126
- <hr>
127
- </td>
128
- </tr>
129
- <tr>
130
- <td>
131
- <h3><a id="openid_question_otp" class="mo_openid_title_panel" onclick="show_faq_options3(this.id)"> <span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl('Forgot Password');?> </a></h3>
132
- <div class="mo_openid_help_desc" hidden="" id="openid_question_otp_desc">
133
- <h4><a id="openid_question5" ><?php echo mo_sl('I forgot the password of my miniOrange account. How can I reset it?');?></a></h4>
134
- <div id="openid_question5_desc">
135
- <?php echo mo_sl('There are two cases according to the page you see');?> -<br><br/>
136
- 1. <b><?php echo mo_sl('Login with miniOrange');?></b> <?php echo mo_sl('screen: You should click on');?> <b><?php echo mo_sl('forgot password');?></b> <?php echo mo_sl('link. You will get your new password on your email address which you have registered with miniOrange . Now you can login with the new password');?>.<br><br/>
137
- 2. <b><?php echo mo_sl('Register with miniOrange');?></b> <?php echo mo_sl('screen: Enter your email ID and any random password in ');?><b><?php echo mo_sl('password');?></b><?php echo mo_sl( 'and');?> <b><?php echo mo_sl('confirm password');?></b> <?php echo mo_sl('input box. This will redirect you to');?> <b><?php echo mo_sl('Login with miniOrange');?></b> <?php echo mo_sl('screen. Now follow first step');?>.
138
- </div>
139
- </div>
140
- <hr>
141
- </td>
142
- </tr>
143
- <tr>
144
- <td>
145
- <h3><a id="openid_question_sharing" class="mo_openid_title_panel" onclick="show_faq_options5(this.id)"><span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl('Social Sharing');?></a></h3>
146
- <div class="mo_openid_help_desc" hidden="" id="openid_question_sharing_desc">
147
- <h4><a id="openid_question6" ><?php echo mo_sl('Is it possible to show sharing icons below the post content?');?></a></h4>
148
- <div id="openid_question6_desc">
149
- <?php echo mo_sl('You can put social sharing icons before the content, after the content or both before and after the content.');?><?php echo mo_sl( 'Go to');?> <b><?php echo mo_sl('Sharing tab');?></b> , <?php echo mo_sl('check');?> <b><?php echo mo_sl('Blog post');?></b> <?php echo mo_sl('checkbox and select one of three(before, after, both) options available. Save settings');?>.
150
- </div>
151
- <hr>
152
- <h4><a id="openid_question10" ><?php echo mo_sl('Why is sharing with some applications not working?');?></a></h4>
153
- <div id="openid_question10_desc">
154
- <?php echo mo_sl('This issue arises if your website is not publicly hosted. Facebook, for example looks for the URL to generate its preview for sharing. That does not work on localhost or any privately hosted URL.');?>
155
- </div>
156
- <hr>
157
- <h4><a id="openid_question13" ><?php echo mo_sl('Facebook sharing is showing the wrong image. How do I change the image?');?></a></h4>
158
- <div id="openid_question13_desc">
159
- <?php echo mo_sl('The image is selected by Facebook and it is a part of Facebook sharing feature. We provide Facebook with webpage URL. It generates the entire preview of webpage using that URL.');?><br/><br/>
160
- <?php echo mo_sl('To set an image for the page, set it as a meta tag in');?> <head> <?php echo mo_sl('of your webpage.');?><br/>
161
- <b>< meta property="og:image" content="http://example.com/image.jpg" ></b><br/><br/>
162
- <?php echo mo_sl( "You can further debug the issue with Facebook's tool");?> - <a href="https://developers.facebook.com/tools/debug/og/object">https://developers.facebook.com/tools/debug/og/object</a>
163
- <br/><br/>
164
- <?php echo mo_sl('If the problem still persists, please contact us using the Support form on the right.');?>
165
- </div>
166
- <hr>
167
- <h4><a id="openid_question21" ><?php echo mo_sl('There is no option of Instagram in Social Sharing. Why?');?></a></h4>
168
- <div id="openid_question21_desc">
169
- <?php echo mo_sl('Instagram has made a conscious effort to not allow sharing from external sources to fight spam and low quality photos.');?>
170
- <?php echo mo_sl("At this point of time, uploading via Instagram's API from external sources is not possible");?>.<br><br>
171
- <a href='https://help.instagram.com/158826297591430' target='_blank'>https://help.instagram.com/158826297591430</a>
172
- </div>
173
- <hr>
174
- <h4><a id="openid_question18" ><?php echo mo_sl('Email share is not working. Why?');?></a></h4>
175
- <div id="openid_question18_desc">
176
- <?php echo mo_sl('Email share in the plugin is enabled through');?> <b><?php echo mo_sl('mailto');?></b>. <?php echo mo_sl('mailto is generally configured through desktop or browser so if it is not working, mailto is not setup or improperly configured');?>.<br><br>
177
- <?php echo mo_sl("To set it up properly, search for mailto settings followed by your Operating System's name where you have your browser installed.");?>
178
- </div>
179
- <hr>
180
- <h4><a id="openid_question19" ><?php echo mo_sl('I cannot see some icons in preview or on blog even though I have selected them in the plugin settings.');?></a></h4>
181
- <div id="openid_question19_desc">
182
- <?php echo mo_sl('Please check if you have an Adblock extension installed on your browser where you are checking the plugin. If you do, the Adblock extension will have a setting to block Social buttons. Uncheck this option.');?>
183
- <br/><br/>
184
- <?php echo mo_sl("If you don't have Adblock installed and still face this issue, please contact us using the Support form on the right or mail us at info@xecurify.com.");?>
185
- </div>
186
- </div>
187
- <hr>
188
- </td>
189
- </tr>
190
- </tbody>
191
- </table>
192
- </div>
193
-
194
- <script>
195
- //to set heading name
196
- jQuery('#mo_openid_page_heading').text('<?php echo mo_sl("Frequently Asked Questions");?>');
197
-
198
- function show_faq_options(click_id){
199
- var span = jQuery('#' + click_id).find('span').attr('class');
200
- if (span.includes('dashicons-arrow-right')){
201
- jQuery('#openid_question_plugin').find('span').removeClass( "dashicons-arrow-right" );
202
- jQuery('#openid_question_plugin').find('span').addClass( "dashicons-arrow-down" );
203
- }
204
- else if(span.includes('dashicons-arrow-down')) {
205
- jQuery('#openid_question_plugin').find('span').removeClass( "dashicons-arrow-down" );
206
- jQuery('#openid_question_plugin').find('span').addClass( "dashicons-arrow-right" );
207
- }
208
- }
209
- function show_faq_options1(click_id){
210
- var span = jQuery('#' + click_id).find('span').attr('class');
211
- if (span.includes('dashicons-arrow-right')){
212
- jQuery('#openid_question_email').find('span').removeClass( "dashicons-arrow-right" );
213
- jQuery('#openid_question_email').find('span').addClass( "dashicons-arrow-down" );
214
- }
215
- else if(span.includes('dashicons-arrow-down')) {
216
- jQuery('#openid_question_email').find('span').removeClass( "dashicons-arrow-down" );
217
- jQuery('#openid_question_email').find('span').addClass( "dashicons-arrow-right" );
218
- }
219
- }
220
- function show_faq_options2(click_id){
221
- var span = jQuery('#' + click_id).find('span').attr('class');
222
- if (span.includes('dashicons-arrow-right')){
223
- jQuery('#openid_question_curl').find('span').removeClass( "dashicons-arrow-right" );
224
- jQuery('#openid_question_curl').find('span').addClass( "dashicons-arrow-down" );
225
- }
226
- else if(span.includes('dashicons-arrow-down')) {
227
- jQuery('#openid_question_curl').find('span').removeClass( "dashicons-arrow-down" );
228
- jQuery('#openid_question_curl').find('span').addClass( "dashicons-arrow-right" );
229
- }
230
- }
231
- function show_faq_options3(click_id){
232
- var span = jQuery('#' + click_id).find('span').attr('class');
233
- if (span.includes('dashicons-arrow-right')){
234
- jQuery('#openid_question_otp').find('span').removeClass( "dashicons-arrow-right" );
235
- jQuery('#openid_question_otp').find('span').addClass( "dashicons-arrow-down" );
236
- }
237
- else if(span.includes('dashicons-arrow-down')) {
238
- jQuery('#openid_question_otp').find('span').removeClass( "dashicons-arrow-down" );
239
- jQuery('#openid_question_otp').find('span').addClass( "dashicons-arrow-right" );
240
- }
241
- }
242
- function show_faq_options4(click_id){
243
- var span = jQuery('#' + click_id).find('span').attr('class');
244
- if (span.includes('dashicons-arrow-right')){
245
- jQuery('#openid_question_login').find('span').removeClass( "dashicons-arrow-right" );
246
- jQuery('#openid_question_login').find('span').addClass( "dashicons-arrow-down" );
247
- }
248
- else if(span.includes('dashicons-arrow-down')) {
249
- jQuery('#openid_question_login').find('span').removeClass( "dashicons-arrow-down" );
250
- jQuery('#openid_question_login').find('span').addClass( "dashicons-arrow-right" );
251
- }
252
- }
253
- function show_faq_options5(click_id){
254
- var span = jQuery('#' + click_id).find('span').attr('class');
255
- if (span.includes('dashicons-arrow-right')){
256
- jQuery('#openid_question_sharing').find('span').removeClass( "dashicons-arrow-right" );
257
- jQuery('#openid_question_sharing').find('span').addClass( "dashicons-arrow-down" );
258
- }
259
- else if(span.includes('dashicons-arrow-down')) {
260
- jQuery('#openid_question_sharing').find('span').removeClass( "dashicons-arrow-down" );
261
- jQuery('#openid_question_sharing').find('span').addClass( "dashicons-arrow-right" );
262
- }
263
- }
264
- </script>
265
- <div style="min-height:50px;"></div>
266
- <?php
267
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
view/licensing_plans/mo_openid_lic_plans.php CHANGED
@@ -4,12 +4,11 @@ function mo_openid_licensing_plans()
4
  {
5
  ?>
6
  <td style="vertical-align:top;width:100%;">
7
- <br/>
8
- <div style="margin-left: 10%;font-family: cursive;font-size: xx-large;">
9
- <span style="color: red">Christmas Sale..!!</span> Offer valid till 31<sup>st</sup> December 2020
10
- </div>
11
  <br/>
12
  <div style="float: left">
 
 
 
13
  <div class="mo_openid_table_layout" id="mo_openid_single" style="min-height: min-content; margin-top: 1%;width: 31%; float: left; display: inline-block">
14
  <div>
15
  <table style="width: 100%" class="mo_table-bordered-license">
@@ -411,7 +410,7 @@ function mo_openid_licensing_plans()
411
  <td><b>All Free features +</b></td>
412
  </tr>
413
  <tr>
414
- <td>You will get any one application of your choice integrated with the plugin with $10 each.</td>
415
  </tr>
416
  </tbody>
417
  </table>
@@ -524,10 +523,6 @@ function mo_openid_licensing_plan_sharing()
524
  {
525
  ?>
526
  <td style="vertical-align:top;width:100%;">
527
- <br/>
528
- <div style="margin-left: 10%;font-family: cursive;font-size: xx-large;">
529
- <span style="color: red">Christmas Sale..!!</span> Offer valid till 31<sup>st</sup> December 2020
530
- </div>
531
  <p style="margin-left: 25%; font-size: x-large">
532
  <a id="social_login_pricing" href="<?php echo site_url().'/wp-admin/admin.php?page=mo_openid_general_settings&tab=licensing_plans' ?>"><?php echo mo_sl('Click here to go to Social Login Licensing plans');?></a>
533
  </p>
@@ -890,8 +885,8 @@ function mo_openid_licensing_plans_addon()
890
  <h1>Custom Registration Form</h1>
891
  <h1>Add-On</h1>
892
  <h1>
893
- <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;"><strike>25</strike>
894
- <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">29</h1>
895
  <h3>Features/ Plan</h3></th>
896
  </tr>
897
  <tr>
4
  {
5
  ?>
6
  <td style="vertical-align:top;width:100%;">
 
 
 
 
7
  <br/>
8
  <div style="float: left">
9
+ <div>
10
+ <label style="cursor: auto; margin-left: 3%; margin-right: 3%" class="mo_openid_note_style"><b>Note:</b> All the plans are <b>one-time payment</b> and regular updates, up to the one year are included in the plugin price.</label>
11
+ </div>
12
  <div class="mo_openid_table_layout" id="mo_openid_single" style="min-height: min-content; margin-top: 1%;width: 31%; float: left; display: inline-block">
13
  <div>
14
  <table style="width: 100%" class="mo_table-bordered-license">
410
  <td><b>All Free features +</b></td>
411
  </tr>
412
  <tr>
413
+ <td>You will get any one application (Excluding Apple, Discord, & twitch) of your choice integrated with the plugin with $15 each.</td>
414
  </tr>
415
  </tbody>
416
  </table>
523
  {
524
  ?>
525
  <td style="vertical-align:top;width:100%;">
 
 
 
 
526
  <p style="margin-left: 25%; font-size: x-large">
527
  <a id="social_login_pricing" href="<?php echo site_url().'/wp-admin/admin.php?page=mo_openid_general_settings&tab=licensing_plans' ?>"><?php echo mo_sl('Click here to go to Social Login Licensing plans');?></a>
528
  </p>
885
  <h1>Custom Registration Form</h1>
886
  <h1>Add-On</h1>
887
  <h1>
888
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;"><strike>29</strike>
889
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">25</h1>
890
  <h3>Features/ Plan</h3></th>
891
  </tr>
892
  <tr>
view/mo_new/mo_openid_whats_new.php DELETED
@@ -1,105 +0,0 @@
1
- <?php
2
-
3
- function mo_openid_miniorange_new(){
4
- ?>
5
- <div style="width: 100%">
6
- <div style="width: 50%; float: left">
7
- <div style="margin-left:10px;margin-top:20px; height: auto" class="mo_openid_support_layout">
8
- <div>
9
- <p><?php echo mo_sl('Do you want to make your <b>website more secure');?></b> <?php echo mo_sl('by Brute Force attack, Spam Protection etc? Try out our Plugin.');?></p>
10
- <script type='text/javascript'>
11
- <!--//--><![CDATA[//><!--
12
- !function(a,b) {"use strict";function c() {if(!e) {e=!0;var a,c,d,f,g=-1!==navigator.appVersion.indexOf("MSIE 10"),h=!!navigator.userAgent.match(/Trident.*rv:11\./),i=b.querySelectorAll("iframe.wp-embedded-content");for(c=0;c<i.length;c++){if(d=i[c],!d.getAttribute("data-secret"))f=Math.random().toString(36).substr(2,10),d.src+="#?secret="+f,d.setAttribute("data-secret",f);if(g||h)a=d.cloneNode(!0),a.removeAttribute("security"),d.parentNode.replaceChild(a,d)}}}var d=!1,e=!1;if(b.querySelector)if(a.addEventListener)d=!0;if(a.wp=a.wp||{},!a.wp.receiveEmbedMessage)if(a.wp.receiveEmbedMessage=function(c){var d=c.data;if(d)if(d.secret||d.message||d.value)if(!/[^a-zA-Z0-9]/.test(d.secret)){var e,f,g,h,i,j=b.querySelectorAll('iframe[data-secret="'+d.secret+'"]'),k=b.querySelectorAll('blockquote[data-secret="'+d.secret+'"]');for(e=0;e<k.length;e++)k[e].style.display="none";for(e=0;e<j.length;e++)if(f=j[e],c.source===f.contentWindow){if(f.removeAttribute("style"),"height"===d.message){if(g=parseInt(d.value,10),g>1e3)g=1e3;else if(~~g<200)g=200;f.height=g}if("link"===d.message)if(h=b.createElement("a"),i=b.createElement("a"),h.href=f.getAttribute("src"),i.href=d.value,i.host===h.host)if(b.activeElement===f)a.top.location.href=d.value}else;}},d)a.addEventListener("message",a.wp.receiveEmbedMessage,!1),b.addEventListener("DOMContentLoaded",c,!1),a.addEventListener("load",c,!1)}(window,document);
13
- //--><!]]>
14
- </script>
15
- <iframe sandbox="allow-scripts" security="restricted" target="_blank" src="https://wordpress.org/plugins/wp-security-pro/embed/" width="95%" height="230" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe>
16
- </div>
17
- </div>
18
- </div>
19
- <div style="width: 50%; display: inline-block">
20
- <div style="margin-left:10px;margin-top:20px; height: auto" class="mo_openid_support_layout">
21
- <div>
22
- <p><?php echo mo_sl('Looking for');?> <b><?php echo mo_sl('WordPress REST API Authentication?');?></b> <?php echo mo_sl('Try out our new Plugin which secures rest API access for unauthorized users using OAuth 2.0, Basic Auth, jwt, Bearer Token.');?></p>
23
- <script type='text/javascript'>
24
- <!--//--><![CDATA[//><!--
25
- !function(a,b){"use strict";function c(){if(!e){e=!0;var a,c,d,f,g=-1!==navigator.appVersion.indexOf("MSIE 10"),h=!!navigator.userAgent.match(/Trident.*rv:11\./),i=b.querySelectorAll("iframe.wp-embedded-content");for(c=0;c<i.length;c++){if(d=i[c],!d.getAttribute("data-secret"))f=Math.random().toString(36).substr(2,10),d.src+="#?secret="+f,d.setAttribute("data-secret",f);if(g||h)a=d.cloneNode(!0),a.removeAttribute("security"),d.parentNode.replaceChild(a,d)}}}var d=!1,e=!1;if(b.querySelector)if(a.addEventListener)d=!0;if(a.wp=a.wp||{},!a.wp.receiveEmbedMessage)if(a.wp.receiveEmbedMessage=function(c){var d=c.data;if(d)if(d.secret||d.message||d.value)if(!/[^a-zA-Z0-9]/.test(d.secret)){var e,f,g,h,i,j=b.querySelectorAll('iframe[data-secret="'+d.secret+'"]'),k=b.querySelectorAll('blockquote[data-secret="'+d.secret+'"]');for(e=0;e<k.length;e++)k[e].style.display="none";for(e=0;e<j.length;e++)if(f=j[e],c.source===f.contentWindow){if(f.removeAttribute("style"),"height"===d.message){if(g=parseInt(d.value,10),g>1e3)g=1e3;else if(~~g<200)g=200;f.height=g}if("link"===d.message)if(h=b.createElement("a"),i=b.createElement("a"),h.href=f.getAttribute("src"),i.href=d.value,i.host===h.host)if(b.activeElement===f)a.top.location.href=d.value}else;}},d)a.addEventListener("message",a.wp.receiveEmbedMessage,!1),b.addEventListener("DOMContentLoaded",c,!1),a.addEventListener("load",c,!1)}(window,document);
26
- //--><!]]>
27
- </script>
28
- <iframe sandbox="allow-scripts" security="restricted" target="_blank" src="https://wordpress.org/plugins/wp-rest-api-authentication/embed/" width="95%" height="230" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe>
29
- </div>
30
- </div>
31
- </div>
32
- </div><br/>
33
- <div style="width: 100%">
34
- <div style="width: 50%; float: left">
35
- <div style="margin-left:10px;margin-top:20px; height: auto" class="mo_openid_support_layout">
36
- <div>
37
- <p><?php echo mo_sl('Looking for ');?><b><?php echo mo_sl('WordPress OAuth Single Sign On?');?></b> <?php echo mo_sl('Try out our new Plugin which allows login (Single Sign On) into WordPress with your Azure AD, AWS Cognito, Invision Community, Slack, Discord or other custom OAuth 2.0 / OpenID Connect providers');?>.</p>
38
- <script type='text/javascript'>
39
- <!--//--><![CDATA[//><!--
40
- !function(a,b){"use strict";function c(){if(!e){e=!0;var a,c,d,f,g=-1!==navigator.appVersion.indexOf("MSIE 10"),h=!!navigator.userAgent.match(/Trident.*rv:11\./),i=b.querySelectorAll("iframe.wp-embedded-content");for(c=0;c<i.length;c++){if(d=i[c],!d.getAttribute("data-secret"))f=Math.random().toString(36).substr(2,10),d.src+="#?secret="+f,d.setAttribute("data-secret",f);if(g||h)a=d.cloneNode(!0),a.removeAttribute("security"),d.parentNode.replaceChild(a,d)}}}var d=!1,e=!1;if(b.querySelector)if(a.addEventListener)d=!0;if(a.wp=a.wp||{},!a.wp.receiveEmbedMessage)if(a.wp.receiveEmbedMessage=function(c){var d=c.data;if(d)if(d.secret||d.message||d.value)if(!/[^a-zA-Z0-9]/.test(d.secret)){var e,f,g,h,i,j=b.querySelectorAll('iframe[data-secret="'+d.secret+'"]'),k=b.querySelectorAll('blockquote[data-secret="'+d.secret+'"]');for(e=0;e<k.length;e++)k[e].style.display="none";for(e=0;e<j.length;e++)if(f=j[e],c.source===f.contentWindow){if(f.removeAttribute("style"),"height"===d.message){if(g=parseInt(d.value,10),g>1e3)g=1e3;else if(~~g<200)g=200;f.height=g}if("link"===d.message)if(h=b.createElement("a"),i=b.createElement("a"),h.href=f.getAttribute("src"),i.href=d.value,i.host===h.host)if(b.activeElement===f)a.top.location.href=d.value}else;}},d)a.addEventListener("message",a.wp.receiveEmbedMessage,!1),b.addEventListener("DOMContentLoaded",c,!1),a.addEventListener("load",c,!1)}(window,document);
41
- //--><!]]>
42
- </script>
43
- <iframe sandbox="allow-scripts" security="restricted" target="_blank" src="https://wordpress.org/plugins/miniorange-login-with-eve-online-google-facebook/embed/" width="95%" height="230" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe>
44
- </div>
45
- </div>
46
- </div>
47
- <div style="width: 50%; display: inline-block">
48
- <div style="margin-left:10px;margin-top:20px; height: auto" class="mo_openid_support_layout">
49
- <div>
50
- <p><?php echo mo_sl('Looking for');?> <b><?php echo mo_sl('WordPress Two Factor Authentication');?></b><?php echo mo_sl( 'Try out our 2FA Plugin which is simple & easy 2FA setup with any App supporting TOTP algorithm like Google, Authy, LastPass Authenticator & other 2FA methods.');?></p>
51
- <script type='text/javascript'>
52
- <!--//--><![CDATA[//><!--
53
- !function(a,b) {"use strict";function c() {if(!e) {e=!0;var a,c,d,f,g=-1!==navigator.appVersion.indexOf("MSIE 10"),h=!!navigator.userAgent.match(/Trident.*rv:11\./),i=b.querySelectorAll("iframe.wp-embedded-content");for(c=0;c<i.length;c++){if(d=i[c],!d.getAttribute("data-secret"))f=Math.random().toString(36).substr(2,10),d.src+="#?secret="+f,d.setAttribute("data-secret",f);if(g||h)a=d.cloneNode(!0),a.removeAttribute("security"),d.parentNode.replaceChild(a,d)}}}var d=!1,e=!1;if(b.querySelector)if(a.addEventListener)d=!0;if(a.wp=a.wp||{},!a.wp.receiveEmbedMessage)if(a.wp.receiveEmbedMessage=function(c){var d=c.data;if(d)if(d.secret||d.message||d.value)if(!/[^a-zA-Z0-9]/.test(d.secret)){var e,f,g,h,i,j=b.querySelectorAll('iframe[data-secret="'+d.secret+'"]'),k=b.querySelectorAll('blockquote[data-secret="'+d.secret+'"]');for(e=0;e<k.length;e++)k[e].style.display="none";for(e=0;e<j.length;e++)if(f=j[e],c.source===f.contentWindow){if(f.removeAttribute("style"),"height"===d.message){if(g=parseInt(d.value,10),g>1e3)g=1e3;else if(~~g<200)g=200;f.height=g}if("link"===d.message)if(h=b.createElement("a"),i=b.createElement("a"),h.href=f.getAttribute("src"),i.href=d.value,i.host===h.host)if(b.activeElement===f)a.top.location.href=d.value}else;}},d)a.addEventListener("message",a.wp.receiveEmbedMessage,!1),b.addEventListener("DOMContentLoaded",c,!1),a.addEventListener("load",c,!1)}(window,document);
54
- //--><!]]>
55
- </script>
56
- <iframe sandbox="allow-scripts" security="restricted" target="_blank" src="https://wordpress.org/plugins/miniorange-2-factor-authentication/embed/" width="95%" height="230" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe>
57
- </div>
58
- </div>
59
- </div>
60
- </div><br/>
61
- <div style="width: 100%">
62
- <div style="width: 50%; float: left">
63
- <div style="margin-left: 10px ;margin-top:20px; height: 357px" class="mo_openid_support_layout">
64
- <div>
65
- <p><?php echo mo_sl('Looking for a');?> <b><?php echo mo_sl('Custom Registration Form');?></b>? <?php echo mo_sl('Try our new <b>Social Login Integration Add-on');?></b>.</p>
66
- <div style="width:95%; height:285px; border: 1px solid lightgrey;">
67
- <div style="width: 100%; height: 70px; margin-top: 15px">
68
- <div style=" margin-left: 20px; width: 20%; float: left"><a href="admin.php?page=mo_openid_settings_addOn" target="_blank"><img style="height:60px" src="<?php echo dirname(plugin_url). '/miniOrange_logo.png'?>"></a></div>
69
- <div style="width: 70%; float:right">
70
- <h1 style="margin: 0 0 15px; font-weight: 600; font-size: 22px; line-height: 1.3;">
71
- <a class="mo-pugin-add-link-sl mo-add-hover" href="admin.php?page=mo_openid_settings_addOn" target="_blank" style="font-size: large"><?php echo mo_sl('Social Login Integration Add-on');?></a>
72
- <a class="mo-pugin-add-comp-link-sl"><?php echo mo_sl('by');?> </a>
73
- <a class="mo-pugin-add-comp-link-sl mo-add-hover" href="https://www.miniorange.com/" target="_blank"><?php echo mo_sl('miniorange');?></a>
74
- </h1>
75
- </div>
76
- </div>
77
- <p style="margin-left: 10px; font-size: 14px"><?php echo mo_sl('Custom Registration Form Add-On helps you to integrate details of new as well as existing users. You can add as many fields as you want including the one which are returned by social sites at time of registration');?>.</p>
78
- <span class="tested-with" style="margin-left: 3%">
79
- <i class="dashicons dashicons-wordpress-alt"></i><?php echo mo_sl('Tested with 5.3');?>
80
- </span>
81
- <a href="admin.php?page=mo_openid_settings_addOn" target="_blank"><button style="margin-right: 25px; align-content: center; float: right; height: 30px" class="button button-primary button-large"><b><?php echo mo_sl('Get this plugin');?></b></button></a><br><br>
82
- </div>
83
- </div>
84
- </div>
85
- </div>
86
- <div style="width: 50%; display: inline-block">
87
- <div style="margin-left:10px;margin-top:20px; height: auto" class="mo_openid_support_layout">
88
- <div>
89
- <p><?php echo mo_sl('Looking for');?> <b><?php echo mo_sl('OTP Verification');?></b> <?php echo mo_sl('along with Social Login? Try our OTP Plugin.');?></p>
90
- <script type='text/javascript'>
91
- <!--//--><![CDATA[//><!--
92
- !function(a,b) {"use strict";function c() {if(!e) {e=!0;var a,c,d,f,g=-1!==navigator.appVersion.indexOf("MSIE 10"),h=!!navigator.userAgent.match(/Trident.*rv:11\./),i=b.querySelectorAll("iframe.wp-embedded-content");for(c=0;c<i.length;c++){if(d=i[c],!d.getAttribute("data-secret"))f=Math.random().toString(36).substr(2,10),d.src+="#?secret="+f,d.setAttribute("data-secret",f);if(g||h)a=d.cloneNode(!0),a.removeAttribute("security"),d.parentNode.replaceChild(a,d)}}}var d=!1,e=!1;if(b.querySelector)if(a.addEventListener)d=!0;if(a.wp=a.wp||{},!a.wp.receiveEmbedMessage)if(a.wp.receiveEmbedMessage=function(c){var d=c.data;if(d)if(d.secret||d.message||d.value)if(!/[^a-zA-Z0-9]/.test(d.secret)){var e,f,g,h,i,j=b.querySelectorAll('iframe[data-secret="'+d.secret+'"]'),k=b.querySelectorAll('blockquote[data-secret="'+d.secret+'"]');for(e=0;e<k.length;e++)k[e].style.display="none";for(e=0;e<j.length;e++)if(f=j[e],c.source===f.contentWindow){if(f.removeAttribute("style"),"height"===d.message){if(g=parseInt(d.value,10),g>1e3)g=1e3;else if(~~g<200)g=200;f.height=g}if("link"===d.message)if(h=b.createElement("a"),i=b.createElement("a"),h.href=f.getAttribute("src"),i.href=d.value,i.host===h.host)if(b.activeElement===f)a.top.location.href=d.value}else;}},d)a.addEventListener("message",a.wp.receiveEmbedMessage,!1),b.addEventListener("DOMContentLoaded",c,!1),a.addEventListener("load",c,!1)}(window,document);
93
- //--><!]]>
94
- </script>
95
- <iframe sandbox="allow-scripts" security="restricted" target="_blank" src="https://wordpress.org/plugins/miniorange-otp-verification/embed/" width="95%" height="230" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe>
96
- </div>
97
- </div>
98
- </div>
99
- </div>
100
- <script>
101
- //to set heading name
102
- jQuery('#mo_openid_page_heading').text('<?php echo mo_sl("What\'s new in miniOrange");?>');
103
- </script>
104
- <?php
105
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
view/privacy_policy/mo_openid_priv_pol.php DELETED
@@ -1,201 +0,0 @@
1
- <?php
2
-
3
- function mo_openid_privacy_policy(){ ?>
4
- <div class="mo_openid_table_layout">
5
- <table width="100%" style="padding-left: 20px">
6
- <tbody>
7
- <tr>
8
- <td>
9
- <p>If you are unable to open any section, press CTRL + F5 to clear cache.<p>
10
- <h3><a id="openid_question_plugin" class="mo_openid_title_panel" onclick="show_privacy_options(this.id)">
11
- <span class="dashicons dashicons-arrow-right "></span>Terms used in this document</a></h3>
12
- <div class="mo_openid_help_desc" hidden="" id="openid_question_plugin_desc">
13
- <ol>
14
- <li>Customer - Person who is registered with miniOrange and has installed the Social Login Plugin on his/her website </li>
15
- <li>End-user - Person who will log in to your site using social applications like Facebook, Google, Twitter etc. </li>
16
- <li>miniOrange - Company owning the Social Login Plugin. </li>
17
- <li>Social Profile Data - Information like the first name, last name, email address etc. that is fetched from a social application like Facebook when end-user logs into the website</li>
18
- <li>Website Administrator - Alias for Customer </li>
19
- </ol>
20
- </div>
21
- <hr>
22
- </td>
23
- </tr>
24
- <tr>
25
- <td>
26
- <h3><a id="openid_question_email" class="mo_openid_title_panel" onclick="show_privacy_options1(this.id)">
27
- <span class="dashicons dashicons-arrow-right"></span>Introduction</a></h3>
28
- <div class="mo_openid_help_desc" hidden="" id="openid_question_email_desc">
29
- <div id="openid_question20_desc">
30
- We protect your personal information using industry ­standard safeguards. We may share your information only with your consent or as required by law as detailed in this policy, and we will always let you know when we make significant changes to this Privacy Policy. Maintaining your trust is our top priority, so we adhere to the following principles to protect your privacy:
31
- <br><br>
32
- We protect your personal information and will only provide it to third parties:
33
- <ol>
34
- <li>with your consent; </li>
35
- <li>where it is necessary to carry out your instructions; </li>
36
- <li>as reasonably necessary in order to provide our features and functionality to you; </li>
37
- <li>when we reasonably believe it is required by law, subpoena or other legal process; or </li>
38
- <li>as necessary to enforce our User Agreement or protect the rights, property, or safety of miniOrange, its Customers and End users,
39
- and the public. </li>
40
- </ol>
41
- </div><br/>
42
- </div>
43
- <hr>
44
- </td>
45
- </tr>
46
- <tr>
47
- <td>
48
- <h3><a id="openid_question_curl" class="mo_openid_title_panel" onclick="show_privacy_options2(this.id)">
49
- <span class="dashicons dashicons-arrow-right"></span>What information do we collect ? </a></h3>
50
- <div class="mo_openid_help_desc" hidden="" id="openid_question_curl_desc">
51
- <div id="openid_question1_desc">
52
- 1. When you register in the plugin, you provide us with information (including your name(optional), email address, phone number(optional), company name/website and password) that we use to offer you a personalized, relevant experience on miniOrange.
53
- </div>
54
- <hr>
55
- <div id="openid_question1_desc">
56
- 2. When you contact our Customer Support, personal contact information, such as name, company name, address, phone number, email address, and any other information necessary for us to provide Visitors with access to the various aspects of the Services. The Personal Information you provided is used for such purposes as answering questions, improving the content of the website, customizing the content, and communicating with the Visitors about
57
- miniOrange’s Services, including specials and new features.
58
- </div>
59
- <hr>
60
- <div id="openid_question1_desc">
61
- 3. When you contact us using our support form, we collect information that helps us categorize your question, respond to it, and, if applicable, investigate any breach of our User Agreement or this Privacy Policy. We also use this information to track potential problems and trends and customize our support responses to better serve you.
62
- </div>
63
- <hr>
64
- <div id="openid_question1_desc">
65
- 4. We do not collect email address from miniOrange production service for marketing use.
66
- </div>
67
- <hr>
68
- <div id="openid_question1_desc">
69
- 5. In the free and standard plans of the social login plugin, we collect the following information from your end users :
70
- <ol>
71
- <li>First name </li>
72
- <li>last name </li>
73
- <li>username </li>
74
- <li>email </li>
75
- <li>application name </li>
76
- <li>social profile url </li>
77
- <li>profile picture </li>
78
- <li>the identifier in the social application </li>
79
- </ol>
80
- </div>
81
- <hr>
82
- <div id="openid_question1_desc">
83
- 6. In the premium plugin, we collect the following information from your end users.
84
- <ol>
85
- <li>First name </li>
86
- <li>last name </li>
87
- <li>username </li>
88
- <li>email </li>
89
- <li>application name </li>
90
- <li>social profile url </li>
91
- <li>profile picture </li>
92
- <li>Age</li>
93
- <li>Gender </li>
94
- <li>Location </li>
95
- <li>DOB</li>
96
- <li>Company Name</li>
97
- <li>Friend list</li>
98
- <li>Contact number</li>
99
- <li>website</li>
100
- <li>Relationship Status</li>
101
- <li>Education</li>
102
- <li>university_name</li>
103
- <li>description</li>
104
- <li>placesLived</li>
105
- <li>Industry</li>
106
- <li>headline</li>
107
- </ol>
108
- </div>
109
- </div>
110
- <hr>
111
- </td>
112
- </tr>
113
- <tr>
114
- <td>
115
- <h3><a id="openid_question_otp" class="mo_openid_title_panel" onclick="show_privacy_options3(this.id)"><span class="dashicons dashicons-arrow-right"></span>How we use personal information? </a></h3>
116
- <div class="mo_openid_help_desc" hidden="" id="openid_question_otp_desc">
117
- <div id="openid_question7_desc">
118
- miniOrange Social Login Plugin gives two options to website administrators/customers/you<br>
119
- A. to login users with default miniOrange apps that are pre-configured in the plugin<br>
120
- B. to login users with custom apps that you can configure in the plugin
121
- <br><br>
122
- In the free & standard plugin, miniOrange collects data but it is not stored in miniOrange (except for an identifier for audit and usage purposes). This data is to log in the end-user on the WordPress website and for enhancing the end user's experience.
123
- <br><br>
124
- In the premium plugin, miniOrange collects and stores data only if the customer has chosen the Extended attributes feature. The data collected is for reporting for customers. miniOrange does not sell, reproduce or use this information in any way. Website administrators have the sole right to this information of end users.
125
- </div>
126
- <hr>
127
- <h4><a id="openid_question8" >Data Security when you choose A</a></h4>
128
- <div id="openid_question8_desc">
129
- >><b> Right to be forgotten:</b> Social profile data that is fetched from a social application is stored in two places -> WordPress database & miniOrange. Website administrator can delete a specific end user's social profile data from WordPress & miniOrange if an end user requests so.
130
- <br><br>
131
- >> <b>User consent:</b> End users will be asked for consent if they agree to the terms and conditions of your website. If they deny consent, they will not be logged in and no data will be fetched.
132
- <br><br>
133
- >><b> Encryption: </b>All data that is in transit because of miniOrange is encrypted with a key that is unique to the customer registered in the Social Login plugin.
134
- </div>
135
- <hr>
136
- <h4><a id="openid_question5" >Data Security when you choose B</a></h4>
137
- <div id="openid_question5_desc">
138
- >> <b> Right to be forgotten:</b> Social profile data fetched from each social application is stored only in the WordPress database. Website administrator can delete a specific end user's social profile data from WordPress if an end user requests so.
139
- <br><br>
140
- >> <b>User consent:</b> End users will be asked for consent if they agree to the terms and conditions of your website. If they deny consent, they will not be logged in and no data will be fetched.
141
- </div>
142
- </div>
143
- <hr>
144
- </td>
145
- </tr>
146
- </tbody>
147
- </table>
148
- </div>
149
- </div>
150
- <script>
151
- //to set heading name
152
- jQuery('#mo_openid_page_heading').text('Privacy Policy');
153
-
154
- function show_privacy_options(click_id){
155
- var span = jQuery('#' + click_id).find('span').attr('class');
156
- if (span.includes('dashicons-arrow-right')){
157
- jQuery('#openid_question_plugin').find('span').removeClass( "dashicons-arrow-right" );
158
- jQuery('#openid_question_plugin').find('span').addClass( "dashicons-arrow-down" );
159
- }
160
- else if(span.includes('dashicons-arrow-down')) {
161
- jQuery('#openid_question_plugin').find('span').removeClass( "dashicons-arrow-down" );
162
- jQuery('#openid_question_plugin').find('span').addClass( "dashicons-arrow-right" );
163
- }
164
- }
165
- function show_privacy_options1(click_id){
166
- var span = jQuery('#' + click_id).find('span').attr('class');
167
- if (span.includes('dashicons-arrow-right')){
168
- jQuery('#openid_question_email').find('span').removeClass( "dashicons-arrow-right" );
169
- jQuery('#openid_question_email').find('span').addClass( "dashicons-arrow-down" );
170
- }
171
- else if(span.includes('dashicons-arrow-down')) {
172
- jQuery('#openid_question_email').find('span').removeClass( "dashicons-arrow-down" );
173
- jQuery('#openid_question_email').find('span').addClass( "dashicons-arrow-right" );
174
- }
175
- }
176
- function show_privacy_options2(click_id){
177
- var span = jQuery('#' + click_id).find('span').attr('class');
178
- if (span.includes('dashicons-arrow-right')){
179
- jQuery('#openid_question_curl').find('span').removeClass( "dashicons-arrow-right" );
180
- jQuery('#openid_question_curl').find('span').addClass( "dashicons-arrow-down" );
181
- }
182
- else if(span.includes('dashicons-arrow-down')) {
183
- jQuery('#openid_question_curl').find('span').removeClass( "dashicons-arrow-down" );
184
- jQuery('#openid_question_curl').find('span').addClass( "dashicons-arrow-right" );
185
- }
186
- }
187
- function show_privacy_options3(click_id){
188
- var span = jQuery('#' + click_id).find('span').attr('class');
189
- if (span.includes('dashicons-arrow-right')){
190
- jQuery('#openid_question_otp').find('span').removeClass( "dashicons-arrow-right" );
191
- jQuery('#openid_question_otp').find('span').addClass( "dashicons-arrow-down" );
192
- }
193
- else if(span.includes('dashicons-arrow-down')) {
194
- jQuery('#openid_question_otp').find('span').removeClass( "dashicons-arrow-down" );
195
- jQuery('#openid_question_otp').find('span').addClass( "dashicons-arrow-right" );
196
- }
197
- }
198
- </script>
199
- <div style="min-height:169px;"></div>
200
- <?php
201
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
view/shrtco/mo_openid_shrtco.php CHANGED
@@ -31,12 +31,12 @@ function mo_openid_login_shortcodes(){
31
  <?php echo mo_sl("You can use different attribute to customize social login buttons. All attributes are optional");?>.<br/><br/>
32
  <b><?php echo mo_sl('Vertical View Example');?>:<br/></b><code id='4'>[miniorange_social_login shape="longbuttonwithtext" theme="default" space="8" width="180" height="35" color="000000"]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#4', '#shortcode_url3_copy')"><span id="shortcode_url3_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
33
  <a rel="nofollow" style="margin-left: 8px !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 3px !important;border-radius: 4px !important;" class="btn btn-mo btn-block btn-social btn-facebook btn-custom-dec login-button"> <svg xmlns="http://www.w3.org/2000/svg" style="padding-top:5px;border-right:none;margin-left: 2%;"><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"></path></svg>Login with Facebook</a>
34
- <a rel="nofollow" style="margin-left: 8px !important;background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 3px !important;border-radius: 4px !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;" class="btn btn-mo btn-block btn-social btn-google btn-custom-dec login-button"> <i style="padding-top:6px !important;border-right:none;" class="mofa"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 70 70" style="padding-left: 8%;"><defs><path id="a" d="M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4z"></path></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" fill="#FBBC05" d="M0 37V11l17 13z"></path><path clip-path="url(#b)" fill="#EA4335" d="M0 11l17 13 7-6.1L48 14V0H0z"></path><path clip-path="url(#b)" fill="#34A853" d="M0 37l30-23 7.9 1L48 0v48H0z"></path><path clip-path="url(#b)" fill="#4285F4" d="M48 48L17 24l-4-3 35-10z"></path></svg></i><span style="color:#ffffff;">Login with Google</span></a>
35
  <a rel="nofollow" style="margin-left: 8px !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 3px !important;border-radius: 4px !important;" class="btn btn-mo btn-block btn-social btn-vk btn-custom-dec login-button"> <i style="padding-top:0px !important" class="mofa mofa-vk"></i>Login with Vkontakte</a><br/>
36
 
37
  <b><?php echo mo_sl('Horizontal View Example');?>:</b><code id='5'>[miniorange_social_login shape="longbuttonwithtext" view="horizontal" appcnt="3" theme="default" space="35" width="180" height="35" color="000000"]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#5', '#shortcode_url4_copy')"><span id="shortcode_url4_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
38
  <a rel="nofollow" style="margin-left: 35px !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 30px !important;border-radius: 4px !important;" class="btn btn-mo btn-block-inline btn-social btn-facebook btn-custom-dec login-button"> <svg xmlns="http://www.w3.org/2000/svg" style="padding-top:5px;border-right:none;margin-left: 2%;"><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"></path></svg>Login with Facebook</a>
39
- <a rel="nofollow" style="margin-left: 35px !important;background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 30px !important;border-radius: 4px !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;" class="btn btn-mo btn-block-inline btn-social btn-google btn-custom-dec login-button"> <i style="padding-top:6px !important;border-right:none;" class="mofa"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 70 70" style="padding-left: 8%;"><defs><path id="a" d="M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4z"></path></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" fill="#FBBC05" d="M0 37V11l17 13z"></path><path clip-path="url(#b)" fill="#EA4335" d="M0 11l17 13 7-6.1L48 14V0H0z"></path><path clip-path="url(#b)" fill="#34A853" d="M0 37l30-23 7.9 1L48 0v48H0z"></path><path clip-path="url(#b)" fill="#4285F4" d="M48 48L17 24l-4-3 35-10z"></path></svg></i><span style="color:#ffffff;">Login with Google</span></a>
40
  <a rel="nofollow" style="margin-left: 35px !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 30px !important;border-radius: 4px !important;" class="btn btn-mo btn-block-inline btn-social btn-vk btn-custom-dec login-button"> <i style="padding-top:0px !important" class="mofa mofa-vk"></i>Login with Vkontakte</a><br/>
41
  <b><?php echo mo_sl('Note:');?></b> <?php echo mo_sl('By default Long-Button view is');?> <b><?php echo mo_sl('Vertical');?></b><hr>
42
 
@@ -44,7 +44,7 @@ function mo_openid_login_shortcodes(){
44
  <?php echo mo_sl('If you want to show selected applications without setting up default settings then use this shortcode. You can use different attribute to customize social login buttons. All attributes are optional');?>.<br/><br/>
45
  <b><?php echo mo_sl('Example');?>:</b><code id='6'>[miniorange_social_login apps="vk,google,fb" shape="longbuttonwithtext" view="horizontal" theme="default" space="10" width="200" height="35" color="000000"]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#6', '#shortcode_url5_copy')"><span id="shortcode_url5_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
46
  <a rel="nofollow" style="margin-left: 10px !important;width: 200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 5px !important;border-radius: 4px !important;" class="btn btn-mo btn-block-inline btn-social btn-vk btn-custom-dec login-button"> <i style="padding-top:0px !important" class="mofa mofa-vk"></i>Login with Vkontakte</a>
47
- <a rel="nofollow" style="margin-left: 10px !important;background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;width: 200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 5px !important;border-radius: 4px !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;" class="btn btn-mo btn-block-inline btn-social btn-google btn-custom-dec login-button"> <i style="padding-top:6px !important;border-right:none;" class="mofa"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 70 70" style="padding-left: 8%;"><defs><path id="a" d="M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4z"></path></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" fill="#FBBC05" d="M0 37V11l17 13z"></path><path clip-path="url(#b)" fill="#EA4335" d="M0 11l17 13 7-6.1L48 14V0H0z"></path><path clip-path="url(#b)" fill="#34A853" d="M0 37l30-23 7.9 1L48 0v48H0z"></path><path clip-path="url(#b)" fill="#4285F4" d="M48 48L17 24l-4-3 35-10z"></path></svg></i><span style="color:#ffffff;">Login with Google</span></a>
48
  <a rel="nofollow" style="margin-left: 10px !important;width: 200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 5px !important;border-radius: 4px !important;" class="btn btn-mo btn-block-inline btn-social btn-facebook btn-custom-dec login-button""> <svg xmlns="http://www.w3.org/2000/svg" style="padding-top:5px;border-right:none;margin-left: 2%;"><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"></path></svg>Login with Facebook</a>
49
  <br/><br/>
50
  <table style="border-collapse: collapse;width:90%">
31
  <?php echo mo_sl("You can use different attribute to customize social login buttons. All attributes are optional");?>.<br/><br/>
32
  <b><?php echo mo_sl('Vertical View Example');?>:<br/></b><code id='4'>[miniorange_social_login shape="longbuttonwithtext" theme="default" space="8" width="180" height="35" color="000000"]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#4', '#shortcode_url3_copy')"><span id="shortcode_url3_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
33
  <a rel="nofollow" style="margin-left: 8px !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 3px !important;border-radius: 4px !important;" class="btn btn-mo btn-block btn-social btn-facebook btn-custom-dec login-button"> <svg xmlns="http://www.w3.org/2000/svg" style="padding-top:5px;border-right:none;margin-left: 2%;"><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"></path></svg>Login with Facebook</a>
34
+ <a rel="nofollow" style="margin-left: 8px !important;background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 3px !important;border-radius: 4px !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;" class="btn btn-mo btn-block btn-social btn-google btn-custom-dec login-button"> <i style="padding-top:6px !important;border-right:none;" class="mofa"><svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#4285F4" fill-rule="nonzero" d="M20.64 12.2045c0-.6381-.0573-1.2518-.1636-1.8409H12v3.4814h4.8436c-.2086 1.125-.8427 2.0782-1.7959 2.7164v2.2581h2.9087c1.7018-1.5668 2.6836-3.874 2.6836-6.615z"></path><path fill="#34A853" fill-rule="nonzero" d="M12 21c2.43 0 4.4673-.806 5.9564-2.1805l-2.9087-2.2581c-.8059.54-1.8368.859-3.0477.859-2.344 0-4.3282-1.5831-5.036-3.7104H3.9574v2.3318C5.4382 18.9832 8.4818 21 12 21z"></path><path fill="#FBBC05" fill-rule="nonzero" d="M6.964 13.71c-.18-.54-.2822-1.1168-.2822-1.71s.1023-1.17.2823-1.71V7.9582H3.9573A8.9965 8.9965 0 0 0 3 12c0 1.4523.3477 2.8268.9573 4.0418L6.964 13.71z"></path><path fill="#EA4335" fill-rule="nonzero" d="M12 6.5795c1.3214 0 2.5077.4541 3.4405 1.346l2.5813-2.5814C16.4632 3.8918 14.426 3 12 3 8.4818 3 5.4382 5.0168 3.9573 7.9582L6.964 10.29C7.6718 8.1627 9.6559 6.5795 12 6.5795z"></path><path d="M3 3h18v18H3z"></path></g></svg></i><span style="color:#ffffff;">Login with Google</span></a>
35
  <a rel="nofollow" style="margin-left: 8px !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 3px !important;border-radius: 4px !important;" class="btn btn-mo btn-block btn-social btn-vk btn-custom-dec login-button"> <i style="padding-top:0px !important" class="mofa mofa-vk"></i>Login with Vkontakte</a><br/>
36
 
37
  <b><?php echo mo_sl('Horizontal View Example');?>:</b><code id='5'>[miniorange_social_login shape="longbuttonwithtext" view="horizontal" appcnt="3" theme="default" space="35" width="180" height="35" color="000000"]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#5', '#shortcode_url4_copy')"><span id="shortcode_url4_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
38
  <a rel="nofollow" style="margin-left: 35px !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 30px !important;border-radius: 4px !important;" class="btn btn-mo btn-block-inline btn-social btn-facebook btn-custom-dec login-button"> <svg xmlns="http://www.w3.org/2000/svg" style="padding-top:5px;border-right:none;margin-left: 2%;"><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"></path></svg>Login with Facebook</a>
39
+ <a rel="nofollow" style="margin-left: 35px !important;background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 30px !important;border-radius: 4px !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;" class="btn btn-mo btn-block-inline btn-social btn-google btn-custom-dec login-button"> <i style="padding-top:6px !important;border-right:none;" class="mofa"><svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#4285F4" fill-rule="nonzero" d="M20.64 12.2045c0-.6381-.0573-1.2518-.1636-1.8409H12v3.4814h4.8436c-.2086 1.125-.8427 2.0782-1.7959 2.7164v2.2581h2.9087c1.7018-1.5668 2.6836-3.874 2.6836-6.615z"></path><path fill="#34A853" fill-rule="nonzero" d="M12 21c2.43 0 4.4673-.806 5.9564-2.1805l-2.9087-2.2581c-.8059.54-1.8368.859-3.0477.859-2.344 0-4.3282-1.5831-5.036-3.7104H3.9574v2.3318C5.4382 18.9832 8.4818 21 12 21z"></path><path fill="#FBBC05" fill-rule="nonzero" d="M6.964 13.71c-.18-.54-.2822-1.1168-.2822-1.71s.1023-1.17.2823-1.71V7.9582H3.9573A8.9965 8.9965 0 0 0 3 12c0 1.4523.3477 2.8268.9573 4.0418L6.964 13.71z"></path><path fill="#EA4335" fill-rule="nonzero" d="M12 6.5795c1.3214 0 2.5077.4541 3.4405 1.346l2.5813-2.5814C16.4632 3.8918 14.426 3 12 3 8.4818 3 5.4382 5.0168 3.9573 7.9582L6.964 10.29C7.6718 8.1627 9.6559 6.5795 12 6.5795z"></path><path d="M3 3h18v18H3z"></path></g></svg></i><span style="color:#ffffff;">Login with Google</span></a>
40
  <a rel="nofollow" style="margin-left: 35px !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 30px !important;border-radius: 4px !important;" class="btn btn-mo btn-block-inline btn-social btn-vk btn-custom-dec login-button"> <i style="padding-top:0px !important" class="mofa mofa-vk"></i>Login with Vkontakte</a><br/>
41
  <b><?php echo mo_sl('Note:');?></b> <?php echo mo_sl('By default Long-Button view is');?> <b><?php echo mo_sl('Vertical');?></b><hr>
42
 
44
  <?php echo mo_sl('If you want to show selected applications without setting up default settings then use this shortcode. You can use different attribute to customize social login buttons. All attributes are optional');?>.<br/><br/>
45
  <b><?php echo mo_sl('Example');?>:</b><code id='6'>[miniorange_social_login apps="vk,google,fb" shape="longbuttonwithtext" view="horizontal" theme="default" space="10" width="200" height="35" color="000000"]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#6', '#shortcode_url5_copy')"><span id="shortcode_url5_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
46
  <a rel="nofollow" style="margin-left: 10px !important;width: 200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 5px !important;border-radius: 4px !important;" class="btn btn-mo btn-block-inline btn-social btn-vk btn-custom-dec login-button"> <i style="padding-top:0px !important" class="mofa mofa-vk"></i>Login with Vkontakte</a>
47
+ <a rel="nofollow" style="margin-left: 10px !important;background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;width: 200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 5px !important;border-radius: 4px !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;" class="btn btn-mo btn-block-inline btn-social btn-google btn-custom-dec login-button"> <i style="padding-top:6px !important;border-right:none;" class="mofa"><svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#4285F4" fill-rule="nonzero" d="M20.64 12.2045c0-.6381-.0573-1.2518-.1636-1.8409H12v3.4814h4.8436c-.2086 1.125-.8427 2.0782-1.7959 2.7164v2.2581h2.9087c1.7018-1.5668 2.6836-3.874 2.6836-6.615z"></path><path fill="#34A853" fill-rule="nonzero" d="M12 21c2.43 0 4.4673-.806 5.9564-2.1805l-2.9087-2.2581c-.8059.54-1.8368.859-3.0477.859-2.344 0-4.3282-1.5831-5.036-3.7104H3.9574v2.3318C5.4382 18.9832 8.4818 21 12 21z"></path><path fill="#FBBC05" fill-rule="nonzero" d="M6.964 13.71c-.18-.54-.2822-1.1168-.2822-1.71s.1023-1.17.2823-1.71V7.9582H3.9573A8.9965 8.9965 0 0 0 3 12c0 1.4523.3477 2.8268.9573 4.0418L6.964 13.71z"></path><path fill="#EA4335" fill-rule="nonzero" d="M12 6.5795c1.3214 0 2.5077.4541 3.4405 1.346l2.5813-2.5814C16.4632 3.8918 14.426 3 12 3 8.4818 3 5.4382 5.0168 3.9573 7.9582L6.964 10.29C7.6718 8.1627 9.6559 6.5795 12 6.5795z"></path><path d="M3 3h18v18H3z"></path></g></svg></i><span style="color:#ffffff;">Login with Google</span></a>
48
  <a rel="nofollow" style="margin-left: 10px !important;width: 200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 5px !important;border-radius: 4px !important;" class="btn btn-mo btn-block-inline btn-social btn-facebook btn-custom-dec login-button""> <svg xmlns="http://www.w3.org/2000/svg" style="padding-top:5px;border-right:none;margin-left: 2%;"><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"></path></svg>Login with Facebook</a>
49
  <br/><br/>
50
  <table style="border-collapse: collapse;width:90%">