Social Login - Version 7.5.12

Version Description

  • Update the list of social login application.
  • README update.
Download this release

Release Info

Developer cyberorange
Plugin Icon 128x128 Social Login
Version 7.5.12
Comparing to
See all releases

Code changes from version 7.5.11 to 7.5.12

class-mo-openid-login-widget.php CHANGED
@@ -72,7 +72,7 @@ class mo_openid_login_wid extends WP_Widget {
72
  }
73
 
74
  $selected_theme = esc_attr(get_option('mo_openid_login_theme'));
75
- $appsConfigured = get_option('mo_openid_google_enable') | get_option('mo_openid_salesforce_enable') | get_option('mo_openid_facebook_enable') | get_option('mo_openid_linkedin_enable') | get_option('mo_openid_instagram_enable') | get_option('mo_openid_amazon_enable') | get_option('mo_openid_windowslive_enable') | get_option('mo_openid_twitter_enable') | get_option('mo_openid_vkontakte_enable') | get_option('mo_openid_yahoo_enable') | get_option('mo_openid_snapchat_enable') | get_option('mo_openid_dribbble_enable') | get_option('mo_openid_discord_enable');
76
  $spacebetweenicons = esc_attr(get_option('mo_login_icon_space'));
77
  $customWidth = esc_attr(get_option('mo_login_icon_custom_width'));
78
  $customHeight = esc_attr(get_option('mo_login_icon_custom_height'));
@@ -209,7 +209,7 @@ class mo_openid_login_wid extends WP_Widget {
209
  $selected_theme = isset( $atts['shape'] )? esc_attr($atts['shape']) : esc_attr(get_option('mo_openid_login_theme'));
210
  $selected_apps = isset( $atts['apps'] )? esc_attr($atts['apps']) : "";
211
  $application_pos = get_option('app_pos');
212
- $appsConfigured = get_option('mo_openid_facebook_enable') | get_option('mo_openid_google_enable') | get_option('mo_openid_vkontakte_enable') | get_option('mo_openid_twitter_enable') | get_option('mo_openid_instagram_enable') | get_option('mo_openid_linkedin_enable') | get_option('mo_openid_amazon_enable') | get_option('mo_openid_salesforce_enable') | get_option('mo_openid_windowslive_enable') | get_option('mo_openid_yahoo_enable') | get_option('mo_openid_snapchat_enable') | get_option('mo_openid_dribbble_enable') | get_option('mo_openid_discord_enable');
213
  $spacebetweenicons = isset( $atts['space'] )? esc_attr(intval($atts['space'])) : esc_attr(intval(get_option('mo_login_icon_space')));
214
  $customWidth = isset( $atts['width'] )? esc_attr(intval($atts['width'])) : esc_attr(intval(get_option('mo_login_icon_custom_width')));
215
  $customHeight = isset( $atts['height'] )? esc_attr(intval($atts['height'])) : esc_attr(intval(get_option('mo_login_icon_custom_height')));
@@ -531,7 +531,7 @@ class mo_openid_login_wid extends WP_Widget {
531
  //for shortcode
532
  public function add_apps($app_name,$theme,$gdpr_setting,$spacebetweenicons,$customWidth,$customHeight,$customBoundary,$buttonText,$dis,$customTextofTitle,$customSize,$selected_theme,$custom_app,$html,$view,$customBackground,$customHoverBackground,$customSmartBackground1,$customSmartBackground2,$effectStatus,$app_dis)
533
  {
534
- $default_color= array('facebook'=>'#1877F2','google'=>'#DB4437','vkontakte'=>'#466482','twitter'=>'#2795e9','yahoo'=>'#430297','yandex'=>'#2795e9','instagram'=>'#3f729b','linkedin'=>'#007bb6','amazon'=>'#ff9900','paypal'=>'#0d127a','salesforce'=>'#1ab7ea','windowslive'=>'#2672ec','apple'=>'#000000','steam'=>'#000000','wordpress'=>'#587ea3','pinterest'=>'#cb2027','spotify'=>'#19bf61','tumblr'=>'#2c4762','twitch'=>'#720e9e','github'=>'#000000','dribbble'=>'#ee66aa','flickr'=>'#ff0084','stackexchange'=>'0000ff','snapchat'=>'#fffc00','reddit'=>'#ff4301','odnoklassniki'=>'#f97400','foursquare'=>'#f94877','wechat'=>'#00c300','vimeo'=>'#1ab7ea','line'=>'#00c300','hubspot'=>'#fa7820','trello'=>'#0079bf','discord'=>'#7289da','meetup'=>'#e51937','stackexchange'=>'#0000FF','wiebo'=>'#df2029','kakao'=>'#ffe812','livejournal'=>'#3c1361','naver'=>'#3EAF0E','teamsnap'=>'#ff9a1a','slack'=>'#4c154d','gitlab'=>'#30353e','dropbox'=>'#0061ff','mailru'=>'#0000FF');
535
 
536
  if($customWidth!=='auto'||$customWidth=='Auto'||$customWidth=='AUTO')
537
  $customWidth.='px';
@@ -543,10 +543,7 @@ class mo_openid_login_wid extends WP_Widget {
543
  if($app == "vkontakte"){
544
  $icon = "vk";
545
  }
546
- if($app == "windowslive"){
547
- $icon = "windows";
548
- }
549
-
550
  if($app_name=="google")
551
  {
552
  if ($selected_theme == 'longbutton') {
@@ -590,9 +587,6 @@ class mo_openid_login_wid extends WP_Widget {
590
  if($app == "vkontakte"){
591
  $icon = "vk";
592
  }
593
- if($app == "windowslive"){
594
- $icon = "windows";
595
- }
596
  if ($selected_theme == 'longbutton') {
597
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('".$app."','" . $custom_app . "');\"";$html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
598
  if ($view == "horizontal") {
@@ -615,9 +609,7 @@ class mo_openid_login_wid extends WP_Widget {
615
  if($app == "vkontakte"){
616
  $icon = "vk";
617
  }
618
- if($app == "windowslive"){
619
- $icon = "windows";
620
- }
621
  if ($selected_theme == 'longbutton') {
622
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('".$app."','" . $custom_app . "');\"";$html.=" style='border-color:#000000;margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; border-radius: " . $customBoundary . "px !important;color:#000000;background:#ffffff'";
623
  if ($view == "horizontal") {
@@ -642,9 +634,7 @@ class mo_openid_login_wid extends WP_Widget {
642
  if($app == "vkontakte"){
643
  $icon = "vk";
644
  }
645
- if($app == "windowslive"){
646
- $icon = "windows";
647
- }
648
  if ($selected_theme == 'longbutton') {
649
  $html .= "<a rel='nofollow' " . $gdpr_setting . " style='border-color:#000000; margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
650
  if ($view == "horizontal") {
@@ -668,9 +658,7 @@ class mo_openid_login_wid extends WP_Widget {
668
  if($app == "vkontakte"){
669
  $icon = "vk";
670
  }
671
- if($app == "windowslive"){
672
- $icon = "windows";
673
- }
674
  if ($selected_theme == 'longbutton') {
675
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onMouseOver=\"this.style.color= 'white';this.style.background= '#".$customHoverBackground."';\"
676
  onMouseOut=\"this.style.color= '#".$customHoverBackground."';this.style.background= 'white';\" onClick=\"moOpenIdLogin('".$app."','" . $custom_app . "');\"";$html.=" style='background:white; margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; color:#" . $customHoverBackground . ";border-color:#" . $customHoverBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
@@ -694,9 +682,7 @@ class mo_openid_login_wid extends WP_Widget {
694
  if($app == "vkontakte"){
695
  $icon = "vk";
696
  }
697
- if($app == "windowslive"){
698
- $icon = "windows";
699
- }
700
  if ($selected_theme == 'longbutton') {
701
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('".$app."','" . $custom_app . "');\"";$html.=" style='color:#ffffff;background:linear-gradient(90deg,#$customSmartBackground1,#$customSmartBackground2);margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; border-radius: " . $customBoundary . "px !important;'";
702
  if ($view == "horizontal") {
@@ -1768,7 +1754,7 @@ function mo_openid_delete_profile_column($value, $columnName, $userId){
1768
  foreach ($a as $x=>$y)
1769
  {
1770
  if($y=='facebook') {$y='Facebook';}if($y=='google') {$y='Google';}if($y=='instagram'){$y='Instagram';}if($y=='linkedin'){$y='LinkedIn';}if($y=='amazon') {$y='Amazon';}
1771
- if($y=='pinterest'){$y='Pinterest';}if($y=='twitch'){$y='Twitch';} if($y=='vkontakte'){$y='vKontakte';} if($y=='twitter'){$y='Twitter';}if($y=='salesforce'){$y='Salesforce';}if($y=='windowslive'){$y='Windows Live';}if($y=='yahoo'){$y='Yahoo';}if($y=='yahoo'){$y='Yahoo';}if($y=='wordpress'){$y='Wordpress';}if($y=='disqus'){$y='Disqus';}
1772
 
1773
  $b=$b.' '.$y.'<br>';
1774
  }
72
  }
73
 
74
  $selected_theme = esc_attr(get_option('mo_openid_login_theme'));
75
+ $appsConfigured = get_option('mo_openid_google_enable') | get_option('mo_openid_salesforce_enable') | get_option('mo_openid_facebook_enable') | get_option('mo_openid_linkedin_enable') | get_option('mo_openid_instagram_enable') | get_option('mo_openid_amazon_enable') | get_option('mo_openid_twitter_enable') | get_option('mo_openid_vkontakte_enable') | get_option('mo_openid_yahoo_enable') | get_option('mo_openid_snapchat_enable') | get_option('mo_openid_dribbble_enable') | get_option('mo_openid_discord_enable');
76
  $spacebetweenicons = esc_attr(get_option('mo_login_icon_space'));
77
  $customWidth = esc_attr(get_option('mo_login_icon_custom_width'));
78
  $customHeight = esc_attr(get_option('mo_login_icon_custom_height'));
209
  $selected_theme = isset( $atts['shape'] )? esc_attr($atts['shape']) : esc_attr(get_option('mo_openid_login_theme'));
210
  $selected_apps = isset( $atts['apps'] )? esc_attr($atts['apps']) : "";
211
  $application_pos = get_option('app_pos');
212
+ $appsConfigured = get_option('mo_openid_facebook_enable') | get_option('mo_openid_google_enable') | get_option('mo_openid_vkontakte_enable') | get_option('mo_openid_twitter_enable') | get_option('mo_openid_instagram_enable') | get_option('mo_openid_linkedin_enable') | get_option('mo_openid_amazon_enable') | get_option('mo_openid_salesforce_enable') | get_option('mo_openid_yahoo_enable') | get_option('mo_openid_snapchat_enable') | get_option('mo_openid_dribbble_enable') | get_option('mo_openid_discord_enable');
213
  $spacebetweenicons = isset( $atts['space'] )? esc_attr(intval($atts['space'])) : esc_attr(intval(get_option('mo_login_icon_space')));
214
  $customWidth = isset( $atts['width'] )? esc_attr(intval($atts['width'])) : esc_attr(intval(get_option('mo_login_icon_custom_width')));
215
  $customHeight = isset( $atts['height'] )? esc_attr(intval($atts['height'])) : esc_attr(intval(get_option('mo_login_icon_custom_height')));
531
  //for shortcode
532
  public function add_apps($app_name,$theme,$gdpr_setting,$spacebetweenicons,$customWidth,$customHeight,$customBoundary,$buttonText,$dis,$customTextofTitle,$customSize,$selected_theme,$custom_app,$html,$view,$customBackground,$customHoverBackground,$customSmartBackground1,$customSmartBackground2,$effectStatus,$app_dis)
533
  {
534
+ $default_color= array('facebook'=>'#1877F2','google'=>'#DB4437','vkontakte'=>'#466482','twitter'=>'#2795e9','yahoo'=>'#430297','yandex'=>'#2795e9','instagram'=>'#3f729b','linkedin'=>'#007bb6','amazon'=>'#ff9900','paypal'=>'#0d127a','salesforce'=>'#1ab7ea','apple'=>'#000000','steam'=>'#000000','wordpress'=>'#587ea3','pinterest'=>'#cb2027','spotify'=>'#19bf61','tumblr'=>'#2c4762','twitch'=>'#720e9e','github'=>'#000000','dribbble'=>'#ee66aa','flickr'=>'#ff0084','stackexchange'=>'0000ff','snapchat'=>'#fffc00','reddit'=>'#ff4301','odnoklassniki'=>'#f97400','foursquare'=>'#f94877','wechat'=>'#00c300','vimeo'=>'#1ab7ea','line'=>'#00c300','hubspot'=>'#fa7820','trello'=>'#0079bf','discord'=>'#7289da','meetup'=>'#e51937','stackexchange'=>'#0000FF','wiebo'=>'#df2029','kakao'=>'#ffe812','livejournal'=>'#3c1361','naver'=>'#3EAF0E','teamsnap'=>'#ff9a1a','slack'=>'#4c154d','gitlab'=>'#30353e','dropbox'=>'#0061ff','mailru'=>'#0000FF');
535
 
536
  if($customWidth!=='auto'||$customWidth=='Auto'||$customWidth=='AUTO')
537
  $customWidth.='px';
543
  if($app == "vkontakte"){
544
  $icon = "vk";
545
  }
546
+
 
 
 
547
  if($app_name=="google")
548
  {
549
  if ($selected_theme == 'longbutton') {
587
  if($app == "vkontakte"){
588
  $icon = "vk";
589
  }
 
 
 
590
  if ($selected_theme == 'longbutton') {
591
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('".$app."','" . $custom_app . "');\"";$html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
592
  if ($view == "horizontal") {
609
  if($app == "vkontakte"){
610
  $icon = "vk";
611
  }
612
+
 
 
613
  if ($selected_theme == 'longbutton') {
614
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('".$app."','" . $custom_app . "');\"";$html.=" style='border-color:#000000;margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; border-radius: " . $customBoundary . "px !important;color:#000000;background:#ffffff'";
615
  if ($view == "horizontal") {
634
  if($app == "vkontakte"){
635
  $icon = "vk";
636
  }
637
+
 
 
638
  if ($selected_theme == 'longbutton') {
639
  $html .= "<a rel='nofollow' " . $gdpr_setting . " style='border-color:#000000; margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
640
  if ($view == "horizontal") {
658
  if($app == "vkontakte"){
659
  $icon = "vk";
660
  }
661
+
 
 
662
  if ($selected_theme == 'longbutton') {
663
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onMouseOver=\"this.style.color= 'white';this.style.background= '#".$customHoverBackground."';\"
664
  onMouseOut=\"this.style.color= '#".$customHoverBackground."';this.style.background= 'white';\" onClick=\"moOpenIdLogin('".$app."','" . $custom_app . "');\"";$html.=" style='background:white; margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; color:#" . $customHoverBackground . ";border-color:#" . $customHoverBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
682
  if($app == "vkontakte"){
683
  $icon = "vk";
684
  }
685
+
 
 
686
  if ($selected_theme == 'longbutton') {
687
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('".$app."','" . $custom_app . "');\"";$html.=" style='color:#ffffff;background:linear-gradient(90deg,#$customSmartBackground1,#$customSmartBackground2);margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; border-radius: " . $customBoundary . "px !important;'";
688
  if ($view == "horizontal") {
1754
  foreach ($a as $x=>$y)
1755
  {
1756
  if($y=='facebook') {$y='Facebook';}if($y=='google') {$y='Google';}if($y=='instagram'){$y='Instagram';}if($y=='linkedin'){$y='LinkedIn';}if($y=='amazon') {$y='Amazon';}
1757
+ if($y=='pinterest'){$y='Pinterest';}if($y=='twitch'){$y='Twitch';} if($y=='vkontakte'){$y='vKontakte';} if($y=='twitter'){$y='Twitter';}if($y=='salesforce'){$y='Salesforce';}if($y=='yahoo'){$y='Yahoo';}if($y=='yahoo'){$y='Yahoo';}if($y=='wordpress'){$y='Wordpress';}if($y=='disqus'){$y='Disqus';}
1758
 
1759
  $b=$b.' '.$y.'<br>';
1760
  }
class-mo-openid-social-share.php CHANGED
@@ -6,7 +6,7 @@ if(isset($_SERVER['HTTPS']) && !empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !=
6
  }
7
  $url = $http . $_SERVER["HTTP_HOST"] . $_SERVER['REQUEST_URI'];
8
 
9
- $default_color= array('facebook'=>'#1877F2','google'=>'#DB4437','vkontakte'=>'#466482','twitter'=>'#2795e9','digg'=>'#000000','yahoo'=>'#430297','yandex'=>'#2795e9','instagram'=>'#3f729b','linkedin'=>'#007bb6','pocket'=>'#ee4056','print'=>'#ee4056','whatsapp'=>'#25D366','mail'=>'#787878','amazon'=>'#ff9900','paypal'=>'#0d127a','stumble'=>'#f74425','salesforce'=>'#1ab7ea','windowslive'=>'#2672ec','apple'=>'#000000','steam'=>'#000000','wordpress'=>'#587ea3','pinterest'=>'#cb2027','spotify'=>'#19bf61','tumblr'=>'#2c4762','twitch'=>'#720e9e','github'=>'#000000','dribbble'=>'#ee66aa','flickr'=>'#ff0084','stackexchange'=>'0000ff','snapchat'=>'#fffc00','reddit'=>'#ff4301','odnoklassniki'=>'#f97400','foursquare'=>'#f94877','wechat'=>'#00c300','vimeo'=>'#1ab7ea','line'=>'#00c300','hubspot'=>'#fa7820','discord'=>'#7289da','meetup'=>'#e51937','stackexchange'=>'#0000FF','wiebo'=>'#df2029','kakao'=>'#ffe812','livejournal'=>'#3c1361','naver'=>'#3EAF0E','teamsnap'=>'#ff9a1a');
10
 
11
  $selected_theme = esc_attr(get_option('mo_openid_share_theme'));
12
  $selected_direction = esc_attr(get_option('mo_openid_share_widget_customize_direction'));
6
  }
7
  $url = $http . $_SERVER["HTTP_HOST"] . $_SERVER['REQUEST_URI'];
8
 
9
+ $default_color= array('facebook'=>'#1877F2','google'=>'#DB4437','vkontakte'=>'#466482','twitter'=>'#2795e9','digg'=>'#000000','yahoo'=>'#430297','yandex'=>'#2795e9','instagram'=>'#3f729b','linkedin'=>'#007bb6','pocket'=>'#ee4056','print'=>'#ee4056','whatsapp'=>'#25D366','mail'=>'#787878','amazon'=>'#ff9900','paypal'=>'#0d127a','stumble'=>'#f74425','salesforce'=>'#1ab7ea','apple'=>'#000000','steam'=>'#000000','wordpress'=>'#587ea3','pinterest'=>'#cb2027','spotify'=>'#19bf61','tumblr'=>'#2c4762','twitch'=>'#720e9e','github'=>'#000000','dribbble'=>'#ee66aa','flickr'=>'#ff0084','stackexchange'=>'0000ff','snapchat'=>'#fffc00','reddit'=>'#ff4301','odnoklassniki'=>'#f97400','foursquare'=>'#f94877','wechat'=>'#00c300','vimeo'=>'#1ab7ea','line'=>'#00c300','hubspot'=>'#fa7820','discord'=>'#7289da','meetup'=>'#e51937','stackexchange'=>'#0000FF','wiebo'=>'#df2029','kakao'=>'#ffe812','livejournal'=>'#3c1361','naver'=>'#3EAF0E','teamsnap'=>'#ff9a1a');
10
 
11
  $selected_theme = esc_attr(get_option('mo_openid_share_theme'));
12
  $selected_direction = esc_attr(get_option('mo_openid_share_widget_customize_direction'));
includes/css/bootstrap-social.css CHANGED
@@ -181,10 +181,4 @@
181
  .mo_btn-salesforce-white{color:#000000 !important;background-color:#FFFFFF;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#ffffff,#ffffff) !important;}.mo_btn-salesforce-white:hover,.mo_btn-salesforce-white:focus,.mo_btn-salesforce-white:active,.mo_btn-salesforce-white.active,.open>.dropdown-toggle.mo_btn-salesforce-white{color:#000000;background-color:#4267B2;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#F8F8F8,#F8F8F8) !important;}
182
  .mo_btn-salesforce-hov{color:#000000;background-color:#FFFFFF;border-color:rgba(0,0,0,0);}.mo_btn-salesforce-hov:hover,.mo_btn-salesforce-hov:hover i{color:#FFFFFF !important;background-color:#1ab7ea;border-color:#1ab7ea!important;}.mo_openid_isalesforce-hov{color:#1ab7ea;}.mo_openid_isalesforce-hov:hover{color:#FFFFFF !important;background:#1ab7ea!important;border-color: #1ab7ea!important;}
183
  .mo_btn-mo-salesforce{color: #1ab7ea;background-color: #FFFFFF}.mo_btn-mo-salesforce:hover{color: #FFFFFF;background-color: #1ab7ea}
184
- .mo_btn-windows{color:#fff !important;background-color:#2672ec;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2672ec,#2672ec) !important;}.mo_btn-windows:hover,.mo_btn-windows:focus,.mo_btn-windows:active,.mo_btn-windows.active,.open>.dropdown-toggle.mo_btn-windows{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#125acd,#125acd) !important;}
185
- .mo_btn-windows:active,.mo_btn-windows.active,.open>.dropdown-toggle.mo_btn-windows{background-image:none}
186
- .mo_btn-windows.disabled,.mo_btn-windows[disabled],fieldset[disabled] .mo_btn-windows,.mo_btn-windows.disabled:hover,.mo_btn-windows[disabled]:hover,fieldset[disabled] .mo_btn-windows:hover,.mo_btn-windows.disabled:focus,.mo_btn-windows[disabled]:focus,fieldset[disabled] .mo_btn-windows:focus,.mo_btn-windows.disabled:active,.mo_btn-windows[disabled]:active,fieldset[disabled] .mo_btn-windows:active,.mo_btn-windows.disabled.active,.mo_btn-windows[disabled].active,fieldset[disabled] .mo_btn-windows.active{background-color:#2672ec;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2672ec,#2672ec) !important;}
187
- .mo_btn-windows .badge{color:#2672ec;background-color:#fff}
188
- .mo_btn-windows-white{color:#2672ec !important;background-color:#FFFFFF;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#ffffff,#ffffff) !important;}.mo_btn-windows-white:hover,.mo_btn-windows-white:focus,.mo_btn-windows-white:active,.mo_btn-windows-white.active,.open>.dropdown-toggle.mo_btn-windows-white{color:#2672ec;background-color:#4267B2;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#F8F8F8,#F8F8F8) !important;}
189
- .mo_btn-windows-hov{color:#000000;background-color:#FFFFFF;border-color:rgba(0,0,0,0);}.mo_btn-windows-hov:hover,.mo_btn-windows-hov:hover i{color:#FFFFFF !important;background-color:#2672ec;border-color:#2672ec!important;}.mo_openid_iwindows-hov{color:#2672ec;}.mo_openid_iwindows-hov:hover{color:#FFFFFF !important;background:#2672ec!important; border-color: #2672ec!important; }
190
- .mo_btn-mo-windows{color: #2672ec;background-color: #FFFFFF}.mo_btn-mo-windows:hover{color: #FFFFFF;background-color: #2672ec}
181
  .mo_btn-salesforce-white{color:#000000 !important;background-color:#FFFFFF;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#ffffff,#ffffff) !important;}.mo_btn-salesforce-white:hover,.mo_btn-salesforce-white:focus,.mo_btn-salesforce-white:active,.mo_btn-salesforce-white.active,.open>.dropdown-toggle.mo_btn-salesforce-white{color:#000000;background-color:#4267B2;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#F8F8F8,#F8F8F8) !important;}
182
  .mo_btn-salesforce-hov{color:#000000;background-color:#FFFFFF;border-color:rgba(0,0,0,0);}.mo_btn-salesforce-hov:hover,.mo_btn-salesforce-hov:hover i{color:#FFFFFF !important;background-color:#1ab7ea;border-color:#1ab7ea!important;}.mo_openid_isalesforce-hov{color:#1ab7ea;}.mo_openid_isalesforce-hov:hover{color:#FFFFFF !important;background:#1ab7ea!important;border-color: #1ab7ea!important;}
183
  .mo_btn-mo-salesforce{color: #1ab7ea;background-color: #FFFFFF}.mo_btn-mo-salesforce:hover{color: #FFFFFF;background-color: #1ab7ea}
184
+
 
 
 
 
 
 
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.5.11
8
  * Author: <a href="https://www.miniorange.com/">miniOrange</a>
9
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
  */
11
 
12
- define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.5.11');
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');
@@ -22,8 +22,6 @@ require('class-mo-openid-social-comment.php');
22
  require('view/email_settings/mo_openid_email_settings_functions.php');
23
  include dirname( __FILE__ ) . '/mo_openid_Language.php';
24
 
25
- include dirname( __FILE__ ) . '/mo_openid_feedback_form.php';
26
-
27
 
28
  include_once dirname(__FILE__) . '/class-mo-openid-login-widget.php';
29
 
@@ -60,7 +58,7 @@ class miniorange_openid_sso_settings
60
  add_action('wp_ajax_mo_openid_rating_given', 'mo_openid_rating_given');
61
  add_action('wp_ajax_mo_check_restrict_user', 'mo_openid_restrict_user');
62
  add_action('wp_ajax_mo_disable_app', 'mo_disable_app');
63
- add_action( 'admin_footer', array( $this,'mo_openid_feedback_request' ));
64
  add_action( 'wp_enqueue_scripts', array( $this, 'mo_openid_plugin_script' ) ,5);
65
 
66
  //for addon
@@ -88,10 +86,14 @@ class miniorange_openid_sso_settings
88
  update_option('mo_openid_customer_token', 'jMj7MEdu4wkHObiD');
89
  update_option('mo_openid_admin_customer_key', '253560');
90
  }
91
- add_option('app_pos','facebook#google#discord#twitter#vkontakte#instagram#linkedin#amazon#salesforce#windowslive#yahoo#snapchat#dribbble');
92
  if(strlen(get_option('app_pos')) != 114) {
93
  delete_option('app_pos');
94
- add_option('app_pos','facebook#google#discord#twitter#vkontakte#instagram#linkedin#amazon#salesforce#windowslive#yahoo#snapchat#dribbble');
 
 
 
 
95
  }
96
  update_option('app_pos_premium','apple#paypal#wordpress#github#hubspot#mailru#gitlab#steam#slack#trello#disqus#pinterest#yandex#spotify#reddit#tumblr#twitch#vimeo#kakao#flickr#line#meetup#dropbox#stackexchange#livejournal#foursquare#teamsnap#naver#odnoklassniki#wiebo#wechat#baidu#renren#qq#fitbit#stackoverflow#mailchimp#youtube#strava');
97
  add_option('mo_openid_default_login_enable',1);
@@ -884,10 +886,7 @@ Thank you.';
884
  }
885
 
886
 
887
- function mo_openid_feedback_request(){
888
- if(get_option('mo_openid_deactivate_reason_form')=='0')
889
- mo_openid_display_feedback_form();
890
- }
891
  function mo_openid_add_social_share_links($content) {
892
  global $post;
893
  $post_content=$content;
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.5.12
8
  * Author: <a href="https://www.miniorange.com/">miniOrange</a>
9
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
  */
11
 
12
+ define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.5.12');
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');
22
  require('view/email_settings/mo_openid_email_settings_functions.php');
23
  include dirname( __FILE__ ) . '/mo_openid_Language.php';
24
 
 
 
25
 
26
  include_once dirname(__FILE__) . '/class-mo-openid-login-widget.php';
27
 
58
  add_action('wp_ajax_mo_openid_rating_given', 'mo_openid_rating_given');
59
  add_action('wp_ajax_mo_check_restrict_user', 'mo_openid_restrict_user');
60
  add_action('wp_ajax_mo_disable_app', 'mo_disable_app');
61
+
62
  add_action( 'wp_enqueue_scripts', array( $this, 'mo_openid_plugin_script' ) ,5);
63
 
64
  //for addon
86
  update_option('mo_openid_customer_token', 'jMj7MEdu4wkHObiD');
87
  update_option('mo_openid_admin_customer_key', '253560');
88
  }
89
+ add_option('app_pos','facebook#google#discord#twitter#vkontakte#instagram#linkedin#amazon#salesforce#yahoo#snapchat#dribbble');
90
  if(strlen(get_option('app_pos')) != 114) {
91
  delete_option('app_pos');
92
+ add_option('app_pos','facebook#google#discord#twitter#vkontakte#instagram#linkedin#amazon#salesforce#yahoo#snapchat#dribbble');
93
+ }
94
+ if(strlen(get_option('app_pos')) != 102) {
95
+ delete_option('app_pos');
96
+ add_option('app_pos','facebook#google#discord#twitter#vkontakte#instagram#linkedin#amazon#salesforce#yahoo#snapchat#dribbble');
97
  }
98
  update_option('app_pos_premium','apple#paypal#wordpress#github#hubspot#mailru#gitlab#steam#slack#trello#disqus#pinterest#yandex#spotify#reddit#tumblr#twitch#vimeo#kakao#flickr#line#meetup#dropbox#stackexchange#livejournal#foursquare#teamsnap#naver#odnoklassniki#wiebo#wechat#baidu#renren#qq#fitbit#stackoverflow#mailchimp#youtube#strava');
99
  add_option('mo_openid_default_login_enable',1);
886
  }
887
 
888
 
889
+
 
 
 
890
  function mo_openid_add_social_share_links($content) {
891
  global $post;
892
  $post_content=$content;
mo-openid-social-login-functions.php CHANGED
@@ -70,8 +70,7 @@ function mo_openid_process_custom_app_callback()
70
  $appname = "google";
71
  } else if ((strpos($_SERVER['REQUEST_URI'], "openidcallback/facebook") !== false) || (strpos($_SERVER['REQUEST_URI'], "openidcallback=facebook") !== false)) {
72
  $appname = "facebook";
73
- } else if ((strpos($_SERVER['REQUEST_URI'], "openidcallback/windowslive") !== false)) {
74
- $appname = "windowslive";
75
  } else if ((strpos($_SERVER['REQUEST_URI'], "openidcallback/vkontakte") !== false)) {
76
  $appname = "vkontakte";
77
  } else if ((strpos($_SERVER['REQUEST_URI'], "openidcallback/linkedin") !== false)) {
70
  $appname = "google";
71
  } else if ((strpos($_SERVER['REQUEST_URI'], "openidcallback/facebook") !== false) || (strpos($_SERVER['REQUEST_URI'], "openidcallback=facebook") !== false)) {
72
  $appname = "facebook";
73
+
 
74
  } else if ((strpos($_SERVER['REQUEST_URI'], "openidcallback/vkontakte") !== false)) {
75
  $appname = "vkontakte";
76
  } else if ((strpos($_SERVER['REQUEST_URI'], "openidcallback/linkedin") !== false)) {
readme.txt CHANGED
@@ -1,18 +1,18 @@
1
  === WordPress Social Login and Register (Discord, Google, Twitter, LinkedIn) ===
2
- Contributors: sociallogin, vkontakte, cyberlord92
3
  Donate link: https://www.miniorange.com
4
- Tags: social login, facebook login, google login, social sharing, twitter login, linkedIn, user login, vkontakte login, social comments, social commenting, woocommerce login, facebook, twitter, google, social connect, social network login, social plugin, windows, microsoft, discord login, openID, OAuth Login, User Login, social media login, user registration, social sign in.
5
  Requires at least: 2.0.2
6
- Tested up to: 6.0
7
- Stable tag: 7.5.11
8
  License: GPLv2 or later
9
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
 
11
- Social Login with Discord, Facebook, Google, Twitter, LinkedIn and 40+ apps. Social login with social share and comments. Free, fast & easy! WooCommerce Integration.
12
 
13
  == Description ==
14
 
15
- WordPress Social Login Plugin allows social login, social share & commenting using widely used apps like Facebook, Google, LinkedIn, Twitter, Apple, Discord, Twitch, Line, Wechat, 40 other apps available. Instead of requiring your visitors to waste time filling out the typical registration form, it allows them to register/login to your website using their social media profiles.
16
 
17
  Integrations with popular plugins like WooCommerce, BuddyPress, MailChimp, Paid Memberships Pro, Ultimate Member, and applications like Discord & Hubspot.
18
 
@@ -26,9 +26,9 @@ We provide different display options with beautiful login button customizations
26
  = Free Social Login Features =
27
 
28
  * 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-discord-with-social-login-in-wordpress" target="_blank">Discord</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>,etc.
29
- * **One-click** activation for Login with Google, Amazon, Vkontakte, LinkedIn, Windows Live (Microsoft login), Yahoo, Salesforce, Snapchat and Dribbble.
30
  * **Flexible display** - Display Social login icons anywhere on your websites.
31
- * **Sync user data** - Sync user data from multiple social network providers like Facebook, Google, Microsoft into one social login account.
32
  * **Secure Login** - User Login with safe and secure authorization and authentication protocols like OAuth and OpenID.
33
  * **Customizable social login icons** - Choose from multiple themes, shapes and effects. Pick any size and color. Enable transform effect for social login icons.
34
  * **User Redirection** - Redirect users to pages you desire after any user logs in or logs out. Custom login redirect URL and custom logout redirect URL.
@@ -37,9 +37,9 @@ We provide different display options with beautiful login button customizations
37
  * **Take full control** - Setup your social login applications with APP ID and APP Secret for Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Yahoo.
38
  * **Preview** - Preview custom social login icons before you publish them on your website.
39
  * **Profile completion** (username, email) - Prompt users for email-id & username if social login app doesn't return it. Verify Emails using verification code.
40
- * **Email Notifications** - Emails are sent to admin when a user registers with any social login application.
41
  * **Enable/disable user registration** - Allow or restrict user registration using social login.
42
- * **Social Share** - Social share with Facebook, Twitter, LinkedIn, Reddit, etc.
43
  * **Social Comments**
44
  * **User friendly UI**
45
  * Customizable Text For Social Login Icons.
@@ -90,7 +90,7 @@ We provide different display options with beautiful login button customizations
90
  * <a href="https://plugins.miniorange.com/login-with-yandex-using-wordpress-social-login" target="_blank">Yandex login (яндекс логин)</a>
91
 
92
  = Free Social Share & Social Comments Features =
93
- * **Share with social applications** - Facebook, Twitter, Google+, Pinterest, Reddit, Vkontakte, Tumblr, StumbleUpon, LinkedIn, Pocket, Digg, Email, Print, and Whatsapp
94
  * **Facebook Comments** - Allow social login users to comment using Facebook.
95
  * **Disqus Comments** - Allow social login users to comment using Disqus.
96
  * **Shortcodes** - Add social share icons on the homepage, posts, feeds, content pages, WooCommerce product pages, etc., or anywhere else on your site.
@@ -101,9 +101,9 @@ We provide different display options with beautiful login button customizations
101
  * **24 / 7 Support** - Using email and in-plugin support form.
102
 
103
  = Why miniOrange Social Login =
104
- * **13 Free Social Login apps** - Login with popular social network providers namely Facebook, Google, Discord, Twitter, LinkedIn, Instagram, Vkontakte, Windows Live, Amazon, Salesforce, Yahoo, Snapchat and Dribbble all available in the free plan.
105
  * **No Setup required** - Simply register with us and use our pre-configured application. We will handle everything for you.
106
- * **24 / 7 Support** - If you face any issues or if you simply require assistance with the Social Login plugin then please contact us. Whatever it may be we will solve the issue for you and get everything working as soon as possible.
107
  * **Tons of Free Features** - We have a huge roster of free features. With other plugins, you will have to pay for these features.
108
  * **Icon Customizations** - Flexible icon customizations for Social Login and Social Share icons. No CSS knowledge is needed! Choose from different themes, shapes, and sizes. Pick any color you want to display the social icons.
109
  * **Social Share** - Social share available with all the widely used applications. Users can share anything using Facebook social share, Twitter social share, etc.
@@ -118,6 +118,9 @@ We provide different display options with beautiful login button customizations
118
  * Reddit Social Share
119
  * Pinterest Social Share
120
  * Google Social Share
 
 
 
121
  * Vkontakte Social Share
122
  * Whatsapp Social Share
123
  * Tumblr Social Share
@@ -142,8 +145,8 @@ We provide different display options with beautiful login button customizations
142
 
143
  = Paid Social Login Features =
144
 
145
- * **40+ Social Login Providers** - Choose from 40+ applications (Facebook Login, Google Login, Discord Login etc.) for social login and user registration. Many social network providers added continuously.
146
- * **One-click activation** - For Login with Discord, Apple, Facebook, Google, Amazon, Vkontakte, LinkedIn, Windows Live (Microsoft login), WordPress, Yahoo, Salesforce, Stackoverflow, Mailchimp, Strava etc.
147
  * **Social login Integrations** - Social integrations with popular WordPress plugins like <a href="https://plugins.miniorange.com/guide-to-configure-woocommerce-with-wordpress-social-login" target="_blank">WooCommerce</a>, <a href="https://plugins.miniorange.com/guide-to-configure-paid-membership-pro-with-wordpress-social-login" target="_blank">Paid Memberships Pro</a>, <a href="https://plugins.miniorange.com/guide-to-configure-buddypress-with-wordpress-social-login" target="_blank">BuddyPress</a>, <a href="https://plugins.miniorange.com/guide-to-configure-mailchimp-integration-with-wordpress-social-login" target="_blank">MailChimp</a> and HubSpot.
148
  * **Social Login Integrations** - Social login icons on WooCommerce pages, BuddyPress pages, Paid Memberships Pro pages, MemberPress pages, Ultimate Member pages.
149
  * **GDPR Compliance.**
@@ -151,11 +154,11 @@ We provide different display options with beautiful login button customizations
151
  * **Email Notifications** - Email sent to user/multiple admins when a user registers with any social login application.
152
  * **Recaptcha** - Enable Recaptcha and ensure the safety of your website.
153
  * **User Moderation** - Approve users registering through social login.
154
- * **Sync user data** - Sync user data from multiple social network providers like Facebook, Google, Microsoft into one social login account.
155
  * **User Redirection** - Redirect users on registration, login, and logout to pages you desire. Custom registration redirect URL, Custom login redirect URL, and custom logout redirect URL.
156
  * **Assign user roles** - Assign WordPress roles to users on registration through social login.
157
  * Use Shortcode anywhere on your website to display social login icons.
158
- * Take full control - Setup your social login application with APP ID and APP Secret for Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Yahoo.
159
  * Preview custom social login icons.
160
  * Profile completion (username, email) - Prompt users for email-id & username if social login app doesn't return it. Verify Emails using verification code.
161
  * **User Control** - Enable/disable user registration through social media login.
@@ -216,7 +219,7 @@ For more support or info email us at info@miniorange.com or <a href="https://www
216
  2. Customize Social login and Social share buttons/icons.
217
  3. Add miniOrange Social Login and Social plugin through Display Options.
218
  4. For adding widgets, go to `Appearance -> Widgets`. From available widgets, you will find `miniOrange - Social Login`, `miniOrange Sharing - Horizontal`, and `miniOrange Sharing - Vertical` widgets. Drag it to the chosen widget area where you want it to appear.
219
- 5. For adding icons to page, use Shortcodes [miniorange_social_login], [miniorange_social_sharing], [miniorange_social_sharing_vertical]. Further go to Shortcode tab to customize them.
220
  6. Now visit your site and you will see login and sharing icons.
221
 
222
 
@@ -227,12 +230,12 @@ Please follow the steps given below to download and activate the social login pr
227
  1. Login to miniOrange dashboard <a href="https://login.xecurify.com/moas/login" >here</a>.
228
  2. Click on the License option on the left-hand menu.
229
  3. You will see the download the social login premium plugin link Click on Download Plugin and extract the zip.
230
- 4. Do not delete the older files just replace the old plugin files with the new plugin.
231
  5. To activate the newly installed plugin you need a license key. Click on the View License Key button in the License option on the left-hand menu of the miniOrange dashboard.
232
- 6. Copy the Licence key.
233
- 7. Go to miniOrange Social Login Plugin on the WordPress dashboard and after login into the plugin, it will ask for the license key paste the license key which you copied from the miniOrange dashboard.
234
 
235
- = I need login with other Social Login apps like Pinterest, Yahoo, Paypal, etc. ? =
236
  Please email us at info@miniorange.com. You can also submit your app request from the plugin's configuration page.
237
 
238
  = I can't see any Social Login to enable. I only see Register with miniOrange? =
@@ -262,7 +265,7 @@ Please email us at info@miniorange.com. You can also submit your query from the
262
 
263
  1. Social Login apps setup preview.
264
  2. Social Login icon customization and preview.
265
- 3. Social Login display Options.
266
  4. Social Login redirection options.
267
  5. Advanced options for Social Login.
268
  6. Temporary user for wp-login.
@@ -270,17 +273,21 @@ Please email us at info@miniorange.com. You can also submit your query from the
270
  8. Icon preview for Social Sharing.
271
  9. Social Login with square images.
272
  10. Social Login with icon with default theme and long buttons.
273
- 11. Social Login with icon with white background and long buttons.
274
  12. Social Login with icon with Hover theme, Transform effect and long buttons.
275
- 13. Social Login with icon with smart theme, Transform effect and long buttons.
276
  14. Social Login with icon with Custom Hover theme, Transform effect and circle buttons.
277
  15. Square Social share buttons - horizontal and vertical.
278
  16. Social Sharing icons without background.
279
 
280
  ==Changelog==
 
 
 
 
281
  = 7.5.11 =
282
  * Updated the licensing plan.
283
- * UI improvments.
284
 
285
  = 7.5.10 =
286
  * Added shortcode logout button on frontend.
@@ -291,7 +298,7 @@ Please email us at info@miniorange.com. You can also submit your query from the
291
  = 7.5.9 =
292
  * Introduced a new Enterprise plan.
293
  * Added Skip button during plugin deactivation.
294
- * Added MailChimp and Strava in Premium and all-inclusive version.
295
 
296
  = 7.5.8 =
297
  * Removed banner
@@ -354,7 +361,7 @@ Please email us at info@miniorange.com. You can also submit your query from the
354
  * Added pre-activated apps for Google, LinkedIN, and Amazon.
355
  * Added and introduced Rest API / Mobile SSO solution for Android and iOS applications.
356
  * Introduced multisite plans for Standard, Premium, and All-inclusive plans.
357
- * Added and introduced new Discord Add-on.
358
 
359
  = 7.4.8 =
360
  * Facebook and Google icon issue resolved.
@@ -394,7 +401,7 @@ Please email us at info@miniorange.com. You can also submit your query from the
394
 
395
  = 7.4.3 =
396
  * Tested all features of Social login, sharing, and commenting with the latest WordPress version. Compatible with WordPress version 5.5
397
- * New Christmas offer released. All social support plans 50% off. Discounts on various social plans.
398
  * Minor UI changes.
399
 
400
  = 7.4.2 =
@@ -466,7 +473,7 @@ Please email us at info@miniorange.com. You can also submit your query from the
466
  * Minor UI changes.
467
 
468
  = 7.3.5 =
469
- * Compatable with WordPress version 5.4
470
  * Minor UI changes.
471
 
472
  = 7.3.4 =
@@ -481,7 +488,7 @@ Please email us at info@miniorange.com. You can also submit your query from the
481
  * Updated feedback on deactivation.
482
  * Minor UI changes.
483
  * Added a new social login plugin for woocommerce integration.
484
- * Added auto as a parameter for width in shortcode of social login icons.
485
  * Added Reddit, Foursquare, Snapchat, Teamsnap, Live Journal, Odnoklassniki, Naver.
486
 
487
  = 7.3.1 =
@@ -506,7 +513,7 @@ Please email us at info@miniorange.com. You can also submit your query from the
506
  * Drag and change positions of icons.
507
  * Added Custom app for Social login applications like google, vkontakte, instagram, linkedin, amazon, salesforce, windowslive, and yahoo.
508
  * Added copy to clipboard option.
509
- * Added Copy to clipboard for instructions to setup custom apps and shortcodes.
510
  * Added Social Share count Feature.
511
  * Added Horizontal long buttons option in shortcode.
512
  * Added more customizable options in Social Login shortcode.
@@ -524,8 +531,8 @@ Please email us at info@miniorange.com. You can also submit your query from the
524
  * Added Add-on UI in the Social login plugin.
525
 
526
  = 7.2.4 =
527
- * Made contact us changes.
528
- * Storing firstname and lastname issue solved.
529
  * Changed datatype of column user_id in the mo_openid_linked_user table.
530
  * Added end tour button.
531
 
@@ -556,7 +563,7 @@ SECURITY FIXES
556
  * Fixed Non-English Character issue in the username.
557
  * Fixed the role mapping error message while login.
558
  * Fixed Whatsapp Sharing image issue.
559
- * Fixed some UI issues in Social login dsiplay options.
560
 
561
  = 7.1.5 =
562
  * Fixed issue of getting '#_=_' string appended to URL after login with Facebook.
@@ -564,7 +571,7 @@ SECURITY FIXES
564
  * UI changes (Social login plugin).
565
 
566
  = 7.1.4 =
567
- * Add Yahoo as social login option in default apps.
568
  * Fixed Permalink issue.
569
  * Added Customizable text for OTP email notification.
570
  * Fixed session issue for account linking.
@@ -648,7 +655,7 @@ SECURITY FIXES
648
  * Removed rows in account linking table that have empty field values
649
 
650
  = 6.6.0 =
651
- * Added resend otp in Profile Completion when user resisters through Social login.
652
  * Added column timestamp in account linking table
653
  * Added option to disable particular Social login custom app
654
  * Added include_email parameter in for twitter custom app
@@ -995,9 +1002,13 @@ SECURITY FIXES
995
  * First version of Social Login, Social Sharing plugin.
996
 
997
  == Upgrade Notice ==
 
 
 
 
998
  = 7.5.11 =
999
  * Updated the licensing plan.
1000
- * UI improvments.
1001
 
1002
  = 7.5.10 =
1003
  * Added shortcode logout button on frontend.
@@ -1008,7 +1019,7 @@ SECURITY FIXES
1008
  = 7.5.9 =
1009
  * Introduced a new Enterprise plan.
1010
  * Added Skip button during plugin deactivation.
1011
- * Added MailChimp and Strava in Premium and all-inclusive version.
1012
 
1013
  = 7.5.8 =
1014
  *Removed banner
@@ -1071,7 +1082,7 @@ SECURITY FIXES
1071
  * Added pre-activated apps for Google, LinkedIN, and Amazon.
1072
  * Added and introduced Rest API / Mobile SSO solution for Android and iOS applications.
1073
  * Introduced multisite plans for Standard, Premium, and All-inclusive plans.
1074
- * Added and introduced new Discord Add-on.
1075
 
1076
  = 7.4.8 =
1077
  * Facebook and Google icon issue resolved.
@@ -1179,7 +1190,7 @@ SECURITY FIXES
1179
  * Minor UI changes.
1180
 
1181
  = 7.3.5 =
1182
- * Compatable with WordPress version 5.4
1183
  * Minor UI changes.
1184
 
1185
  = 7.3.4 =
@@ -1194,7 +1205,7 @@ SECURITY FIXES
1194
  * Updated feedback on deactivation.
1195
  * Minor UI changes.
1196
  * Added a new social login plugin for WooCommerce integration.
1197
- * Added auto as a parameter for width in shortcode of social login icons.
1198
  * Added Reddit, Foursquare, Snapchat, Teamsnap, Live Journal, Odnoklassniki, Naver.
1199
 
1200
  = 7.3.1 =
@@ -1273,7 +1284,7 @@ SECURITY FIXES
1273
  * UI changes (Social login plugin).
1274
 
1275
  = 7.1.4 =
1276
- * Add Yahoo as social login option in default apps.
1277
  * Fixed Permalink issue.
1278
  * Added Customizable text for OTP email notification.
1279
  * Fixed session issue for account linking.
@@ -1357,7 +1368,7 @@ SECURITY FIXES
1357
  * Removed rows in account linking table that have empty field values
1358
 
1359
  = 6.6.0 =
1360
- * Added resend OTP in Profile Completion when user resisters through Social login.
1361
  * Added column timestamp in account linking table
1362
  * Added option to disable particular Social login custom app
1363
  * Added include_email parameter in for the Twitter custom app
@@ -1710,3 +1721,4 @@ SECURITY FIXES
1710
  = 1.0 =
1711
  * First version of Social Login, Social Sharing plugin.
1712
 
 
1
  === WordPress Social Login and Register (Discord, Google, Twitter, LinkedIn) ===
2
+ Contributors: cyberlord92
3
  Donate link: https://www.miniorange.com
4
+ Tags: social login, discord login, facebook login, google login, twitter login, social sharing, linkedIn login, user login, vkontakte login, social comments, woocommerce login, social connect, social network login, social plugin, windows, microsoft, openID, OAuth Login, social media login, user registration, social sign in.
5
  Requires at least: 2.0.2
6
+ Tested up to: 6.0.0
7
+ Stable tag: 7.5.12
8
  License: GPLv2 or later
9
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
 
11
+ Social Login with Discord, Facebook, Google, Twitter, Apple, Twitch, LinkedIn and 40+ apps. Social login with social sharing and comments. Free, fast & easy! WooCommerce Integration.
12
 
13
  == Description ==
14
 
15
+ Social Login Plugin on WordPress allows social login, social share & commenting using widely used apps like Facebook, Google, LinkedIn, Twitter, Apple, Discord, Twitch, Line, Wechat, 40 other apps available. Instead of requiring your visitors to waste time filling out the typical registration form, it allows them to register/login to your website using their social media profiles.
16
 
17
  Integrations with popular plugins like WooCommerce, BuddyPress, MailChimp, Paid Memberships Pro, Ultimate Member, and applications like Discord & Hubspot.
18
 
26
  = Free Social Login Features =
27
 
28
  * 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-discord-with-social-login-in-wordpress" target="_blank">Discord</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>,etc.
29
+ * **One-click** activation for Login with Google, Amazon, Vkontakte, Discord, Apple, Twitch, LinkedIn, Windows Live (Microsoft login), Yahoo, Salesforce, Snapchat and Dribbble.
30
  * **Flexible display** - Display Social login icons anywhere on your websites.
31
+ * **Sync user data** - Sync user data from multiple social network providers like Facebook, Google, Discord, Apple, Microsoft into one social login account.
32
  * **Secure Login** - User Login with safe and secure authorization and authentication protocols like OAuth and OpenID.
33
  * **Customizable social login icons** - Choose from multiple themes, shapes and effects. Pick any size and color. Enable transform effect for social login icons.
34
  * **User Redirection** - Redirect users to pages you desire after any user logs in or logs out. Custom login redirect URL and custom logout redirect URL.
37
  * **Take full control** - Setup your social login applications with APP ID and APP Secret for Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Yahoo.
38
  * **Preview** - Preview custom social login icons before you publish them on your website.
39
  * **Profile completion** (username, email) - Prompt users for email-id & username if social login app doesn't return it. Verify Emails using verification code.
40
+ * **Email Notifications** - Emails are sent to the admin when a user registers with any social login application.
41
  * **Enable/disable user registration** - Allow or restrict user registration using social login.
42
+ * **Social Share** - Social sharing with Facebook, Twitter, LinkedIn, Discord, Apple, Twitch, Reddit, etc.
43
  * **Social Comments**
44
  * **User friendly UI**
45
  * Customizable Text For Social Login Icons.
90
  * <a href="https://plugins.miniorange.com/login-with-yandex-using-wordpress-social-login" target="_blank">Yandex login (яндекс логин)</a>
91
 
92
  = Free Social Share & Social Comments Features =
93
+ * **Share with social applications** - Facebook, Twitter, Google+, Pinterest, Reddit, Vkontakte, Tumblr, StumbleUpon, LinkedIn, Discord, Apple, Twitch, Pocket, Digg, Email, Print, and Whatsapp
94
  * **Facebook Comments** - Allow social login users to comment using Facebook.
95
  * **Disqus Comments** - Allow social login users to comment using Disqus.
96
  * **Shortcodes** - Add social share icons on the homepage, posts, feeds, content pages, WooCommerce product pages, etc., or anywhere else on your site.
101
  * **24 / 7 Support** - Using email and in-plugin support form.
102
 
103
  = Why miniOrange Social Login =
104
+ * **13 Free Social Login apps** - Login with popular social network providers namely Facebook, Google, Discord, Apple, Twitch Twitter, LinkedIn, Instagram, Vkontakte, Windows Live, Amazon, Salesforce, Yahoo, Snapchat and Dribbble all available in the free plan.
105
  * **No Setup required** - Simply register with us and use our pre-configured application. We will handle everything for you.
106
+ * **24 / 7 Support** - If you face any issues or if you simply require assistance with the Social Login plugin then please contact us. Whatever it may be, we will solve the issue for you and get everything working as soon as possible.
107
  * **Tons of Free Features** - We have a huge roster of free features. With other plugins, you will have to pay for these features.
108
  * **Icon Customizations** - Flexible icon customizations for Social Login and Social Share icons. No CSS knowledge is needed! Choose from different themes, shapes, and sizes. Pick any color you want to display the social icons.
109
  * **Social Share** - Social share available with all the widely used applications. Users can share anything using Facebook social share, Twitter social share, etc.
118
  * Reddit Social Share
119
  * Pinterest Social Share
120
  * Google Social Share
121
+ * Discord Social Share
122
+ * Twitch Social Share
123
+ * Apple Social Share
124
  * Vkontakte Social Share
125
  * Whatsapp Social Share
126
  * Tumblr Social Share
145
 
146
  = Paid Social Login Features =
147
 
148
+ * **40+ Social Login Providers** - Choose from 40+ applications (Facebook Login, Google Login, Discord Login, Twitch Login, Apple Login etc.) for social login and user registration. Many social network providers added continuously.
149
+ * **One-click activation** - For Login with Discord, Apple, Twitch, Facebook, Google, Amazon, Vkontakte, LinkedIn, Windows Live (Microsoft login), WordPress, Yahoo, Salesforce, Stackoverflow, Mailchimp, Strava etc.
150
  * **Social login Integrations** - Social integrations with popular WordPress plugins like <a href="https://plugins.miniorange.com/guide-to-configure-woocommerce-with-wordpress-social-login" target="_blank">WooCommerce</a>, <a href="https://plugins.miniorange.com/guide-to-configure-paid-membership-pro-with-wordpress-social-login" target="_blank">Paid Memberships Pro</a>, <a href="https://plugins.miniorange.com/guide-to-configure-buddypress-with-wordpress-social-login" target="_blank">BuddyPress</a>, <a href="https://plugins.miniorange.com/guide-to-configure-mailchimp-integration-with-wordpress-social-login" target="_blank">MailChimp</a> and HubSpot.
151
  * **Social Login Integrations** - Social login icons on WooCommerce pages, BuddyPress pages, Paid Memberships Pro pages, MemberPress pages, Ultimate Member pages.
152
  * **GDPR Compliance.**
154
  * **Email Notifications** - Email sent to user/multiple admins when a user registers with any social login application.
155
  * **Recaptcha** - Enable Recaptcha and ensure the safety of your website.
156
  * **User Moderation** - Approve users registering through social login.
157
+ * **Sync user data** - Sync user data from multiple social network providers like Facebook, Google, Microsoft,Twitch, Discord, Apple, into one social login account.
158
  * **User Redirection** - Redirect users on registration, login, and logout to pages you desire. Custom registration redirect URL, Custom login redirect URL, and custom logout redirect URL.
159
  * **Assign user roles** - Assign WordPress roles to users on registration through social login.
160
  * Use Shortcode anywhere on your website to display social login icons.
161
+ * Take full control - Setup your social login application with APP ID and APP Secret for Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Discord, Apple, Twitch, Windows Live & Yahoo.
162
  * Preview custom social login icons.
163
  * Profile completion (username, email) - Prompt users for email-id & username if social login app doesn't return it. Verify Emails using verification code.
164
  * **User Control** - Enable/disable user registration through social media login.
219
  2. Customize Social login and Social share buttons/icons.
220
  3. Add miniOrange Social Login and Social plugin through Display Options.
221
  4. For adding widgets, go to `Appearance -> Widgets`. From available widgets, you will find `miniOrange - Social Login`, `miniOrange Sharing - Horizontal`, and `miniOrange Sharing - Vertical` widgets. Drag it to the chosen widget area where you want it to appear.
222
+ 5. For adding icons to the page, use Shortcodes [miniorange_social_login], [miniorange_social_sharing], [miniorange_social_sharing_vertical]. Further go to the Shortcode tab to customize them.
223
  6. Now visit your site and you will see login and sharing icons.
224
 
225
 
230
  1. Login to miniOrange dashboard <a href="https://login.xecurify.com/moas/login" >here</a>.
231
  2. Click on the License option on the left-hand menu.
232
  3. You will see the download the social login premium plugin link Click on Download Plugin and extract the zip.
233
+ 4. Do not delete the older files, just replace the old plugin files with the new plugin.
234
  5. To activate the newly installed plugin you need a license key. Click on the View License Key button in the License option on the left-hand menu of the miniOrange dashboard.
235
+ 6. Copy the License key.
236
+ 7. Go to miniOrange Social Login Plugin on the WordPress dashboard and after login into the plugin, it will ask for the license key and paste the license key which you copied from the miniOrange dashboard.
237
 
238
+ = I need to login with other Social Login apps like Pinterest, Yahoo, Paypal, etc. ? =
239
  Please email us at info@miniorange.com. You can also submit your app request from the plugin's configuration page.
240
 
241
  = I can't see any Social Login to enable. I only see Register with miniOrange? =
265
 
266
  1. Social Login apps setup preview.
267
  2. Social Login icon customization and preview.
268
+ 3. Social Login Display Options.
269
  4. Social Login redirection options.
270
  5. Advanced options for Social Login.
271
  6. Temporary user for wp-login.
273
  8. Icon preview for Social Sharing.
274
  9. Social Login with square images.
275
  10. Social Login with icon with default theme and long buttons.
276
+ 11. Social Login with an icon with white background and long buttons.
277
  12. Social Login with icon with Hover theme, Transform effect and long buttons.
278
+ 13. Social Login with an icon with a smart theme, Transform effect and long buttons.
279
  14. Social Login with icon with Custom Hover theme, Transform effect and circle buttons.
280
  15. Square Social share buttons - horizontal and vertical.
281
  16. Social Sharing icons without background.
282
 
283
  ==Changelog==
284
+ = 7.5.12 =
285
+ * Update the list of social login application.
286
+ * README update.
287
+
288
  = 7.5.11 =
289
  * Updated the licensing plan.
290
+ * UI improvements.
291
 
292
  = 7.5.10 =
293
  * Added shortcode logout button on frontend.
298
  = 7.5.9 =
299
  * Introduced a new Enterprise plan.
300
  * Added Skip button during plugin deactivation.
301
+ * Added MailChimp and Strava in Premium and all-inclusive versions.
302
 
303
  = 7.5.8 =
304
  * Removed banner
361
  * Added pre-activated apps for Google, LinkedIN, and Amazon.
362
  * Added and introduced Rest API / Mobile SSO solution for Android and iOS applications.
363
  * Introduced multisite plans for Standard, Premium, and All-inclusive plans.
364
+ * Added and introduced a new Discord Add-on.
365
 
366
  = 7.4.8 =
367
  * Facebook and Google icon issue resolved.
401
 
402
  = 7.4.3 =
403
  * Tested all features of Social login, sharing, and commenting with the latest WordPress version. Compatible with WordPress version 5.5
404
+ * New Christmas offer released. All social support plans are 50% off. Discounts on various social plans.
405
  * Minor UI changes.
406
 
407
  = 7.4.2 =
473
  * Minor UI changes.
474
 
475
  = 7.3.5 =
476
+ * Compatible with WordPress version 5.4
477
  * Minor UI changes.
478
 
479
  = 7.3.4 =
488
  * Updated feedback on deactivation.
489
  * Minor UI changes.
490
  * Added a new social login plugin for woocommerce integration.
491
+ * Added auto as a parameter for width in the shortcode of social login icons.
492
  * Added Reddit, Foursquare, Snapchat, Teamsnap, Live Journal, Odnoklassniki, Naver.
493
 
494
  = 7.3.1 =
513
  * Drag and change positions of icons.
514
  * Added Custom app for Social login applications like google, vkontakte, instagram, linkedin, amazon, salesforce, windowslive, and yahoo.
515
  * Added copy to clipboard option.
516
+ * Added Copy to clipboard for instructions to set up custom apps and shortcodes.
517
  * Added Social Share count Feature.
518
  * Added Horizontal long buttons option in shortcode.
519
  * Added more customizable options in Social Login shortcode.
531
  * Added Add-on UI in the Social login plugin.
532
 
533
  = 7.2.4 =
534
+ * Made contact with us changes.
535
+ * Storing firstname and lastname issues solved.
536
  * Changed datatype of column user_id in the mo_openid_linked_user table.
537
  * Added end tour button.
538
 
563
  * Fixed Non-English Character issue in the username.
564
  * Fixed the role mapping error message while login.
565
  * Fixed Whatsapp Sharing image issue.
566
+ * Fixed some UI issues in Social login display options.
567
 
568
  = 7.1.5 =
569
  * Fixed issue of getting '#_=_' string appended to URL after login with Facebook.
571
  * UI changes (Social login plugin).
572
 
573
  = 7.1.4 =
574
+ * Add Yahoo as a social login option in default apps.
575
  * Fixed Permalink issue.
576
  * Added Customizable text for OTP email notification.
577
  * Fixed session issue for account linking.
655
  * Removed rows in account linking table that have empty field values
656
 
657
  = 6.6.0 =
658
+ * Added resend otp in Profile Completion when user registers through Social login.
659
  * Added column timestamp in account linking table
660
  * Added option to disable particular Social login custom app
661
  * Added include_email parameter in for twitter custom app
1002
  * First version of Social Login, Social Sharing plugin.
1003
 
1004
  == Upgrade Notice ==
1005
+ = 7.5.12 =
1006
+ * Update the list of social login application.
1007
+ * README update.
1008
+
1009
  = 7.5.11 =
1010
  * Updated the licensing plan.
1011
+ * UI improvements.
1012
 
1013
  = 7.5.10 =
1014
  * Added shortcode logout button on frontend.
1019
  = 7.5.9 =
1020
  * Introduced a new Enterprise plan.
1021
  * Added Skip button during plugin deactivation.
1022
+ * Added MailChimp and Strava in Premium and all-inclusive versions.
1023
 
1024
  = 7.5.8 =
1025
  *Removed banner
1082
  * Added pre-activated apps for Google, LinkedIN, and Amazon.
1083
  * Added and introduced Rest API / Mobile SSO solution for Android and iOS applications.
1084
  * Introduced multisite plans for Standard, Premium, and All-inclusive plans.
1085
+ * Added and introduced a new Discord Add-on.
1086
 
1087
  = 7.4.8 =
1088
  * Facebook and Google icon issue resolved.
1190
  * Minor UI changes.
1191
 
1192
  = 7.3.5 =
1193
+ * Compatible with WordPress version 5.4
1194
  * Minor UI changes.
1195
 
1196
  = 7.3.4 =
1205
  * Updated feedback on deactivation.
1206
  * Minor UI changes.
1207
  * Added a new social login plugin for WooCommerce integration.
1208
+ * Added auto as a parameter for width in the shortcode of social login icons.
1209
  * Added Reddit, Foursquare, Snapchat, Teamsnap, Live Journal, Odnoklassniki, Naver.
1210
 
1211
  = 7.3.1 =
1284
  * UI changes (Social login plugin).
1285
 
1286
  = 7.1.4 =
1287
+ * Add Yahoo as a social login option in default apps.
1288
  * Fixed Permalink issue.
1289
  * Added Customizable text for OTP email notification.
1290
  * Fixed session issue for account linking.
1368
  * Removed rows in account linking table that have empty field values
1369
 
1370
  = 6.6.0 =
1371
+ * Added resend OTP in Profile Completion when user registers through Social login.
1372
  * Added column timestamp in account linking table
1373
  * Added option to disable particular Social login custom app
1374
  * Added include_email parameter in for the Twitter custom app
1721
  = 1.0 =
1722
  * First version of Social Login, Social Sharing plugin.
1723
 
1724
+
social_apps/mo_openid_configured_apps_funct.php CHANGED
@@ -41,7 +41,7 @@ function mo_get_permalink($appname)
41
  if($appname=="linkedin"){
42
  return $value . '/?openidcallback/' . $appname;
43
  }
44
- if($appname=="windowslive"||$appname=="vkontakte")
45
  {
46
  return $value;
47
  }
@@ -73,7 +73,7 @@ function get_social_app_redirect_uri($appname){
73
  $social_app_redirect_uri = site_url() .'/openidcallback/'.$appname;
74
  }
75
  else{
76
- if($appname=="windowslive"||$appname=="vkontakte")
77
  {
78
  $social_app_redirect_uri = site_url();
79
  }
@@ -90,7 +90,7 @@ function get_social_app_redirect_uri($appname){
90
  $social_app_redirect_uri = site_url() . '/openidcallback';
91
  }
92
  else{
93
- if($appname=="windowslive"||$appname=="vkontakte")
94
  {
95
  $social_app_redirect_uri = site_url();
96
  }
@@ -142,7 +142,7 @@ function mo_openid_get_access_token($postData,$access_token_uri,$appname){
142
 
143
  function mo_openid_get_social_app_data($access_token,$profile_url,$app_name){
144
  $headers='';
145
- if($app_name != 'windowslive' && $app_name!= 'spotify' && $app_name!='meetup')
146
  $headers = ('Authorization:Bearer '.$access_token);
147
  $args = array(
148
  'timeout' => 120,
41
  if($appname=="linkedin"){
42
  return $value . '/?openidcallback/' . $appname;
43
  }
44
+ if($appname=="vkontakte")
45
  {
46
  return $value;
47
  }
73
  $social_app_redirect_uri = site_url() .'/openidcallback/'.$appname;
74
  }
75
  else{
76
+ if($appname=="vkontakte")
77
  {
78
  $social_app_redirect_uri = site_url();
79
  }
90
  $social_app_redirect_uri = site_url() . '/openidcallback';
91
  }
92
  else{
93
+ if($appname=="vkontakte")
94
  {
95
  $social_app_redirect_uri = site_url();
96
  }
142
 
143
  function mo_openid_get_social_app_data($access_token,$profile_url,$app_name){
144
  $headers='';
145
+ if( $app_name!= 'spotify' && $app_name!='meetup')
146
  $headers = ('Authorization:Bearer '.$access_token);
147
  $args = array(
148
  'timeout' => 120,
view/add_on/mo_hubspot_add_on.php CHANGED
@@ -63,7 +63,7 @@ function mo_openid_hubspot_add_on_display()
63
  }
64
  return false;
65
  }
66
- $all_apps='facebook#google#vkontakte#twitter#linkedin#instagram#amazon#paypal#salesforce#windowslive#yahoo#apple#hubspot#wordpress#disqus#pinterest#yandex#spotify#twitch#vimeo#kakao#discord#dribbble#flickr#line#meetup#stackexchange#snapchat#reddit#odnoklassniki#foursquare#naver#teamsnap#livejournal#github#tumblr#wiebo#wechat#renren#baidu#mailru#qq';
67
  $all_apps=explode('#',$all_apps);
68
  $count=0;
69
  foreach ($all_apps as $apps)
63
  }
64
  return false;
65
  }
66
+ $all_apps='facebook#google#vkontakte#twitter#linkedin#instagram#amazon#paypal#salesforce#yahoo#apple#hubspot#wordpress#disqus#pinterest#yandex#spotify#twitch#vimeo#kakao#discord#dribbble#flickr#line#meetup#stackexchange#snapchat#reddit#odnoklassniki#foursquare#naver#teamsnap#livejournal#github#tumblr#wiebo#wechat#renren#baidu#mailru#qq';
67
  $all_apps=explode('#',$all_apps);
68
  $count=0;
69
  foreach ($all_apps as $apps)
view/config_apps/mo_openid_config_apps.php CHANGED
@@ -18,9 +18,7 @@ function mo_openid_show_apps()
18
  foreach ($selected_applications as $apps)
19
  {
20
  $icons=$apps;
21
- if($apps=='windowslive'){
22
- $icons='windows';
23
- }elseif ($apps=='vkontakte'){
24
  $icons='vk';
25
  }elseif ($apps=='stackexchange'){
26
  $icons='stack-exchange';
@@ -79,9 +77,7 @@ function mo_openid_show_apps()
79
  foreach ($selected_applications_premium as $apps)
80
  {
81
  $icons=$apps;
82
- if($apps=='windowslive'){
83
- $icons='windows';
84
- }elseif ($apps=='vkontakte'){
85
  $icons='vk';
86
  }elseif ($apps=='stackexchange'){
87
  $icons='stack-exchange';
@@ -902,14 +898,12 @@ function mo_openid_show_apps()
902
  handle_salesforce();
903
  }
904
  else if(application_name != null) {
905
- var default_color= {'facebook':'#1877F2','google':'#DB4437','vkontakte':'#466482','twitter':'#2795e9','yahoo':'#430297','instagram':'#3f729b','linkedin':'#007bb6','salesforce':'#1ab7ea','windowslive':'#2672ec','dribbble':'#ee66aa','snapchat':'#fffc00','discord':"#7289DA"};
906
  var icon = application_name ;
907
  if(application_name=='vkontakte'){
908
  icon= 'vk';
909
  }
910
- if (application_name=='windowslive'){
911
- icon= 'windows';
912
- }
913
  jQuery( "#custom_app_name").text(application_name.charAt(0).toUpperCase()+application_name.substr(1));
914
  jQuery( ".mo-openid-app-name").attr('id',application_name);
915
  // jQuery( "#custom_app_name_image").attr('alt',application_name);
18
  foreach ($selected_applications as $apps)
19
  {
20
  $icons=$apps;
21
+ if ($apps=='vkontakte'){
 
 
22
  $icons='vk';
23
  }elseif ($apps=='stackexchange'){
24
  $icons='stack-exchange';
77
  foreach ($selected_applications_premium as $apps)
78
  {
79
  $icons=$apps;
80
+ if ($apps=='vkontakte'){
 
 
81
  $icons='vk';
82
  }elseif ($apps=='stackexchange'){
83
  $icons='stack-exchange';
898
  handle_salesforce();
899
  }
900
  else if(application_name != null) {
901
+ var default_color= {'facebook':'#1877F2','google':'#DB4437','vkontakte':'#466482','twitter':'#2795e9','yahoo':'#430297','instagram':'#3f729b','linkedin':'#007bb6','salesforce':'#1ab7ea','dribbble':'#ee66aa','snapchat':'#fffc00','discord':"#7289DA"};
902
  var icon = application_name ;
903
  if(application_name=='vkontakte'){
904
  icon= 'vk';
905
  }
906
+
 
 
907
  jQuery( "#custom_app_name").text(application_name.charAt(0).toUpperCase()+application_name.substr(1));
908
  jQuery( ".mo-openid-app-name").attr('id',application_name);
909
  // jQuery( "#custom_app_name_image").attr('alt',application_name);
view/customise_social_icons/mo_openid_cust_icons.php CHANGED
@@ -176,7 +176,7 @@ function mo_openid_customise_social_icons(){
176
  <b>Preview : </b><br/>
177
  <div style="padding-bottom: 1%; padding-top: 3%">
178
  <?php
179
- $default_color= array('facebook'=>'#1877F2','google'=>'#DB4437','vkontakte'=>'#466482','twitter'=>'#2795e9','yahoo'=>'#430297','yandex'=>'#2795e9','instagram'=>'#3f729b','linkedin'=>'#007bb6','amazon'=>'#ff9900','paypal'=>'#0d127a','salesforce'=>'#1ab7ea','windowslive'=>'#2672ec','apple'=>'#000000','steam'=>'#000000','wordpress'=>'#587ea3','pinterest'=>'#cb2027','spotify'=>'#19bf61','tumblr'=>'#2c4762','twitch'=>'#720e9e','github'=>'#000000','dribbble'=>'#ee66aa','flickr'=>'#ff0084','stackexchange'=>'0000ff','snapchat'=>'#fffc00','reddit'=>'#ff4301','odnoklassniki'=>'#f97400','foursquare'=>'#f94877','wechat'=>'#00c300','vimeo'=>'#1ab7ea','line'=>'#00c300','hubspot'=>'#fa7820','trello'=>'#0079bf','discord'=>'#7289da','meetup'=>'#e51937','stackexchange'=>'#0000FF','wiebo'=>'#df2029','gitlab'=>'#30353e','slack'=>'#4c154d','dropbox'=>'#0061ff','mailru'=>'#0000FF','kakao'=>'#ffe812');
180
 
181
  $app_pos=get_option('app_pos');
182
  $app_pos=explode('#',$app_pos);
@@ -194,10 +194,7 @@ function mo_openid_customise_social_icons(){
194
  $class_app = 'vimeo';
195
  $icon = 'salesforce';
196
  }
197
- elseif ($active_app=='windowslive'){
198
- $class_app='microsoft';
199
- $icon='windows';
200
- }
201
  if($active_app=='google'){
202
  $count_app++;
203
  ?>
176
  <b>Preview : </b><br/>
177
  <div style="padding-bottom: 1%; padding-top: 3%">
178
  <?php
179
+ $default_color= array('facebook'=>'#1877F2','google'=>'#DB4437','vkontakte'=>'#466482','twitter'=>'#2795e9','yahoo'=>'#430297','yandex'=>'#2795e9','instagram'=>'#3f729b','linkedin'=>'#007bb6','amazon'=>'#ff9900','paypal'=>'#0d127a','salesforce'=>'#1ab7ea','apple'=>'#000000','steam'=>'#000000','wordpress'=>'#587ea3','pinterest'=>'#cb2027','spotify'=>'#19bf61','tumblr'=>'#2c4762','twitch'=>'#720e9e','github'=>'#000000','dribbble'=>'#ee66aa','flickr'=>'#ff0084','stackexchange'=>'0000ff','snapchat'=>'#fffc00','reddit'=>'#ff4301','odnoklassniki'=>'#f97400','foursquare'=>'#f94877','wechat'=>'#00c300','vimeo'=>'#1ab7ea','line'=>'#00c300','hubspot'=>'#fa7820','trello'=>'#0079bf','discord'=>'#7289da','meetup'=>'#e51937','stackexchange'=>'#0000FF','wiebo'=>'#df2029','gitlab'=>'#30353e','slack'=>'#4c154d','dropbox'=>'#0061ff','mailru'=>'#0000FF','kakao'=>'#ffe812');
180
 
181
  $app_pos=get_option('app_pos');
182
  $app_pos=explode('#',$app_pos);
194
  $class_app = 'vimeo';
195
  $icon = 'salesforce';
196
  }
197
+
 
 
 
198
  if($active_app=='google'){
199
  $count_app++;
200
  ?>
view/doc_tab/mo_openid_doc_tab.php CHANGED
@@ -210,15 +210,7 @@ function mo_openid_doc_tab()
210
  <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-tw" width="150" height="75" src="https://www.youtube.com/embed/qJmjBQyUBKU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
211
  </li>
212
 
213
- <li class="modt-table-row">
214
- <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">7</div>
215
- <div class="modt-table-col modt-table-col-2" data-label="App Name">
216
- <i class="fab fa-windows" style="margin-bottom: 5px; font-size: 3.5em;color: #2672ec"></i>
217
- <br>Windows
218
- </div>
219
- <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-windowslive-with-social-login-in-wordpress" target="_blank">Windows Login Setup Guide</a></div>
220
- <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-wl" width="150" height="75" src="https://www.youtube.com/embed/LqYZIKKEVxY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
221
- </li>
222
 
223
  <li class="modt-table-row">
224
  <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">8</div>
210
  <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-tw" width="150" height="75" src="https://www.youtube.com/embed/qJmjBQyUBKU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
211
  </li>
212
 
213
+
 
 
 
 
 
 
 
 
214
 
215
  <li class="modt-table-row">
216
  <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">8</div>
view/licensing_plans/mo_openid_lic_plans.php CHANGED
@@ -67,14 +67,14 @@ function mo_openid_licensing_plans()
67
  <li onclick="mo_all_features_clk('free_feature')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
68
  <li class="mo-openid-lic-bold-cl" style="color: red">X</li>
69
  <li>
70
- <div class="mo_openid_tooltip" style="padding-left: 40px;">14 Social Sharing Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<br></span></div></li>
71
  <li>
72
- <div class="mo_openid_tooltip" style="padding-left: 40px;">35 Social Login Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo, <span id="mo_openid_dots4">...</span><span id="mo_openid_more4" style="display:none" >Wordpress, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Line, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots4','mo_openid_more4','mo_openid_myBtn4')" id="mo_openid_myBtn4">Read more</button>
73
  </div>
74
  </li>
75
  <li class="mo-openid-lic-bold-cl";>X</li>
76
  <li>
77
- <div class="mo_openid_tooltip" style="padding-left: 40px;">8 Pre-Configured Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
78
  <li>Sharing Display Option</li>
79
 
80
  <li class="mo-openid-lic-bold-cl";>X</li>
@@ -183,14 +183,14 @@ function mo_openid_licensing_plans()
183
  <li onclick="mo_all_features_clk('free_feature')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
184
  <li class="mo-openid-lic-bold-cl" style="color: red">X</li>
185
  <li>
186
- <div class="mo_openid_tooltip" style="padding-left: 40px;">14 Social Sharing Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<br></span></div></li>
187
  <li>
188
- <div class="mo_openid_tooltip" style="padding-left: 40px;">35 Social Login Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo, <span id="mo_openid_dots4">...</span><span id="mo_openid_more4" style="display:none" >Wordpress, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Line, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots4','mo_openid_more4','mo_openid_myBtn4')" id="mo_openid_myBtn4">Read more</button>
189
  </div>
190
  </li>
191
  <li class="mo-openid-lic-bold-cl";>X</li>
192
  <li>
193
- <div class="mo_openid_tooltip" style="padding-left: 40px;">8 Pre-Configured Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
194
  <li>Sharing Display Option</li>
195
 
196
  <li class="mo-openid-lic-bold-cl";>X</li>
@@ -345,14 +345,14 @@ function mo_openid_licensing_plans()
345
  <li onclick="mo_all_features_clk('free_feature')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
346
  <li class="mo-openid-lic-bold-cl" style="color: red">X</li>
347
  <li>
348
- <div class="mo_openid_tooltip" style="padding-left: 40px;">14 Social Sharing Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<br></span></div></li>
349
  <li>
350
- <div class="mo_openid_tooltip" style="padding-left: 40px;">42 Social Login Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Apple, Discord, Twitch, Line, Hubspot, Paypal, Github, Dropbox, Wechat, Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo,<span id="mo_openid_dots6">...</span><span id="mo_openid_more6" style="display:none" > Wordpress, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots6','mo_openid_more6','mo_openid_myBtn6')" id="mo_openid_myBtn6">Read more</button>
351
  </div>
352
  </li>
353
  <li>Apple, Twitch, & Discord Login</li>
354
  <li>
355
- <div class="mo_openid_tooltip" style="padding-left: 40px;">8 Pre-Configured Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
356
  <li>Sharing Display Option</li>
357
  <li class="mo-openid-lic-bold-cl";>X</li>
358
  <li class="mo-openid-lic-bold-cl";>X</li>
@@ -458,14 +458,14 @@ function mo_openid_licensing_plans()
458
  <li onclick="mo_all_features_clk('free_feature')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
459
  <li class="mo-openid-lic-bold-cl" style="color: red">X</li>
460
  <li>
461
- <div class="mo_openid_tooltip" style="padding-left: 40px;">14 Social Sharing Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<br></span></div></li>
462
  <li>
463
- <div class="mo_openid_tooltip" style="padding-left: 40px;">42 Social Login Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Apple, Discord, Twitch, Line, Hubspot, Paypal, Github, Dropbox, Wechat, Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo,<span id="mo_openid_dots6">...</span><span id="mo_openid_more6" style="display:none" > Wordpress, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots6','mo_openid_more6','mo_openid_myBtn6')" id="mo_openid_myBtn6">Read more</button>
464
  </div>
465
  </li>
466
  <li>Apple, Twitch, & Discord Login</li>
467
  <li>
468
- <div class="mo_openid_tooltip" style="padding-left: 40px;">8 Pre-Configured Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
469
  <li>Sharing Display Option</li>
470
  <li class="mo-openid-lic-bold-cl";>X</li>
471
  <li class="mo-openid-lic-bold-cl";>X</li>
@@ -616,16 +616,16 @@ function mo_openid_licensing_plans()
616
  <li onclick="mo_all_features_clk('free_feature')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
617
  <li onclick="mo_all_features_clk('custom_registration_adon')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>Custom Registration Form+</b></li>
618
  <li>
619
- <div class="mo_openid_tooltip" style="padding-left: 40px;">45 Social Sharing Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<span id="mo_openid_dots3">...</span><span id="mo_openid_more3" style="display:none" ><br>Buffer, Amazon_wishlist, Telegram, Line, Yahoo, Instapaper, Mewe, Livejournal, Mix, AOI Mail, Qzone, Gmail, Typepad_post, Fark, Bookmark, Fintel, Mendeley, Slashdot, Wanelo, Classroom, Yummly, Hacker_news, Kakao, Plurk, Trello, wykop, Weibo, Renren, Xing, Wordpress, Front it, Skype, Kindle It, Bloggerpost, Mail.ru, Papaly, Blogmarks, Twiddla.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots3','mo_openid_more3','mo_openid_myBtn3')" id="mo_openid_myBtn3">Read more</button>
620
  </div>
621
  </li>
622
  <li>
623
- <div class="mo_openid_tooltip" style="padding-left: 40px;">43 Social Login Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Apple, Dropbox, Discord, Twitch, Line, Hubspot, Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo.<span id="mo_openid_dots0">...</span><span id="mo_openid_more0" style="display:none" >Paypal, Wordpress, Github, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Wechat, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots0','mo_openid_more0','mo_openid_myBtn0')" id="mo_openid_myBtn0">Read more</button>
624
  </div>
625
  </li>
626
  <li>Apple, Twitch, & Discord Login</li>
627
  <li>
628
- <div class="mo_openid_tooltip" style="padding-left: 40px;">9 Pre-Configured Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Facebook, Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
629
  <li>Sharing Display Option</li>
630
  <li class="mo-openid-lic-bold-cl">X</li>
631
  <li class="mo-openid-lic-bold-cl">X</li>
@@ -729,16 +729,16 @@ function mo_openid_licensing_plans()
729
  <li onclick="mo_all_features_clk('free_feature')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
730
  <li onclick="mo_all_features_clk('custom_registration_adon')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>Custom Registration Form+</b></li>
731
  <li>
732
- <div class="mo_openid_tooltip" style="padding-left: 40px;">45 Social Sharing Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<span id="mo_openid_dots3">...</span><span id="mo_openid_more3" style="display:none" ><br>Buffer, Amazon_wishlist, Telegram, Line, Yahoo, Instapaper, Mewe, Livejournal, Mix, AOI Mail, Qzone, Gmail, Typepad_post, Fark, Bookmark, Fintel, Mendeley, Slashdot, Wanelo, Classroom, Yummly, Hacker_news, Kakao, Plurk, Trello, wykop, Weibo, Renren, Xing, Wordpress, Front it, Skype, Kindle It, Bloggerpost, Mail.ru, Papaly, Blogmarks, Twiddla.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots3','mo_openid_more3','mo_openid_myBtn3')" id="mo_openid_myBtn3">Read more</button>
733
  </div>
734
  </li>
735
  <li>
736
- <div class="mo_openid_tooltip" style="padding-left: 40px;">43 Social Login Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Apple, Dropbox, Discord, Twitch, Line, Hubspot, Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo.<span id="mo_openid_dots0">...</span><span id="mo_openid_more0" style="display:none" >Paypal, Wordpress, Github, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Wechat, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots0','mo_openid_more0','mo_openid_myBtn0')" id="mo_openid_myBtn0">Read more</button>
737
  </div>
738
  </li>
739
  <li>Apple, Twitch, & Discord Login</li>
740
  <li>
741
- <div class="mo_openid_tooltip" style="padding-left: 40px;">9 Pre-Configured Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Facebook, Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
742
  <li>Sharing Display Option</li>
743
  <li class="mo-openid-lic-bold-cl">X</li>
744
  <li class="mo-openid-lic-bold-cl">X</li>
@@ -858,16 +858,16 @@ function mo_openid_licensing_plans()
858
  <li onclick="mo_all_features_clk('free_feature')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
859
  <li onclick="mo_all_features_clk('custom_registration_adon')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>Custom Registration Form+</b></li>
860
  <li>
861
- <div class="mo_openid_tooltip" style="padding-left: 40px;">45 Social Sharing Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<span id="mo_openid_dots3">...</span><span id="mo_openid_more3" style="display:none" ><br>Buffer, Amazon_wishlist, Telegram, Line, Yahoo, Instapaper, Mewe, Livejournal, Mix, AOI Mail, Qzone, Gmail, Typepad_post, Fark, Bookmark, Fintel, Mendeley, Slashdot, Wanelo, Classroom, Yummly, Hacker_news, Kakao, Plurk, Trello, wykop, Weibo, Renren, Xing, Wordpress, Front it, Skype, Kindle It, Bloggerpost, Mail.ru, Papaly, Blogmarks, Twiddla.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots3','mo_openid_more3','mo_openid_myBtn3')" id="mo_openid_myBtn3">Read more</button>
862
  </div>
863
  </li>
864
  <li>
865
- <div class="mo_openid_tooltip" style="padding-left: 40px;">43 Social Login Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Apple, Dropbox, Discord, Twitch, Line, Hubspot, Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo.<span id="mo_openid_dots0">...</span><span id="mo_openid_more0" style="display:none" >Paypal, Wordpress, Github, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Wechat, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots0','mo_openid_more0','mo_openid_myBtn0')" id="mo_openid_myBtn0">Read more</button>
866
  </div>
867
  </li>
868
  <li>Apple, Twitch, & Discord Login</li>
869
  <li>
870
- <div class="mo_openid_tooltip" style="padding-left: 40px;">9 Pre-Configured Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Facebook, Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
871
  <li>Sharing Display Option</li>
872
  <li onclick="mo_all_features_clk('support_chat')" class="mo_openid-on-hover-free-fetr" style="cursor:pointer;"><span><i class="fa fa-user"></i> &nbsp; &nbsp;</span>Support Chat</li>
873
  <li onclick="mo_all_features_clk('gravity_form')" class="mo_openid-on-hover-free-fetr" style="cursor:pointer;"><span><i class="fab fa-wpforms"></i> &nbsp; &nbsp;</span>Gravity Form Integration</li>
@@ -971,16 +971,16 @@ function mo_openid_licensing_plans()
971
  <li onclick="mo_all_features_clk('free_feature')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
972
  <li onclick="mo_all_features_clk('custom_registration_adon')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>Custom Registration Form+</b></li>
973
  <li>
974
- <div class="mo_openid_tooltip" style="padding-left: 40px;">45 Social Sharing Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<span id="mo_openid_dots3">...</span><span id="mo_openid_more3" style="display:none" ><br>Buffer, Amazon_wishlist, Telegram, Line, Yahoo, Instapaper, Mewe, Livejournal, Mix, AOI Mail, Qzone, Gmail, Typepad_post, Fark, Bookmark, Fintel, Mendeley, Slashdot, Wanelo, Classroom, Yummly, Hacker_news, Kakao, Plurk, Trello, wykop, Weibo, Renren, Xing, Wordpress, Front it, Skype, Kindle It, Bloggerpost, Mail.ru, Papaly, Blogmarks, Twiddla.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots3','mo_openid_more3','mo_openid_myBtn3')" id="mo_openid_myBtn3">Read more</button>
975
  </div>
976
  </li>
977
  <li>
978
- <div class="mo_openid_tooltip" style="padding-left: 40px;">43 Social Login Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Apple, Dropbox, Discord, Twitch, Line, Hubspot, Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo.<span id="mo_openid_dots0">...</span><span id="mo_openid_more0" style="display:none" >Paypal, Wordpress, Github, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Wechat, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots0','mo_openid_more0','mo_openid_myBtn0')" id="mo_openid_myBtn0">Read more</button>
979
  </div>
980
  </li>
981
  <li>Apple, Twitch, & Discord Login</li>
982
  <li>
983
- <div class="mo_openid_tooltip" style="padding-left: 40px;">9 Pre-Configured Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Facebook, Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
984
  <li>Sharing Display Option</li>
985
  <li>Support Chat</li>
986
  <li>Gravity Form Integration</li>
@@ -1761,7 +1761,7 @@ function mo_openid_licensing_plans()
1761
  </div>
1762
  <?php
1763
  $feature_array= array(
1764
- 'free_feature'=>'<h2>Social Login Free Feature</h2><li>Social Login with Facebook, Google, Twitter, Vkontakte, LinkedIn, Amazon, Windows Live, Salesforce & Yahoo</li><li>NO SETUP required for default social login apps.</li><li>Setup your own social login application with APP ID and APP Secret for Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Yahoo</li><li>Preview is available for Social Login icons</li><li>Icon Customizations – customize shape, theme, space & size of social login icons.</li><li>Profile completion (username, email) – Prompt user for email & username if social login app doesn’t return it. Email is verified with verification code.</li><li>Assign Roles to users – Assign WordPress roles to users logging in with social login application.</li><li>Add the Social Login Icons on: login page, registration page, comment form or anywhere on your site using our Social Login widget/ shortcode.</li><li>Sync Social Profile Picture with WordPress.</li><li>Enable Email Notification to admin when user registers with social login application.</li><li>Enable/disable user registration.</li><li>Customize Login/Logout Redirect URL.</li><li>Customizable Text For Social Login Icons.</li><li>SHORTCODE available for social login.</li><li>Support using email and in-plugin support form.</li>',
1765
  'mailchimp_adon'=>'<h2><i class="fab fa-mailchimp" style="width:35px;height:30px;color: #0c1f28; font-size: 2em"></i> Mailchimp Integration Add-on Feature</h2><h2>Description</h2><li>A user is added as a subscriber to a mailing list in MailChimp when that user registers using Social Login. First name, last name and email are also captured for that user in the Mailing List. Option is available to download csv file that has list of emails of all users in WordPress.</span></li>',
1766
  'custom_registration_adon'=>'<h2><img src="'. plugin_dir_url(dirname(dirname(__FILE__))) .'includes/images/miniorange_logo.png" style="width:35px;height:30px;"> Custom Registration Form Add-on Features</h2><li>Create a pre-registration form</li><li>Allow user to select Role while Registration</li> <li>All WordPress Themes Supported</li><li>Map Users Data returned from all Social Apps</li><li>Add Custom Fields in the Registration form</li><li>Edit Profile option using shortcode</li><li>Support input field types: text, date, checkbox or dropdown</li><li>Advanced Form Control</li><li>Sync existing meta field</li>',
1767
  'woocommerce_int_adon'=>'<h2><img src="'. plugin_dir_url(dirname(dirname(__FILE__))) .'includes/images/woocommerce.png" style="width:35px;height:30px;"> WooCommerce Integration Add-on Features</h2><li>WooCommerce Display Options</li><li>First name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page.</li><li>Social Login on WooCommerce Login Page</li><li>Social Login on WooCommerce Registration Page</li><li>Social Login on WooCommerce Checkout Page</li><li>Before WooCommerce Login Form</li><li>Before "Remember Me" of WooCommerce Login Form</li> <li>After WooCommerce Login Form</li><li>Before WooCommerce Registration Form</li><li>Before "Register button" of WooCommerce Registration Form</li> <li>After WooCommerce Registration Form</li><li>Before & After WooCommerce Checkout Form</li>',
67
  <li onclick="mo_all_features_clk('free_feature')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
68
  <li class="mo-openid-lic-bold-cl" style="color: red">X</li>
69
  <li>
70
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">13 Social Sharing Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<br></span></div></li>
71
  <li>
72
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">34 Social Login Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Facebook, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Salesforce, Yahoo, <span id="mo_openid_dots4">...</span><span id="mo_openid_more4" style="display:none" >Wordpress, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Line, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots4','mo_openid_more4','mo_openid_myBtn4')" id="mo_openid_myBtn4">Read more</button>
73
  </div>
74
  </li>
75
  <li class="mo-openid-lic-bold-cl";>X</li>
76
  <li>
77
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">7 Pre-Configured Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Vkontakte, LinkedIn, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
78
  <li>Sharing Display Option</li>
79
 
80
  <li class="mo-openid-lic-bold-cl";>X</li>
183
  <li onclick="mo_all_features_clk('free_feature')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
184
  <li class="mo-openid-lic-bold-cl" style="color: red">X</li>
185
  <li>
186
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">13 Social Sharing Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<br></span></div></li>
187
  <li>
188
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">34 Social Login Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Facebook, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Salesforce, Yahoo, <span id="mo_openid_dots4">...</span><span id="mo_openid_more4" style="display:none" >Wordpress, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Line, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots4','mo_openid_more4','mo_openid_myBtn4')" id="mo_openid_myBtn4">Read more</button>
189
  </div>
190
  </li>
191
  <li class="mo-openid-lic-bold-cl";>X</li>
192
  <li>
193
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">7 Pre-Configured Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Vkontakte, LinkedIn, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
194
  <li>Sharing Display Option</li>
195
 
196
  <li class="mo-openid-lic-bold-cl";>X</li>
345
  <li onclick="mo_all_features_clk('free_feature')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
346
  <li class="mo-openid-lic-bold-cl" style="color: red">X</li>
347
  <li>
348
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">13 Social Sharing Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<br></span></div></li>
349
  <li>
350
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">41 Social Login Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Apple, Discord, Twitch, Line, Hubspot, Paypal, Github, Dropbox, Wechat, Google, Facebook, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Salesforce, Yahoo,<span id="mo_openid_dots6">...</span><span id="mo_openid_more6" style="display:none" > Wordpress, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots6','mo_openid_more6','mo_openid_myBtn6')" id="mo_openid_myBtn6">Read more</button>
351
  </div>
352
  </li>
353
  <li>Apple, Twitch, & Discord Login</li>
354
  <li>
355
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">7 Pre-Configured Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Vkontakte, LinkedIn, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
356
  <li>Sharing Display Option</li>
357
  <li class="mo-openid-lic-bold-cl";>X</li>
358
  <li class="mo-openid-lic-bold-cl";>X</li>
458
  <li onclick="mo_all_features_clk('free_feature')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
459
  <li class="mo-openid-lic-bold-cl" style="color: red">X</li>
460
  <li>
461
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">13 Social Sharing Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<br></span></div></li>
462
  <li>
463
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">41 Social Login Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Apple, Discord, Twitch, Line, Hubspot, Paypal, Github, Dropbox, Wechat, Google, Facebook, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Salesforce, Yahoo,<span id="mo_openid_dots6">...</span><span id="mo_openid_more6" style="display:none" > Wordpress, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots6','mo_openid_more6','mo_openid_myBtn6')" id="mo_openid_myBtn6">Read more</button>
464
  </div>
465
  </li>
466
  <li>Apple, Twitch, & Discord Login</li>
467
  <li>
468
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">7 Pre-Configured Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Vkontakte, LinkedIn, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
469
  <li>Sharing Display Option</li>
470
  <li class="mo-openid-lic-bold-cl";>X</li>
471
  <li class="mo-openid-lic-bold-cl";>X</li>
616
  <li onclick="mo_all_features_clk('free_feature')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
617
  <li onclick="mo_all_features_clk('custom_registration_adon')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>Custom Registration Form+</b></li>
618
  <li>
619
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">44 Social Sharing Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<span id="mo_openid_dots3">...</span><span id="mo_openid_more3" style="display:none" ><br>Buffer, Amazon_wishlist, Telegram, Line, Yahoo, Instapaper, Mewe, Livejournal, Mix, AOI Mail, Qzone, Gmail, Typepad_post, Fark, Bookmark, Fintel, Mendeley, Slashdot, Wanelo, Classroom, Yummly, Hacker_news, Kakao, Plurk, Trello, wykop, Weibo, Renren, Xing, Wordpress, Front it, Skype, Kindle It, Bloggerpost, Mail.ru, Papaly, Blogmarks, Twiddla.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots3','mo_openid_more3','mo_openid_myBtn3')" id="mo_openid_myBtn3">Read more</button>
620
  </div>
621
  </li>
622
  <li>
623
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">42 Social Login Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Apple, Dropbox, Discord, Twitch, Line, Hubspot, Google, Facebook, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Salesforce, Yahoo.<span id="mo_openid_dots0">...</span><span id="mo_openid_more0" style="display:none" >Paypal, Wordpress, Github, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Wechat, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots0','mo_openid_more0','mo_openid_myBtn0')" id="mo_openid_myBtn0">Read more</button>
624
  </div>
625
  </li>
626
  <li>Apple, Twitch, & Discord Login</li>
627
  <li>
628
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">8 Pre-Configured Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Facebook, Google, Vkontakte, LinkedIn, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
629
  <li>Sharing Display Option</li>
630
  <li class="mo-openid-lic-bold-cl">X</li>
631
  <li class="mo-openid-lic-bold-cl">X</li>
729
  <li onclick="mo_all_features_clk('free_feature')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
730
  <li onclick="mo_all_features_clk('custom_registration_adon')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>Custom Registration Form+</b></li>
731
  <li>
732
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">44 Social Sharing Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<span id="mo_openid_dots3">...</span><span id="mo_openid_more3" style="display:none" ><br>Buffer, Amazon_wishlist, Telegram, Line, Yahoo, Instapaper, Mewe, Livejournal, Mix, AOI Mail, Qzone, Gmail, Typepad_post, Fark, Bookmark, Fintel, Mendeley, Slashdot, Wanelo, Classroom, Yummly, Hacker_news, Kakao, Plurk, Trello, wykop, Weibo, Renren, Xing, Wordpress, Front it, Skype, Kindle It, Bloggerpost, Mail.ru, Papaly, Blogmarks, Twiddla.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots3','mo_openid_more3','mo_openid_myBtn3')" id="mo_openid_myBtn3">Read more</button>
733
  </div>
734
  </li>
735
  <li>
736
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">42 Social Login Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Apple, Dropbox, Discord, Twitch, Line, Hubspot, Google, Facebook, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Salesforce, Yahoo.<span id="mo_openid_dots0">...</span><span id="mo_openid_more0" style="display:none" >Paypal, Wordpress, Github, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Wechat, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots0','mo_openid_more0','mo_openid_myBtn0')" id="mo_openid_myBtn0">Read more</button>
737
  </div>
738
  </li>
739
  <li>Apple, Twitch, & Discord Login</li>
740
  <li>
741
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">8 Pre-Configured Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Facebook, Google, Vkontakte, LinkedIn, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
742
  <li>Sharing Display Option</li>
743
  <li class="mo-openid-lic-bold-cl">X</li>
744
  <li class="mo-openid-lic-bold-cl">X</li>
858
  <li onclick="mo_all_features_clk('free_feature')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
859
  <li onclick="mo_all_features_clk('custom_registration_adon')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>Custom Registration Form+</b></li>
860
  <li>
861
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">44 Social Sharing Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<span id="mo_openid_dots3">...</span><span id="mo_openid_more3" style="display:none" ><br>Buffer, Amazon_wishlist, Telegram, Line, Yahoo, Instapaper, Mewe, Livejournal, Mix, AOI Mail, Qzone, Gmail, Typepad_post, Fark, Bookmark, Fintel, Mendeley, Slashdot, Wanelo, Classroom, Yummly, Hacker_news, Kakao, Plurk, Trello, wykop, Weibo, Renren, Xing, Wordpress, Front it, Skype, Kindle It, Bloggerpost, Mail.ru, Papaly, Blogmarks, Twiddla.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots3','mo_openid_more3','mo_openid_myBtn3')" id="mo_openid_myBtn3">Read more</button>
862
  </div>
863
  </li>
864
  <li>
865
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">42 Social Login Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Apple, Dropbox, Discord, Twitch, Line, Hubspot, Google, Facebook, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Salesforce, Yahoo.<span id="mo_openid_dots0">...</span><span id="mo_openid_more0" style="display:none" >Paypal, Wordpress, Github, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Wechat, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots0','mo_openid_more0','mo_openid_myBtn0')" id="mo_openid_myBtn0">Read more</button>
866
  </div>
867
  </li>
868
  <li>Apple, Twitch, & Discord Login</li>
869
  <li>
870
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">8 Pre-Configured Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Facebook, Google, Vkontakte, LinkedIn, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
871
  <li>Sharing Display Option</li>
872
  <li onclick="mo_all_features_clk('support_chat')" class="mo_openid-on-hover-free-fetr" style="cursor:pointer;"><span><i class="fa fa-user"></i> &nbsp; &nbsp;</span>Support Chat</li>
873
  <li onclick="mo_all_features_clk('gravity_form')" class="mo_openid-on-hover-free-fetr" style="cursor:pointer;"><span><i class="fab fa-wpforms"></i> &nbsp; &nbsp;</span>Gravity Form Integration</li>
971
  <li onclick="mo_all_features_clk('free_feature')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
972
  <li onclick="mo_all_features_clk('custom_registration_adon')" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>Custom Registration Form+</b></li>
973
  <li>
974
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">44 Social Sharing Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<span id="mo_openid_dots3">...</span><span id="mo_openid_more3" style="display:none" ><br>Buffer, Amazon_wishlist, Telegram, Line, Yahoo, Instapaper, Mewe, Livejournal, Mix, AOI Mail, Qzone, Gmail, Typepad_post, Fark, Bookmark, Fintel, Mendeley, Slashdot, Wanelo, Classroom, Yummly, Hacker_news, Kakao, Plurk, Trello, wykop, Weibo, Renren, Xing, Wordpress, Front it, Skype, Kindle It, Bloggerpost, Mail.ru, Papaly, Blogmarks, Twiddla.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots3','mo_openid_more3','mo_openid_myBtn3')" id="mo_openid_myBtn3">Read more</button>
975
  </div>
976
  </li>
977
  <li>
978
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">42 Social Login Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Apple, Dropbox, Discord, Twitch, Line, Hubspot, Google, Facebook, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Salesforce, Yahoo.<span id="mo_openid_dots0">...</span><span id="mo_openid_more0" style="display:none" >Paypal, Wordpress, Github, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Wechat, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots0','mo_openid_more0','mo_openid_myBtn0')" id="mo_openid_myBtn0">Read more</button>
979
  </div>
980
  </li>
981
  <li>Apple, Twitch, & Discord Login</li>
982
  <li>
983
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">8 Pre-Configured Apps <i class="far fa-comment-dots " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Facebook, Google, Vkontakte, LinkedIn, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
984
  <li>Sharing Display Option</li>
985
  <li>Support Chat</li>
986
  <li>Gravity Form Integration</li>
1761
  </div>
1762
  <?php
1763
  $feature_array= array(
1764
+ 'free_feature'=>'<h2>Social Login Free Feature</h2><li>Social Login with Facebook, Google, Twitter, Vkontakte, LinkedIn, Amazon, Salesforce & Yahoo</li><li>NO SETUP required for default social login apps.</li><li>Setup your own social login application with APP ID and APP Secret for Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon & Yahoo</li><li>Preview is available for Social Login icons</li><li>Icon Customizations – customize shape, theme, space & size of social login icons.</li><li>Profile completion (username, email) – Prompt user for email & username if social login app doesn’t return it. Email is verified with verification code.</li><li>Assign Roles to users – Assign WordPress roles to users logging in with social login application.</li><li>Add the Social Login Icons on: login page, registration page, comment form or anywhere on your site using our Social Login widget/ shortcode.</li><li>Sync Social Profile Picture with WordPress.</li><li>Enable Email Notification to admin when user registers with social login application.</li><li>Enable/disable user registration.</li><li>Customize Login/Logout Redirect URL.</li><li>Customizable Text For Social Login Icons.</li><li>SHORTCODE available for social login.</li><li>Support using email and in-plugin support form.</li>',
1765
  'mailchimp_adon'=>'<h2><i class="fab fa-mailchimp" style="width:35px;height:30px;color: #0c1f28; font-size: 2em"></i> Mailchimp Integration Add-on Feature</h2><h2>Description</h2><li>A user is added as a subscriber to a mailing list in MailChimp when that user registers using Social Login. First name, last name and email are also captured for that user in the Mailing List. Option is available to download csv file that has list of emails of all users in WordPress.</span></li>',
1766
  'custom_registration_adon'=>'<h2><img src="'. plugin_dir_url(dirname(dirname(__FILE__))) .'includes/images/miniorange_logo.png" style="width:35px;height:30px;"> Custom Registration Form Add-on Features</h2><li>Create a pre-registration form</li><li>Allow user to select Role while Registration</li> <li>All WordPress Themes Supported</li><li>Map Users Data returned from all Social Apps</li><li>Add Custom Fields in the Registration form</li><li>Edit Profile option using shortcode</li><li>Support input field types: text, date, checkbox or dropdown</li><li>Advanced Form Control</li><li>Sync existing meta field</li>',
1767
  'woocommerce_int_adon'=>'<h2><img src="'. plugin_dir_url(dirname(dirname(__FILE__))) .'includes/images/woocommerce.png" style="width:35px;height:30px;"> WooCommerce Integration Add-on Features</h2><li>WooCommerce Display Options</li><li>First name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page.</li><li>Social Login on WooCommerce Login Page</li><li>Social Login on WooCommerce Registration Page</li><li>Social Login on WooCommerce Checkout Page</li><li>Before WooCommerce Login Form</li><li>Before "Remember Me" of WooCommerce Login Form</li> <li>After WooCommerce Login Form</li><li>Before WooCommerce Registration Form</li><li>Before "Register button" of WooCommerce Registration Form</li> <li>After WooCommerce Registration Form</li><li>Before & After WooCommerce Checkout Form</li>',
view/shrtco/mo_openid_shrtco.php CHANGED
@@ -95,10 +95,7 @@ function mo_openid_login_shortcodes(){
95
  <td ><b>Salesforce</b></td>
96
  <td >sforce</td>
97
  </tr>
98
- <tr>
99
- <td ><b>Windows Live</b></td>
100
- <td >wlive</td>
101
- </tr>
102
  <tr>
103
  <td ><b>Yahoo</b></td>
104
  <td >yahoo</td>
95
  <td ><b>Salesforce</b></td>
96
  <td >sforce</td>
97
  </tr>
98
+
 
 
 
99
  <tr>
100
  <td ><b>Yahoo</b></td>
101
  <td >yahoo</td>
view/soc_sha/cust_text/mo_openid_cust_shricon.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  function mo_openid_customize_icons(){
3
- $default_color= array('facebook'=>'#1877F2','google'=>'#DB4437','vkontakte'=>'#466482','twitter'=>'#2795e9','digg'=>'#000000','yahoo'=>'#430297','yandex'=>'#2795e9','instagram'=>'#3f729b','linkedin'=>'#007bb6','pocket'=>'#ee4056','print'=>'#ee4056','whatsapp'=>'#25D366','mail'=>'#787878','amazon'=>'#ff9900','paypal'=>'#0d127a','stumble'=>'#f74425','salesforce'=>'#1ab7ea','windowslive'=>'#2672ec','apple'=>'#000000','steam'=>'#000000','wordpress'=>'#587ea3','pinterest'=>'#cb2027','spotify'=>'#19bf61','tumblr'=>'#2c4762','twitch'=>'#720e9e','github'=>'#000000','dribbble'=>'#ee66aa','flickr'=>'#ff0084','stackexchange'=>'#0000ff','snapchat'=>'#fffc00','reddit'=>'#ff4301','odnoklassniki'=>'#f97400','foursquare'=>'#f94877','wechat'=>'#00c300','vimeo'=>'#1ab7ea','line'=>'#00c300','hubspot'=>'#fa7820','discord'=>'#7289da','meetup'=>'#e51937','stackexchange'=>'#0000FF','wiebo'=>'#df2029','kakao'=>'#ffe812','livejournal'=>'#3c1361','naver'=>'#3EAF0E','teamsnap'=>'#ff9a1a');
4
 
5
  ?>
6
  <!-- <link rel="stylesheet" type="text/css">-->
1
  <?php
2
  function mo_openid_customize_icons(){
3
+ $default_color= array('facebook'=>'#1877F2','google'=>'#DB4437','vkontakte'=>'#466482','twitter'=>'#2795e9','digg'=>'#000000','yahoo'=>'#430297','yandex'=>'#2795e9','instagram'=>'#3f729b','linkedin'=>'#007bb6','pocket'=>'#ee4056','print'=>'#ee4056','whatsapp'=>'#25D366','mail'=>'#787878','amazon'=>'#ff9900','paypal'=>'#0d127a','stumble'=>'#f74425','salesforce'=>'#1ab7ea','apple'=>'#000000','steam'=>'#000000','wordpress'=>'#587ea3','pinterest'=>'#cb2027','spotify'=>'#19bf61','tumblr'=>'#2c4762','twitch'=>'#720e9e','github'=>'#000000','dribbble'=>'#ee66aa','flickr'=>'#ff0084','stackexchange'=>'#0000ff','snapchat'=>'#fffc00','reddit'=>'#ff4301','odnoklassniki'=>'#f97400','foursquare'=>'#f94877','wechat'=>'#00c300','vimeo'=>'#1ab7ea','line'=>'#00c300','hubspot'=>'#fa7820','discord'=>'#7289da','meetup'=>'#e51937','stackexchange'=>'#0000FF','wiebo'=>'#df2029','kakao'=>'#ffe812','livejournal'=>'#3c1361','naver'=>'#3EAF0E','teamsnap'=>'#ff9a1a');
4
 
5
  ?>
6
  <!-- <link rel="stylesheet" type="text/css">-->
view/soc_sha/soc_apps/mo_openid_sharing.php CHANGED
@@ -541,7 +541,7 @@ function mo_openid_share_apps()
541
 
542
  <div>
543
  <?php
544
- $default_color= array('facebook'=>'#1877F2','google'=>'#DB4437','vk'=>'#466482','twitter'=>'#2795e9','digg'=>'#000000','yahoo'=>'#430297','yandex'=>'#2795e9','instagram'=>'#3f729b','linkedin'=>'#007bb6','pocket'=>'#ee4056','print'=>'#ee4056','whatsapp'=>'#25D366','mail'=>'#787878','amazon'=>'#ff9900','paypal'=>'#0d127a','stumble'=>'#f74425','salesforce'=>'#1ab7ea','windowslive'=>'#2672ec','apple'=>'#000000','steam'=>'#000000','wordpress'=>'#587ea3','pinterest'=>'#cb2027','spotify'=>'#19bf61','tumblr'=>'#2c4762','twitch'=>'#720e9e','github'=>'#000000','dribbble'=>'#ee66aa','flickr'=>'#ff0084','stackexchange'=>'0000ff','snapchat'=>'#fffc00','reddit'=>'#ff4301','odnoklassniki'=>'#f97400','foursquare'=>'#f94877','wechat'=>'#00c300','vimeo'=>'#1ab7ea','line'=>'#00c300','hubspot'=>'#fa7820','discord'=>'#7289da','meetup'=>'#e51937','stackexchange'=>'#0000FF','wiebo'=>'#df2029','kakao'=>'#ffe812','livejournal'=>'#3c1361','naver'=>'#3EAF0E','teamsnap'=>'#ff9a1a');
545
 
546
  $share_app=get_option('share_app');
547
 
541
 
542
  <div>
543
  <?php
544
+ $default_color= array('facebook'=>'#1877F2','google'=>'#DB4437','vk'=>'#466482','twitter'=>'#2795e9','digg'=>'#000000','yahoo'=>'#430297','yandex'=>'#2795e9','instagram'=>'#3f729b','linkedin'=>'#007bb6','pocket'=>'#ee4056','print'=>'#ee4056','whatsapp'=>'#25D366','mail'=>'#787878','amazon'=>'#ff9900','paypal'=>'#0d127a','stumble'=>'#f74425','salesforce'=>'#1ab7ea','apple'=>'#000000','steam'=>'#000000','wordpress'=>'#587ea3','pinterest'=>'#cb2027','spotify'=>'#19bf61','tumblr'=>'#2c4762','twitch'=>'#720e9e','github'=>'#000000','dribbble'=>'#ee66aa','flickr'=>'#ff0084','stackexchange'=>'0000ff','snapchat'=>'#fffc00','reddit'=>'#ff4301','odnoklassniki'=>'#f97400','foursquare'=>'#f94877','wechat'=>'#00c300','vimeo'=>'#1ab7ea','line'=>'#00c300','hubspot'=>'#fa7820','discord'=>'#7289da','meetup'=>'#e51937','stackexchange'=>'#0000FF','wiebo'=>'#df2029','kakao'=>'#ffe812','livejournal'=>'#3c1361','naver'=>'#3EAF0E','teamsnap'=>'#ff9a1a');
545
 
546
  $share_app=get_option('share_app');
547