Social Login - Version 7.4.0

Version Description

  • Added Documentation and videos for WooCommerce, BuddyPress, MailChimp and Paid membership Pro integrations.
  • Resolved CSS conflicts with other themes.
  • Image optimization for all application images.
  • Minor UI changes.
  • Compatible with LMS Tutor, Flatsome and BuddyBoss themes.
  • Introduces new plan for Apple, Discord and Twitch Application.
Download this release

Release Info

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

Code changes from version 7.3.12 to 7.4.0

class-mo-openid-social-share.php CHANGED
@@ -66,7 +66,7 @@ $url = $http . $_SERVER["HTTP_HOST"] . $_SERVER['REQUEST_URI'];
66
  <?php
67
  if($custom_theme == 'custom'){
68
  if( get_option('mo_openid_facebook_share_enable') ) {
69
- $link = esc_url('https://www.facebook.com/dialog/share?app_id=766555246789034&amp;display=popup&amp;href='.$url);
70
  ?>
71
  <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-facebook" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
72
  <?php
@@ -171,7 +171,7 @@ $url = $http . $_SERVER["HTTP_HOST"] . $_SERVER['REQUEST_URI'];
171
 
172
  else if($custom_theme == 'customFont'){
173
  if( get_option('mo_openid_facebook_share_enable') ) {
174
- $link = esc_url('https://www.facebook.com/dialog/share?app_id=766555246789034&amp;display=popup&amp;href='.$url);
175
  ?>
176
  <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> mofa mofa-facebook" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
177
  <?php
@@ -278,7 +278,7 @@ $url = $http . $_SERVER["HTTP_HOST"] . $_SERVER['REQUEST_URI'];
278
 
279
 
280
  if( get_option('mo_openid_facebook_share_enable') ) {
281
- $link = esc_url('https://www.facebook.com/dialog/share?app_id=766555246789034&amp;display=popup&amp;href='.$url);
282
  ?>
283
  <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><img alt='Facebook' style= 'padding-top:2px; height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important;' src="<?php echo plugins_url( 'includes/images/icons/facebook.png', __FILE__ )?>" class="mo-openid-app-share-icons <?php echo $selected_theme; ?>" ></a>
284
  <?php
@@ -387,7 +387,7 @@ $url = $http . $_SERVER["HTTP_HOST"] . $_SERVER['REQUEST_URI'];
387
  <?php
388
  if($custom_theme == 'custom'){
389
  if( get_option('mo_openid_facebook_share_enable') ) {
390
- $link = esc_url('https://www.facebook.com/dialog/share?app_id=766555246789034&amp;display=popup&amp;href='.$url);
391
  ?>
392
  <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link" style="margin-bottom:<?php echo $space_icons?>px !important;"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-facebook" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
393
  <?php
@@ -490,7 +490,7 @@ $url = $http . $_SERVER["HTTP_HOST"] . $_SERVER['REQUEST_URI'];
490
  }
491
  else if($custom_theme == 'customFont'){
492
  if( get_option('mo_openid_facebook_share_enable') ) {
493
- $link = esc_url('https://www.facebook.com/dialog/share?app_id=766555246789034&amp;display=popup&amp;href='.$url);
494
  ?>
495
  <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link"><i class=" <?php echo $selected_theme; ?> mofa mofa-facebook" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top : 4px !important;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
496
  <?php
@@ -594,7 +594,7 @@ $url = $http . $_SERVER["HTTP_HOST"] . $_SERVER['REQUEST_URI'];
594
  }
595
  else{
596
  if( get_option('mo_openid_facebook_share_enable') ) {
597
- $link = esc_url('https://www.facebook.com/dialog/share?app_id=766555246789034&amp;display=popup&amp;href='.$url);
598
  ?>
599
  <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link"><img alt='Facebook' style= 'margin-bottom:<?php echo $space_icons-6?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important;background-color:white;' src="<?php echo plugins_url( 'includes/images/icons/facebook.png', __FILE__ )?>" class="mo-openid-app-share-icons <?php echo $selected_theme; ?>" ></a>
600
  <?php
66
  <?php
67
  if($custom_theme == 'custom'){
68
  if( get_option('mo_openid_facebook_share_enable') ) {
69
+ $link = esc_url('https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse');
70
  ?>
71
  <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-facebook" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
72
  <?php
171
 
172
  else if($custom_theme == 'customFont'){
173
  if( get_option('mo_openid_facebook_share_enable') ) {
174
+ $link = esc_url('https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse');
175
  ?>
176
  <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> mofa mofa-facebook" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
177
  <?php
278
 
279
 
280
  if( get_option('mo_openid_facebook_share_enable') ) {
281
+ $link = esc_url('https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse');
282
  ?>
283
  <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><img alt='Facebook' style= 'padding-top:2px; height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important;' src="<?php echo plugins_url( 'includes/images/icons/facebook.png', __FILE__ )?>" class="mo-openid-app-share-icons <?php echo $selected_theme; ?>" ></a>
284
  <?php
387
  <?php
388
  if($custom_theme == 'custom'){
389
  if( get_option('mo_openid_facebook_share_enable') ) {
390
+ $link = esc_url('https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse');
391
  ?>
392
  <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link" style="margin-bottom:<?php echo $space_icons?>px !important;"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-facebook" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
393
  <?php
490
  }
491
  else if($custom_theme == 'customFont'){
492
  if( get_option('mo_openid_facebook_share_enable') ) {
493
+ $link = esc_url('https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse');
494
  ?>
495
  <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link"><i class=" <?php echo $selected_theme; ?> mofa mofa-facebook" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top : 4px !important;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
496
  <?php
594
  }
595
  else{
596
  if( get_option('mo_openid_facebook_share_enable') ) {
597
+ $link = esc_url('https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse');
598
  ?>
599
  <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link"><img alt='Facebook' style= 'margin-bottom:<?php echo $space_icons-6?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important;background-color:white;' src="<?php echo plugins_url( 'includes/images/icons/facebook.png', __FILE__ )?>" class="mo-openid-app-share-icons <?php echo $selected_theme; ?>" ></a>
600
  <?php
class-mo-openid-sso-shortcode-buttons.php CHANGED
@@ -72,7 +72,7 @@ function mo_openid_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
72
  $html.= "<div class='mo_openid_sharecount'><ul class='mo_openid_share_count_icon'>";
73
  }
74
  if( get_option('mo_openid_facebook_share_enable') ) {
75
- $link = 'https://www.facebook.com/dialog/share?app_id=766555246789034&amp;display=popup&amp;href='.$url;
76
  if ($sharing_counts){
77
  if(get_option('mo_openid_Facebook_share_count_api')!="") {
78
  $count = get_transient('facebook');
@@ -104,7 +104,7 @@ function mo_openid_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
104
  if( get_option('mo_openid_vkontakte_share_enable') ) {
105
  $link = 'http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt;
106
  if ($sharing_counts){
107
-
108
  $html .= "<li>";
109
  }
110
  $html .= "<a rel='nofollow' title='Vkontakte' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-vk' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
@@ -179,7 +179,7 @@ function mo_openid_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
179
  $html .= "<div class='mo_openid_sharecount'><ul class='mo_openid_share_count_icon'>";
180
  }
181
  if (get_option('mo_openid_facebook_share_enable')) {
182
- $link = 'https://www.facebook.com/dialog/share?app_id=766555246789034&amp;display=popup&amp;href=' . $url;
183
  if ($sharing_counts){
184
  if(get_option('mo_openid_Facebook_share_count_api')!="") {
185
  $count = get_transient('facebook');
@@ -210,7 +210,7 @@ function mo_openid_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
210
  if (get_option('mo_openid_vkontakte_share_enable')) {
211
  $link = 'http://vk.com/share.php?url=' . $url . '&amp;title=' . $title . '&amp;description=' . $excerpt;
212
  if ($sharing_counts){
213
-
214
  $html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Vkontakte' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " mofa mofa-vk' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
215
  }
216
  if (get_option('mo_openid_tumblr_share_enable')) {
@@ -234,7 +234,7 @@ function mo_openid_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
234
  }
235
  if (get_option('mo_openid_pinterest_share_enable')) {
236
  if ($sharing_counts){
237
-
238
  $html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Pinterest' href='javascript:pinIt();' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " mofa mofa-pinterest' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
239
  }
240
 
@@ -272,7 +272,7 @@ function mo_openid_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
272
  }
273
 
274
  if( get_option('mo_openid_facebook_share_enable') ) {
275
- $link = 'https://www.facebook.com/dialog/share?app_id=766555246789034&amp;display=popup&amp;href='.$url;
276
  if ($sharing_counts){
277
  if(get_option('mo_openid_Facebook_share_count_api')!="") {
278
  $count = get_transient('facebook');
@@ -302,7 +302,7 @@ function mo_openid_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
302
  if( get_option('mo_openid_vkontakte_share_enable') ) {
303
  $link = 'http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt;
304
  if ($sharing_counts){
305
-
306
  $html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Vkontakte' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons) . "px !important'><img alt='Vkontakte' style= 'height: " . $sharingSize . "px !important;width: " . $sharingSize . "px !important;' src='" . plugins_url( 'includes/images/icons/vk.png', __FILE__ ) . "' class='mo-openid-app-share-icons " . $selected_theme . "' ></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
307
  }
308
  if( get_option('mo_openid_tumblr_share_enable') ) {
@@ -312,7 +312,7 @@ function mo_openid_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
312
  if( get_option('mo_openid_stumble_share_enable') ) {
313
  $link = 'http://www.stumbleupon.com/submit?url='.$url.'&amp;title='.$title;
314
  if ($sharing_counts){
315
-
316
  $html .= "<li style='line-height: 0.0px'>";
317
  }
318
  $html .= "<a rel='nofollow' title='StumbleUpon' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons) . "px !important'><img alt='StumbleUpon' style= 'height: " . $sharingSize . "px !important;width: " . $sharingSize . "px !important;' src='" . plugins_url( 'includes/images/icons/stumble.png', __FILE__ ) . "' class='mo-openid-app-share-icons " . $selected_theme . "' ></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
@@ -429,7 +429,7 @@ function mo_openid_vertical_share_shortcode( $atts = '', $title = '', $excerpt =
429
  if($custom_theme == 'custom'){
430
 
431
  if( get_option('mo_openid_facebook_share_enable') ) {
432
- $link = 'https://www.facebook.com/dialog/share?app_id=766555246789034&amp;display=popup&amp;href='.$url;
433
  $html .= "<a rel='nofollow' title='Facebook' onclick='popupCenter(" . '"' . $link . '"' .", 1000, 500);' class='mo-openid-share-link' style='margin-bottom : " .$spaceBetweenIcons . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-facebook' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
434
  }
435
 
@@ -504,7 +504,7 @@ function mo_openid_vertical_share_shortcode( $atts = '', $title = '', $excerpt =
504
  else if($custom_theme == 'customFont') {
505
 
506
  if( get_option('mo_openid_facebook_share_enable') ) {
507
- $link = 'https://www.facebook.com/dialog/share?app_id=766555246789034&amp;display=popup&amp;href='.$url;
508
  $html .= "<a rel='nofollow' title='Facebook' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mofa mofa-facebook' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
509
  }
510
 
@@ -571,7 +571,7 @@ function mo_openid_vertical_share_shortcode( $atts = '', $title = '', $excerpt =
571
  else {
572
 
573
  if( get_option('mo_openid_facebook_share_enable') ) {
574
- $link = 'https://www.facebook.com/dialog/share?app_id=766555246789034&amp;display=popup&amp;href='.$url;
575
  $html .= "<a rel='nofollow' title='Facebook' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link'><img alt='Facebook' style= 'margin-bottom : " . ($spaceBetweenIcons-6) . "px !important;height: " . $sharingSize . "px !important;width: " . $sharingSize . "px !important;' src='" . plugins_url( 'includes/images/icons/facebook.png', __FILE__ ) . "' class='mo-openid-app-share-icons " . $selected_theme . "' ></a>";
576
  }
577
 
@@ -616,7 +616,7 @@ function mo_openid_vertical_share_shortcode( $atts = '', $title = '', $excerpt =
616
  $link = 'http://digg.com/submit?url='.$url.'&amp;title='.$title;
617
  $html .= "<a rel='nofollow' title='Digg' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link'><img alt='Digg' style= 'margin-bottom : " . ($spaceBetweenIcons-6) . "px !important;height: " . $sharingSize . "px !important;width: " . $sharingSize . "px !important;' src='" . plugins_url( 'includes/images/icons/digg.png', __FILE__ ) . "' class='mo-openid-app-share-icons " . $selected_theme . "' ></a>";
618
  }
619
-
620
  if( get_option('mo_openid_mail_share_enable') ) {
621
  $html .= "<a rel='nofollow' title='Email this page' onclick='popupCenter(" . '"mailto:?subject= ' . $email_subject . '&amp;body=' . $email_body. '"' . ", 800, 500);' class='mo-openid-share-link'><img alt='Email this page' style= 'margin-bottom : " . ($spaceBetweenIcons-6) . "px !important; height: " . $sharingSize . "px !important;width: " . $sharingSize . "px !important;' src='" . plugins_url( 'includes/images/icons/mail.png', __FILE__ ) . "' class='mo-openid-app-share-icons " . $selected_theme . "' ></a>";
622
  }
72
  $html.= "<div class='mo_openid_sharecount'><ul class='mo_openid_share_count_icon'>";
73
  }
74
  if( get_option('mo_openid_facebook_share_enable') ) {
75
+ $link = 'https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse';
76
  if ($sharing_counts){
77
  if(get_option('mo_openid_Facebook_share_count_api')!="") {
78
  $count = get_transient('facebook');
104
  if( get_option('mo_openid_vkontakte_share_enable') ) {
105
  $link = 'http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt;
106
  if ($sharing_counts){
107
+
108
  $html .= "<li>";
109
  }
110
  $html .= "<a rel='nofollow' title='Vkontakte' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-vk' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
179
  $html .= "<div class='mo_openid_sharecount'><ul class='mo_openid_share_count_icon'>";
180
  }
181
  if (get_option('mo_openid_facebook_share_enable')) {
182
+ $link = 'https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse';
183
  if ($sharing_counts){
184
  if(get_option('mo_openid_Facebook_share_count_api')!="") {
185
  $count = get_transient('facebook');
210
  if (get_option('mo_openid_vkontakte_share_enable')) {
211
  $link = 'http://vk.com/share.php?url=' . $url . '&amp;title=' . $title . '&amp;description=' . $excerpt;
212
  if ($sharing_counts){
213
+
214
  $html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Vkontakte' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " mofa mofa-vk' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
215
  }
216
  if (get_option('mo_openid_tumblr_share_enable')) {
234
  }
235
  if (get_option('mo_openid_pinterest_share_enable')) {
236
  if ($sharing_counts){
237
+
238
  $html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Pinterest' href='javascript:pinIt();' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " mofa mofa-pinterest' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
239
  }
240
 
272
  }
273
 
274
  if( get_option('mo_openid_facebook_share_enable') ) {
275
+ $link = 'https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse';
276
  if ($sharing_counts){
277
  if(get_option('mo_openid_Facebook_share_count_api')!="") {
278
  $count = get_transient('facebook');
302
  if( get_option('mo_openid_vkontakte_share_enable') ) {
303
  $link = 'http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt;
304
  if ($sharing_counts){
305
+
306
  $html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Vkontakte' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons) . "px !important'><img alt='Vkontakte' style= 'height: " . $sharingSize . "px !important;width: " . $sharingSize . "px !important;' src='" . plugins_url( 'includes/images/icons/vk.png', __FILE__ ) . "' class='mo-openid-app-share-icons " . $selected_theme . "' ></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
307
  }
308
  if( get_option('mo_openid_tumblr_share_enable') ) {
312
  if( get_option('mo_openid_stumble_share_enable') ) {
313
  $link = 'http://www.stumbleupon.com/submit?url='.$url.'&amp;title='.$title;
314
  if ($sharing_counts){
315
+
316
  $html .= "<li style='line-height: 0.0px'>";
317
  }
318
  $html .= "<a rel='nofollow' title='StumbleUpon' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons) . "px !important'><img alt='StumbleUpon' style= 'height: " . $sharingSize . "px !important;width: " . $sharingSize . "px !important;' src='" . plugins_url( 'includes/images/icons/stumble.png', __FILE__ ) . "' class='mo-openid-app-share-icons " . $selected_theme . "' ></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
429
  if($custom_theme == 'custom'){
430
 
431
  if( get_option('mo_openid_facebook_share_enable') ) {
432
+ $link = 'https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse';
433
  $html .= "<a rel='nofollow' title='Facebook' onclick='popupCenter(" . '"' . $link . '"' .", 1000, 500);' class='mo-openid-share-link' style='margin-bottom : " .$spaceBetweenIcons . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-facebook' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
434
  }
435
 
504
  else if($custom_theme == 'customFont') {
505
 
506
  if( get_option('mo_openid_facebook_share_enable') ) {
507
+ $link = 'https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse';
508
  $html .= "<a rel='nofollow' title='Facebook' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mofa mofa-facebook' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
509
  }
510
 
571
  else {
572
 
573
  if( get_option('mo_openid_facebook_share_enable') ) {
574
+ $link = 'https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse';
575
  $html .= "<a rel='nofollow' title='Facebook' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link'><img alt='Facebook' style= 'margin-bottom : " . ($spaceBetweenIcons-6) . "px !important;height: " . $sharingSize . "px !important;width: " . $sharingSize . "px !important;' src='" . plugins_url( 'includes/images/icons/facebook.png', __FILE__ ) . "' class='mo-openid-app-share-icons " . $selected_theme . "' ></a>";
576
  }
577
 
616
  $link = 'http://digg.com/submit?url='.$url.'&amp;title='.$title;
617
  $html .= "<a rel='nofollow' title='Digg' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link'><img alt='Digg' style= 'margin-bottom : " . ($spaceBetweenIcons-6) . "px !important;height: " . $sharingSize . "px !important;width: " . $sharingSize . "px !important;' src='" . plugins_url( 'includes/images/icons/digg.png', __FILE__ ) . "' class='mo-openid-app-share-icons " . $selected_theme . "' ></a>";
618
  }
619
+
620
  if( get_option('mo_openid_mail_share_enable') ) {
621
  $html .= "<a rel='nofollow' title='Email this page' onclick='popupCenter(" . '"mailto:?subject= ' . $email_subject . '&amp;body=' . $email_body. '"' . ", 800, 500);' class='mo-openid-share-link'><img alt='Email this page' style= 'margin-bottom : " . ($spaceBetweenIcons-6) . "px !important; height: " . $sharingSize . "px !important;width: " . $sharingSize . "px !important;' src='" . plugins_url( 'includes/images/icons/mail.png', __FILE__ ) . "' class='mo-openid-app-share-icons " . $selected_theme . "' ></a>";
622
  }
includes/css/mo_openid_login_icons.css ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .mo-openid-app-icons>p{
2
+ margin:0px !important;
3
+
4
+ }
5
+
6
+ .mo-openid-app-icons{
7
+ display:inline !important;
8
+ }
9
+ .mo-openid-app-icons>a{
10
+ box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0) !important;
11
+ }
12
+ .mo-openid-app-icons>code>a{
13
+ box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0) !important;
14
+ }
15
+ .mo-openid-app-icons>a>img{
16
+ box-shadow: 0 0 0 0px #fff !important;
17
+ }
18
+ .mo-openid-app-icons>code>a>img{
19
+ box-shadow: 0 0 0 0px #fff !important;
20
+ }
21
+ .mo-openid-app-icons>.horizontal>a>img{
22
+ box-shadow: 0 0 0 0px #fff !important;
23
+ }
24
+ .mo-openid-app-icons>.horizontal>a{
25
+ box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0)!important;}
26
+
27
+ .mo-openid-app-icons>div>a.mo-openid-share-link>img.mo-openid-app-share-icons
28
+ {
29
+ box-shadow:0 0 0 0px #fff !important;
30
+ }
31
+
32
+ .mo-openid-app-icons>div>a.mo-openid-share-link
33
+ { box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0) !important;
34
+
35
+ }
36
+ aside.widget-area>section.widget_mo_openid_sharing_hor_wid>div.mo-openid-app-icons>div
37
+ {
38
+ font-size:0 !important;
39
+ }
40
+ .mo-openid-app-icons>a>img{
41
+ width:35px !important;
42
+ height:35px !important;
43
+ margin:8px 0px;
44
+ display: inline !important;
45
+ }
46
+ .btn-customtheme{
47
+ color:#ffffff !important;
48
+ }
49
+ .btn-custom-dec{
50
+ text-decoration:none !important;
51
+ }
52
+ .custom-login-button{
53
+ text-align:center !important;
54
+ color:white !important;
55
+ padding-top:8px !important;
56
+ box-sizing: border-box !important;
57
+ }
58
+ .circle{
59
+ border-radius: 999px !important;
60
+ }
61
+
62
+ .oval{
63
+ border-radius: 4px !important;
64
+ }
65
+
66
+ .round{
67
+
68
+ border-radius: 999px !important;
69
+ }
70
+
71
+ .roundededges{
72
+ border-radius: 4px !important;
73
+ }
includes/css/mo_openid_style.css CHANGED
@@ -1,5 +1,20 @@
1
  /*licensing page css start*/
2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  .mo_lic_color{
4
  color: #E97D68;
5
  }
@@ -327,6 +342,7 @@ input[type="button"]:hover {
327
  }
328
 
329
 
 
330
  .mo-openid-star-back-rateus {
331
  border: 8px solid;
332
  border-color: #0867b2;
@@ -875,12 +891,7 @@ a.mo-pugin-add-comp-link-sl {
875
  list-style-type:none;
876
  }
877
 
878
- .mo-openid-app-icons>a>img{
879
- width:35px !important;
880
- height:35px !important;
881
- margin:8px 0px;
882
- display: inline !important;
883
- }
884
 
885
  .mo-openid-app-share-icons{
886
  width:35px !important;
@@ -908,31 +919,8 @@ div.mo_image_id>a>img.mo_openid_image {
908
  opacity: 1;
909
  }
910
 
911
- .circle{
912
- border-radius: 999px !important;
913
- }
914
-
915
- .oval{
916
- border-radius: 4px !important;
917
- }
918
-
919
- .round{
920
-
921
- border-radius: 999px !important;
922
- }
923
-
924
- .roundededges{
925
- border-radius: 4px !important;
926
- }
927
 
928
- .mo-openid-app-icons>p{
929
- margin:0px !important;
930
 
931
- }
932
-
933
- .mo-openid-app-icons{
934
- display:inline !important;
935
- }
936
 
937
  .theme-checkbox{
938
  vertical-align :super !important;
@@ -952,20 +940,9 @@ div.mo_image_id>a>img.mo_openid_image {
952
  position:fixed;
953
  }
954
 
955
- .btn-customtheme{
956
- color:#ffffff !important;
957
- }
958
 
959
- .custom-login-button{
960
- text-align:center !important;
961
- color:white !important;
962
- padding-top:8px !important;
963
- box-sizing: border-box !important;
964
- }
965
 
966
- .btn-custom-dec{
967
- text-decoration:none !important;
968
- }
969
 
970
  .mo-custom-share-icon{
971
  box-sizing:border-box !important;
@@ -1009,33 +986,6 @@ div.mo_image_id>a>img.mo_openid_image {
1009
  border-bottom: 2px solid #FF5A00;
1010
  }
1011
 
1012
- .mo-openid-app-icons>a{
1013
- box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0) !important;
1014
- }
1015
- .mo-openid-app-icons>code>a{
1016
- box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0) !important;
1017
- }
1018
- .mo-openid-app-icons>a>img{
1019
- box-shadow: 0 0 0 0px #fff !important;
1020
- }
1021
- .mo-openid-app-icons>code>a>img{
1022
- box-shadow: 0 0 0 0px #fff !important;
1023
- }
1024
- .mo-openid-app-icons>.horizontal>a>img{
1025
- box-shadow: 0 0 0 0px #fff !important;
1026
- }
1027
- .mo-openid-app-icons>.horizontal>a{
1028
- box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0)!important;}
1029
-
1030
- .mo-openid-app-icons>div>a.mo-openid-share-link>img.mo-openid-app-share-icons
1031
- {
1032
- box-shadow:0 0 0 0px #fff !important;
1033
- }
1034
-
1035
- .mo-openid-app-icons>div>a.mo-openid-share-link
1036
- { box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0) !important;
1037
-
1038
- }
1039
 
1040
  p>a.mo-openid-share-link>img.mo-openid-app-share-icons
1041
  {
@@ -1047,10 +997,7 @@ p>a.mo-openid-share-link
1047
  box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0)!important;
1048
  }
1049
 
1050
- aside.widget-area>section.widget_mo_openid_sharing_hor_wid>div.mo-openid-app-icons>div
1051
- {
1052
- font-size:0 !important;
1053
- }
1054
 
1055
  .mo-consent{
1056
  font-size:11px !important;
@@ -1337,43 +1284,68 @@ aside.widget-area>section.widget_mo_openid_sharing_hor_wid>div.mo-openid-app-ico
1337
  border-radius: 50%;
1338
  }
1339
 
1340
- /* The Modal (background) */
1341
- .modal {
1342
- display: none; /* Hidden by default */
1343
- position: fixed; /* Stay in place */
1344
- z-index: 1; /* Sit on top */
1345
- padding-top: 100px; /* Location of the box */
1346
- padding-left: 25%;
1347
- padding-right: 20%;
1348
- left: 0;
1349
- top: 0;
1350
- width: 100%; /* Full width */
1351
- height: 100%; /* Full height */
1352
- overflow: auto; /* Enable scroll if needed */
1353
- background-color: rgb(0,0,0); /* Fallback color */
1354
- background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
1355
- }
1356
 
1357
- /* Modal Content */
1358
- .modal-content {
1359
- background-color: #ffffff;
1360
- /*margin: auto;*/
1361
- padding: 20px;
1362
- border: 1px solid #888;
1363
- width: 60%;
 
 
 
 
 
 
 
 
 
 
 
 
1364
  }
1365
 
1366
- /* The Close Button */
1367
- .close {
1368
- color: #aaaaaa;
1369
- float: right;
1370
- font-size: 28px;
1371
- font-weight: bold;
1372
  }
1373
 
1374
- .close:hover,
1375
- .close:focus {
1376
- color: #000;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1377
  text-decoration: none;
 
 
1378
  cursor: pointer;
 
 
 
 
 
 
 
1379
  }
1
  /*licensing page css start*/
2
 
3
+ .mo_lic_include{
4
+ font-size:30px;
5
+ }
6
+
7
+ .mo_lic_exclude{
8
+ font-size:20px;
9
+ }
10
+
11
+ .mo_lic_common{
12
+ display: block;
13
+ margin-left: auto;
14
+ margin-right: auto;
15
+ width: 20px;
16
+ }
17
+
18
  .mo_lic_color{
19
  color: #E97D68;
20
  }
342
  }
343
 
344
 
345
+
346
  .mo-openid-star-back-rateus {
347
  border: 8px solid;
348
  border-color: #0867b2;
891
  list-style-type:none;
892
  }
893
 
894
+
 
 
 
 
 
895
 
896
  .mo-openid-app-share-icons{
897
  width:35px !important;
919
  opacity: 1;
920
  }
921
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
922
 
 
 
923
 
 
 
 
 
 
924
 
925
  .theme-checkbox{
926
  vertical-align :super !important;
940
  position:fixed;
941
  }
942
 
 
 
 
943
 
 
 
 
 
 
 
944
 
945
+
 
 
946
 
947
  .mo-custom-share-icon{
948
  box-sizing:border-box !important;
986
  border-bottom: 2px solid #FF5A00;
987
  }
988
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
989
 
990
  p>a.mo-openid-share-link>img.mo-openid-app-share-icons
991
  {
997
  box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0)!important;
998
  }
999
 
1000
+
 
 
 
1001
 
1002
  .mo-consent{
1003
  font-size:11px !important;
1284
  border-radius: 50%;
1285
  }
1286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1287
 
1288
+
1289
+ /* Advertisement Baner */
1290
+ .mo_openid_notice {
1291
+ background: #fff;
1292
+ border: 1px solid #ccd0d4;
1293
+ border-left-color: rgb(204, 208, 212);
1294
+ border-left-width: 1px;
1295
+ border-left-width: 4px;
1296
+ box-shadow: 0 1px 1px rgba(0,0,0,.04);
1297
+ margin: 5px 15px 2px;
1298
+ padding: 1px 12px;
1299
+ border-left-color: #069c51;
1300
+
1301
+ }
1302
+ /* Newly Edited for licensing plans */
1303
+ #mo-license-table {
1304
+ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
1305
+ border-collapse: collapse;
1306
+ width: 100%;
1307
  }
1308
 
1309
+ #mo-license-table td, #mo-license-table th {
1310
+ border: 1px solid #ddd;
1311
+ /*text-align: center;*/
1312
+ padding: 8px;
 
 
1313
  }
1314
 
1315
+ #mo-license-table tr:nth-child(even){background-color: #f2f2f2;}
1316
+
1317
+ #mo-license-table tr:hover {background-color: #ddd;}
1318
+
1319
+ #mo-license-table th {
1320
+ padding-top: 12px;
1321
+ width: 25%;
1322
+ padding-bottom: 12px;
1323
+ /*text-align: center;*/
1324
+ background-color:#E97D68;
1325
+ /*background-color: #4CAF50;*/
1326
+ color: white;
1327
+ }
1328
+ .mo-center {
1329
+ display: block;
1330
+ margin-left: auto;
1331
+ margin-right: auto;
1332
+ width: 20%;
1333
+ }
1334
+ .mo-plan {
1335
+ background-color: #E97D68;
1336
+ border: none;
1337
+ color: white;
1338
+ padding: 15px 32px;
1339
+ text-align: center;
1340
  text-decoration: none;
1341
+ display: inline-block;
1342
+ font-size: 15px;
1343
  cursor: pointer;
1344
+ width: 100%;
1345
+ }
1346
+ .mo-plan:hover {
1347
+ box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
1348
+ }
1349
+ .mo_openid_notice-warning {
1350
+ border-left-color: #069c51
1351
  }
includes/images/bronze.png ADDED
Binary file
includes/images/crown.png ADDED
Binary file
includes/images/silve.png ADDED
Binary file
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.3.12
8
  * Author: miniOrange
9
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
  */
11
 
12
- define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.3.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');
@@ -41,7 +41,7 @@ class miniorange_openid_sso_settings
41
  add_action('init', 'mo_openid_login_validate' );
42
  add_action( 'plugins_loaded', 'mo_openid_plugin_update' ,1 );
43
  add_action( 'admin_enqueue_scripts', array( $this, 'mo_openid_plugin_settings_script' ) );
44
- add_action( 'admin_enqueue_scripts', array( $this, 'mo_openid_plugin_settings_style' ) );
45
  add_action('wp_ajax_mo-openid-sso-sort-action', 'mo_openid_sso_sort_action');
46
  add_action('wp_ajax_mo_openid_share', 'mo_openid_share_action');
47
  add_action('wp_ajax_mo_openid_app_enable', 'mo_openid_sso_enable_app');
@@ -261,7 +261,7 @@ Thank you.';
261
  }
262
 
263
  function mo_openid_plugin_settings_style() {
264
- wp_enqueue_style( 'mo_openid_admin_settings_style', plugins_url('includes/css/mo_openid_style.css?version=7.3.0', __FILE__));
265
  wp_enqueue_style( 'mo_openid_admin_settings_phone_style', plugins_url('includes/css/phone.css', __FILE__));
266
  wp_enqueue_style( 'mo-wp-bootstrap-social',plugins_url('includes/css/bootstrap-social.css', __FILE__), false );
267
  wp_enqueue_style( 'mo-wp-bootstrap-main',plugins_url('includes/css/bootstrap.min-preview.css', __FILE__), false );
@@ -270,6 +270,11 @@ Thank you.';
270
  wp_enqueue_style( 'bootstrap_style_ass', plugins_url( 'includes/css/mo_openid_bootstrap-tour-standalone.css?version=5.1.4', __FILE__ ) );
271
  }
272
 
 
 
 
 
 
273
  function mo_openid_activate() {
274
  $user_activation_date = date('Y-m-d', strtotime(' + 10 days'));
275
  $user_activation_date1=date('Y-m-d');
@@ -293,6 +298,7 @@ Thank you.';
293
 
294
  function mo_custom_login_stylesheet()
295
  {
 
296
  wp_enqueue_style( 'mo-wp-style',plugins_url('includes/css/mo_openid_style.css?version=7.3.0', __FILE__), false );
297
  wp_enqueue_style( 'mo-wp-bootstrap-social',plugins_url('includes/css/bootstrap-social.css', __FILE__), false );
298
  wp_enqueue_style( 'mo-wp-bootstrap-main',plugins_url('includes/css/bootstrap.min.css', __FILE__), false );
4
  * Plugin Name: Social Login, Social Sharing by miniOrange
5
  * Plugin URI: https://www.miniorange.com
6
  * Description: Allow your users to login, comment and share with Facebook, Google, Apple, Twitter, LinkedIn etc using customizable buttons.
7
+ * Version: 7.4.0
8
  * Author: miniOrange
9
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
  */
11
 
12
+ define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.4.0');
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');
41
  add_action('init', 'mo_openid_login_validate' );
42
  add_action( 'plugins_loaded', 'mo_openid_plugin_update' ,1 );
43
  add_action( 'admin_enqueue_scripts', array( $this, 'mo_openid_plugin_settings_script' ) );
44
+ add_action( 'admin_enqueue_scripts', array( $this, 'mo_openid_plugin_settings_admin_style' ) );
45
  add_action('wp_ajax_mo-openid-sso-sort-action', 'mo_openid_sso_sort_action');
46
  add_action('wp_ajax_mo_openid_share', 'mo_openid_share_action');
47
  add_action('wp_ajax_mo_openid_app_enable', 'mo_openid_sso_enable_app');
261
  }
262
 
263
  function mo_openid_plugin_settings_style() {
264
+ wp_enqueue_style( 'mo-wp-style-icon',plugins_url('includes/css/mo_openid_login_icons.css?version=7.3.0', __FILE__), false );
265
  wp_enqueue_style( 'mo_openid_admin_settings_phone_style', plugins_url('includes/css/phone.css', __FILE__));
266
  wp_enqueue_style( 'mo-wp-bootstrap-social',plugins_url('includes/css/bootstrap-social.css', __FILE__), false );
267
  wp_enqueue_style( 'mo-wp-bootstrap-main',plugins_url('includes/css/bootstrap.min-preview.css', __FILE__), false );
270
  wp_enqueue_style( 'bootstrap_style_ass', plugins_url( 'includes/css/mo_openid_bootstrap-tour-standalone.css?version=5.1.4', __FILE__ ) );
271
  }
272
 
273
+ function mo_openid_plugin_settings_admin_style(){
274
+ if(strpos(get_current_screen()->id, 'miniorange-social-login-sharing_page') === false) return;
275
+ wp_enqueue_style( 'mo_openid_admin_settings_style', plugins_url('includes/css/mo_openid_style.css?version=7.3.0', __FILE__));
276
+ }
277
+
278
  function mo_openid_activate() {
279
  $user_activation_date = date('Y-m-d', strtotime(' + 10 days'));
280
  $user_activation_date1=date('Y-m-d');
298
 
299
  function mo_custom_login_stylesheet()
300
  {
301
+ wp_enqueue_style( 'mo-wp-style-icon',plugins_url('includes/css/mo_openid_login_icons.css?version=7.3.0', __FILE__), false );
302
  wp_enqueue_style( 'mo-wp-style',plugins_url('includes/css/mo_openid_style.css?version=7.3.0', __FILE__), false );
303
  wp_enqueue_style( 'mo-wp-bootstrap-social',plugins_url('includes/css/bootstrap-social.css', __FILE__), false );
304
  wp_enqueue_style( 'mo-wp-bootstrap-main',plugins_url('includes/css/bootstrap.min.css', __FILE__), false );
miniorange_openid_sso_settings_page.php CHANGED
@@ -40,10 +40,17 @@ require('view/soc_sha/soc_med_ser/mo_openid_social_media_services.php');
40
 
41
  function mo_register_openid() {
42
  ?>
43
- <div id="upgrade_notice" class="update-nag" style="width: 92.5%;margin-left: 0%;"><strong>Special WOOCOMMERCE, BUDDYPRESS & MAILCHIMP INTEGRATION PLUGINS. Click here to <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Upgrade Now');?></a>
44
- </strong></div>
45
- <div id="upgrade_notice" class="update-nag" style="width: 92.5%;margin-left: 0%;"><strong>New SOCIAL SHARING PLUGIN is available with attractive features. Click here to <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo site_url().'/wp-admin/admin.php?page=mo_openid_social_sharing_settings&tab=licensing_plans'; ?>"><?php echo mo_sl('Upgrade Now');?></a>
46
- </strong></div>
 
 
 
 
 
 
 
47
  <?php
48
 
49
  if( isset( $_GET[ 'tab' ]) && $_GET[ 'tab' ] !== 'register' ) {
@@ -73,7 +80,7 @@ function mo_register_openid() {
73
  <a id="mo_openid_rateus_modal" onclick="asdf(this)" style="margin-top: 23px" class="button" ><?php echo mo_sl('Rate us');?></a>
74
  </td>
75
  <td>
76
- <button id="mo_openid_restart_gtour" style="margin-top: 23px;background: #0867B2;border-color: #0867B2;color: white; float: right" class="button" onclick="window.location= base_url+'/wp-admin/admin.php?page=mo_openid_settings&tab=config_apps';restart_tour()" value="Restart Tour"><?php echo mo_sl('Restart Tour');?></button>
77
  </td>
78
  <td><a id="mo_openid_setup_plugin" style="margin-top: 23px;background: #0867B2;border-color: #0867B2;color: white; float: right" class="button" href="https://youtu.be/u6Jgcr3xWOw" target="_blank"><?php echo mo_sl('Setup Plugin');?></a></td>
79
  </tr>
@@ -350,7 +357,7 @@ function mo_register_openid() {
350
  backdrop:'body',
351
  backdropPadding:'6',
352
  onNext: function(){
353
- window.location= base_url+'/wp-admin/admin.php?page=mo_openid_settings&tab=disp_opt';
354
  }
355
  },
356
  {
@@ -363,7 +370,7 @@ function mo_register_openid() {
363
  backdropPadding:'6',
364
  onNext: function() {
365
  // e.preventDefault();
366
- window.location = base_url+'/wp-admin/admin.php?page=mo_openid_settings&tab=licensing_plans'
367
  }
368
  },{
369
  element: "#pricing",
@@ -426,7 +433,7 @@ function mo_register_openid() {
426
  new_tour1.start();
427
  }
428
  function restart_tour() {
429
- window.location= base_url+'/wp-admin/admin.php?page=mo_openid_settings&tab=config_apps';
430
  new_tour1.restart();
431
  }
432
 
@@ -434,17 +441,17 @@ function mo_register_openid() {
434
 
435
  var tour_variable = "plugin_tour";
436
  jQuery.ajax({
437
- url:base_url+'/wp-admin/admin.php?page=mo_openid_settings&tab=config_apps', //the page containing php script
438
  method: "POST", //request type,
439
  data: {update_tour_status: tour_variable},
440
  dataType: 'text',
441
  success:function(result){
442
- window.location= base_url+'/wp-admin/admin.php?page=mo_openid_settings&tab=config_apps';
443
  }
444
  });
445
  }
446
  function end_new_tour1() {
447
- window.location= base_url+'/wp-admin/admin.php?page=mo_openid_settings&tab=config_apps';
448
  }
449
 
450
 
40
 
41
  function mo_register_openid() {
42
  ?>
43
+
44
+ <div id="upgrade_notice" class="mo_openid_notice mo_openid_notice-warning" >
45
+ <p><b>Special WOOCOMMERCE, BUDDYPRESS & MAILCHIMP INTEGRATION PLUGINS.</b> Click here to
46
+ <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Upgrade Now');?></a>
47
+ <br>
48
+ </p>
49
+ <p><b>New SOCIAL SHARING PLUGIN </b>is available with attractive features. Click here to
50
+ <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo site_url().'/wp-admin/admin.php?page=mo_openid_social_sharing_settings&tab=licensing_plans'; ?>"><?php echo mo_sl('Upgrade Now');?></a>
51
+ </p>
52
+ </div>
53
+
54
  <?php
55
 
56
  if( isset( $_GET[ 'tab' ]) && $_GET[ 'tab' ] !== 'register' ) {
80
  <a id="mo_openid_rateus_modal" onclick="asdf(this)" style="margin-top: 23px" class="button" ><?php echo mo_sl('Rate us');?></a>
81
  </td>
82
  <td>
83
+ <button id="mo_openid_restart_gtour" style="margin-top: 23px;background: #0867B2;border-color: #0867B2;color: white; float: right" class="button" onclick="window.location= base_url+'/wp-admin/admin.php?page=mo_openid_general_settings&tab=config_apps';restart_tour()" value="Restart Tour"><?php echo mo_sl('Restart Tour');?></button>
84
  </td>
85
  <td><a id="mo_openid_setup_plugin" style="margin-top: 23px;background: #0867B2;border-color: #0867B2;color: white; float: right" class="button" href="https://youtu.be/u6Jgcr3xWOw" target="_blank"><?php echo mo_sl('Setup Plugin');?></a></td>
86
  </tr>
357
  backdrop:'body',
358
  backdropPadding:'6',
359
  onNext: function(){
360
+ window.location= base_url+'/wp-admin/admin.php?page=mo_openid_general_settings&tab=disp_opt';
361
  }
362
  },
363
  {
370
  backdropPadding:'6',
371
  onNext: function() {
372
  // e.preventDefault();
373
+ window.location = base_url+'/wp-admin/admin.php?page=mo_openid_general_settings&tab=licensing_plans'
374
  }
375
  },{
376
  element: "#pricing",
433
  new_tour1.start();
434
  }
435
  function restart_tour() {
436
+ window.location= base_url+'/wp-admin/admin.php?page=mo_openid_general_settings&tab=config_apps';
437
  new_tour1.restart();
438
  }
439
 
441
 
442
  var tour_variable = "plugin_tour";
443
  jQuery.ajax({
444
+ url:base_url+'/wp-admin/admin.php?page=mo_openid_general_settings&tab=config_apps', //the page containing php script
445
  method: "POST", //request type,
446
  data: {update_tour_status: tour_variable},
447
  dataType: 'text',
448
  success:function(result){
449
+ window.location= base_url+'/wp-admin/admin.php?page=mo_openid_general_settings&tab=config_apps';
450
  }
451
  });
452
  }
453
  function end_new_tour1() {
454
+ window.location= base_url+'/wp-admin/admin.php?page=mo_openid_general_settings&tab=config_apps';
455
  }
456
 
457
 
mo-openid-social-login-functions.php CHANGED
@@ -975,7 +975,7 @@ function create_customer(){
975
  wp_send_json(["success" => 'Registration complete!']);
976
  else {
977
  mo_openid_show_success_message();
978
- header('Location: admin.php?page=mo_openid_settings&tab=licensing_plans');
979
  }
980
  }
981
  delete_option('mo_openid_admin_password', '');
975
  wp_send_json(["success" => 'Registration complete!']);
976
  else {
977
  mo_openid_show_success_message();
978
+ header('Location: admin.php?page=mo_openid_general_settings&tab=licensing_plans');
979
  }
980
  }
981
  delete_option('mo_openid_admin_password', '');
mo_openid_feedback_form.php CHANGED
@@ -32,11 +32,12 @@
32
  "Facebook Login Error",
33
  "Not Receiving OTP During Registration",
34
  "Does not have the features I am looking for",
35
- "Does not support login with app I am looking for",
36
  "Confusing Interface",
37
  "Bugs in the plugin",
38
  "I dont want to register",
39
  "Other Reasons:",
 
40
  "Installing paid version",
41
  );
42
  $i=0;$p=0;
@@ -115,7 +116,7 @@
115
 
116
  }else if(reason=="Bugs in the plugin"){
117
  add_text_box(6,"Can you please let us know about the bug in detail?");
118
- }else if(reason=="Does not support login with app I am looking for"){
119
  add_text_box(4,"Let us know which App are you looking for");
120
  }else if(reason=="Confusing Interface"){
121
  show_link='<p style="background-color:#feffb2;padding:5px 10px;">If you are facing issue while setting up the plugin. Please check out this ' + '<a href="https://www.youtube.com/watch?v=Hn4gMFi8pOE" target="_blank"><b>setup video.</b></p>';
@@ -128,7 +129,12 @@
128
  add_text_box(7,"");
129
  }
130
  else if(reason=="Installing paid version"){
131
- add_text_box(9,"Can you please let us know on which plan you have upgraded?");
 
 
 
 
 
132
  }
133
  else if(reason=="Facebook Login Error"){
134
  show_link='<p style="background-color:#feffb2;padding:5px 10px;">Sorry for your inconvenience. Facebook has blocked our default app so please configure your own custom app.'+'<br>'+'Follow <a href="https://faq.miniorange.com/knowledgebase/facebook-configuration-error/" target="_blank"><b>Facebook setup link</b></a> | <a href="https://www.youtube.com/watch?v=hHx-oR7XiZo&feature=youtu.be" target="_blank"><b>Setup Video.</b></a></p>';
@@ -143,13 +149,13 @@
143
  {
144
  if(x==i)
145
  {
146
- if(x==1||x==7||x==2||x==5) {jQuery('#link_id_' + x).html(show_link);jQuery('#link_id_' + x).show();} else{jQuery('#link_id_'+i).hide();}
147
  }
148
  else{
149
  jQuery('#link_id_'+i).hide();
150
  }
151
- if(i==9 && x==i){jQuery('#text_'+i).hide();jQuery('#link_id_'+i).hide();}
152
- if(i==x&&x!=7)
153
  {jQuery('#text_'+i).show();}
154
  else
155
  {jQuery('#text_'+i).hide();}
32
  "Facebook Login Error",
33
  "Not Receiving OTP During Registration",
34
  "Does not have the features I am looking for",
35
+ "Login Icons are not displayed on custom registration/login page",
36
  "Confusing Interface",
37
  "Bugs in the plugin",
38
  "I dont want to register",
39
  "Other Reasons:",
40
+ "Remove miniOrange Logo under Icons",
41
  "Installing paid version",
42
  );
43
  $i=0;$p=0;
116
 
117
  }else if(reason=="Bugs in the plugin"){
118
  add_text_box(6,"Can you please let us know about the bug in detail?");
119
+ }else if(reason=="Login Icons are not displayed on custom registration/login page"){
120
  add_text_box(4,"Let us know which App are you looking for");
121
  }else if(reason=="Confusing Interface"){
122
  show_link='<p style="background-color:#feffb2;padding:5px 10px;">If you are facing issue while setting up the plugin. Please check out this ' + '<a href="https://www.youtube.com/watch?v=Hn4gMFi8pOE" target="_blank"><b>setup video.</b></p>';
129
  add_text_box(7,"");
130
  }
131
  else if(reason=="Installing paid version"){
132
+ add_text_box(10,"Can you please let us know on which plan you have upgraded?");
133
+ }
134
+ else if(reason=="Remove miniOrange Logo under Icons"){
135
+ show_link='<p style="background-color:#feffb2;padding:5px 10px;"><a href="\n' +
136
+ 'https://plugins.miniorange.com/disable-miniorange-branding-logo" target="_blank"><b>Please refer to the guide to remove the miniOrange Icon from the login page : <b>Guide</b></p>';
137
+ add_text_box(9,"");
138
  }
139
  else if(reason=="Facebook Login Error"){
140
  show_link='<p style="background-color:#feffb2;padding:5px 10px;">Sorry for your inconvenience. Facebook has blocked our default app so please configure your own custom app.'+'<br>'+'Follow <a href="https://faq.miniorange.com/knowledgebase/facebook-configuration-error/" target="_blank"><b>Facebook setup link</b></a> | <a href="https://www.youtube.com/watch?v=hHx-oR7XiZo&feature=youtu.be" target="_blank"><b>Setup Video.</b></a></p>';
149
  {
150
  if(x==i)
151
  {
152
+ if(x==1||x==7||x==9||x==2||x==5) {jQuery('#link_id_' + x).html(show_link);jQuery('#link_id_' + x).show();} else{jQuery('#link_id_'+i).hide();}
153
  }
154
  else{
155
  jQuery('#link_id_'+i).hide();
156
  }
157
+ if(i==10 && x==i){jQuery('#text_'+i).hide();jQuery('#link_id_'+i).hide();}
158
+ if(i==x&&x!=7&&x!=9)
159
  {jQuery('#text_'+i).show();}
160
  else
161
  {jQuery('#text_'+i).hide();}
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.miniorange.com
4
  Tags: social login, facebook login, google login, twitter login, Vkontakte login, Woocommerce, social, facebook, twitter, google, login, google, social connect, social network login, social plugin, Vkontakte, LinkedIn
5
  Requires at least: 2.0.2
6
  Tested up to: 5.5
7
- Stable tag: 7.3.12
8
  License: GPLv2 or later
9
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
 
@@ -35,6 +35,26 @@ Social Plugin enables social login, social sharing, social comments using social
35
  * SHORTCODE available for social login.
36
  * **Support** using email and in-plugin support form.
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  = Free Social Sharing & Social Comments Features =
39
  * Share with social applications - Facebook, Twitter, Google+, Pinterest, Reddit, Vkontakte, Tumblr, StumbleUpon, LinkedIn, Pocket, Digg, Email, Print, Whatsapp
40
  * **Icon Customizations** - customize shape, theme, space & size of social sharing icons.
@@ -184,10 +204,17 @@ Please email us at info@miniorange.com. You can also submit your query from the
184
  12. Social Sharing icons without background.
185
 
186
  ==Changelog==
 
 
 
 
 
 
 
187
 
188
  = 7.3.12 =
189
- * Compatable with WordPress version 5.5
190
- * Compatable with BuddyBoss Platform.
191
  * Added Meetup attributes in premium plugin.
192
  * Added BuddyBoss display options.
193
  * Minor UI changes.
@@ -752,10 +779,17 @@ SECURITY FIXES
752
  * First version of Social Login, Social Sharing plugin.
753
 
754
  == Upgrade Notice ==
 
 
 
 
 
 
 
755
 
756
  = 7.3.12 =
757
- * Compatable with WordPress version 5.5
758
- * Compatable with BuddyBoss Platform.
759
  * Added Meetup attributes in premium plugin.
760
  * Added BuddyBoss display options.
761
  * Minor UI changes.
4
  Tags: social login, facebook login, google login, twitter login, Vkontakte login, Woocommerce, social, facebook, twitter, google, login, google, social connect, social network login, social plugin, Vkontakte, LinkedIn
5
  Requires at least: 2.0.2
6
  Tested up to: 5.5
7
+ Stable tag: 7.4.0
8
  License: GPLv2 or later
9
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
 
35
  * SHORTCODE available for social login.
36
  * **Support** using email and in-plugin support form.
37
 
38
+ = WooCommerce Social Login Features =
39
+ * **WooCommerce Integration** Auto-fill first name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page.
40
+ * Woocommerce Display Options
41
+ * WooCommerce Login form
42
+ * WooCommerce Registration form
43
+ * WooCommerce Checkout form
44
+
45
+ = BuddyPress Social Login Features =
46
+ * **BuddyPress Integration** Sync profile picture from social application to BuddyPress avatar. Sync user social profile to BuddyPress custom fields.
47
+ * BuddyPress Display Options
48
+ * Before BuddyPress Registration Form
49
+ * Before BuddyPress Account Details
50
+ * After BuddyPress Registration Form Login form
51
+
52
+ = BuddyBoss Social Login Features =
53
+ * **BuddyBoss Integration** Sync profile picture from social application to BuddyBoss avatar. Sync user social profile to BuddyBoss custom fields.
54
+ * BuddyBoss Display Options
55
+ * Before BuddyBoss Registration Form
56
+ * After BuddyBoss Registration Form Login form
57
+
58
  = Free Social Sharing & Social Comments Features =
59
  * Share with social applications - Facebook, Twitter, Google+, Pinterest, Reddit, Vkontakte, Tumblr, StumbleUpon, LinkedIn, Pocket, Digg, Email, Print, Whatsapp
60
  * **Icon Customizations** - customize shape, theme, space & size of social sharing icons.
204
  12. Social Sharing icons without background.
205
 
206
  ==Changelog==
207
+ = 7.4.0 =
208
+ * Added Documentation and videos for WooCommerce, BuddyPress, MailChimp and Paid membership Pro integrations.
209
+ * Resolved CSS conflicts with other themes.
210
+ * Image optimization for all application images.
211
+ * Minor UI changes.
212
+ * Compatible with LMS Tutor, Flatsome and BuddyBoss themes.
213
+ * Introduces new plan for Apple, Discord and Twitch Application.
214
 
215
  = 7.3.12 =
216
+ * Compatible with WordPress version 5.5
217
+ * Compatible with BuddyBoss Platform.
218
  * Added Meetup attributes in premium plugin.
219
  * Added BuddyBoss display options.
220
  * Minor UI changes.
779
  * First version of Social Login, Social Sharing plugin.
780
 
781
  == Upgrade Notice ==
782
+ = 7.4.0 =
783
+ * Added Documentation and videos for WooCommerce, BuddyPress, MailChimp and Paid membership Pro integrations.
784
+ * Resolved CSS conflicts with other themes.
785
+ * Image optimization for all application images.
786
+ * Minor UI changes.
787
+ * Compatible with LMS Tutor, Flatsome and BuddyBoss themes.
788
+ * Introduces new plan for Apple, Discord and Twitch Application.
789
 
790
  = 7.3.12 =
791
+ * Compatible with WordPress version 5.5
792
+ * Compatible with BuddyBoss Platform.
793
  * Added Meetup attributes in premium plugin.
794
  * Added BuddyBoss display options.
795
  * Minor UI changes.
view/config_apps/mo_openid_config_apps.php CHANGED
@@ -309,7 +309,7 @@ function mo_openid_show_apps()
309
  setTimeout(function(){ x.className = x.className.replace("show", ""); }, 4000);
310
  }
311
  function mo_openid_shortcode() {
312
- window.location= base_url+'/wp-admin/admin.php?page=mo_openid_settings&tab=shortcodes';
313
 
314
  }
315
 
@@ -371,7 +371,7 @@ function mo_openid_show_apps()
371
  '</div>'+
372
  '<div style="margin-top: 10px;">'+
373
  '<center>' +
374
- '<p style="margin-bottom:auto">Do you want to use social login icons on any particular theme? Go to <a style="cursor: pointer" onclick="mo_openid_shortcode();">Shortcode Tab</a> .</p>' +
375
  '</center>'+
376
  '</div>'+
377
  '</div>'+
309
  setTimeout(function(){ x.className = x.className.replace("show", ""); }, 4000);
310
  }
311
  function mo_openid_shortcode() {
312
+ window.location= base_url+'/wp-admin/admin.php?page=mo_openid_general_settings&tab=shortcodes';
313
 
314
  }
315
 
371
  '</div>'+
372
  '<div style="margin-top: 10px;">'+
373
  '<center>' +
374
+ '<p style="margin-bottom:auto">Do you want to use social login icons on any particular theme? Go to <a style="cursor: pointer" href="<?php echo add_query_arg( array('tab' => 'shortcodes'), $_SERVER['REQUEST_URI'] ); ?>">Shortcode Tab</a> .</p>' +
375
  '</center>'+
376
  '</div>'+
377
  '</div>'+
view/faq/mo_openid_faq.php CHANGED
@@ -4,199 +4,199 @@ function mo_openid_faq(){ ?>
4
  <div class="mo_openid_table_layout">
5
  <table width="100%" style="padding-left: 20px">
6
  <tbody>
7
- <tr>
8
- <td>
9
- <p><?php echo mo_sl('If you are unable to open any section, press CTRL + F5 to clear cache');?>.<p>
10
- <h3><a id="openid_question_plugin" class="mo_openid_title_panel" onclick="show_faq_options(this.id)"><span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl('Site Issue');?></a></h3>
11
- <div class="mo_openid_help_desc" hidden="" id="openid_question_plugin_desc">
12
- <h4><a id="openid_question14"><?php echo mo_sl('I installed the plugin and my website stopped working. How can I recover my site?');?></a></h4>
13
- <div id="openid_question14_desc">
14
- <?php echo mo_sl( 'There must have been a server error on your website. To get your website back online:');?><br/>
15
- <ol>
16
- <li><?php echo mo_sl('Open FTP access and look for plugins folder under wp-content.');?></li>
17
- <li><?php echo mo_sl('Change the extension folder name miniorange-login-openid to miniorange-login-openid');?></li>
18
- <li><?php echo mo_sl('Check your website. It must have started working');?>.</li>
19
- <li><?php echo mo_sl('Change the folder name back to miniorange-login-openid.');?></li>
20
- </ol>
21
- </div>
22
- <?php echo mo_sl( 'For any further queries, please submit a query on right hand side in our');?> <b><?php echo mo_sl('Support Section');?></b>.
23
  </div>
24
- <hr>
25
- </td>
26
- </tr>
27
- <tr>
28
- <td>
29
- <h3><a id="openid_question_email" class="mo_openid_title_panel" onclick="show_faq_options1(this.id)"><span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl('Change email');?> </a></h3>
30
- <div class="mo_openid_help_desc" hidden="" id="openid_question_email_desc">
31
- <h4><a id="openid_question20"><?php echo mo_sl('I want to change the email address with which I access my account. How can I do that?');?></a></h4>
32
- <div id="openid_question20_desc">
33
- <?php echo mo_sl('You will have to register in miniOrange again with your new email id.');?>
34
- <?php echo mo_sl('Please deactivate and activate the plugin by going to');?> <strong><?php echo mo_sl('Plugins -> Installed Plugins');?></strong> <?php echo mo_sl('and then go to the Social Login Plugin to register again. This will enable you to access miniOrange dashboard with new email address.');?></div><br/>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  <?php echo mo_sl('For any further queries, please submit a query on right hand side in our');?> <b><?php echo mo_sl('Support Section');?></b>.
36
  </div>
37
  <hr>
38
- </td>
39
- </tr>
40
- <tr>
41
- <td>
42
- <h3><a id="openid_question_curl" class="mo_openid_title_panel" onclick="show_faq_options2(this.id)"><span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl( 'cURL');?> </a></h3>
43
- <div class="mo_openid_help_desc" hidden="" id="openid_question_curl_desc">
44
- <h4><a id="openid_question1" ><?php echo mo_sl('How to enable PHP cURL extension? (Pre-requisite)');?></a></h4>
45
- <div id="openid_question1_desc">
46
- <?php echo mo_sl('cURL is enabled by default but in case you have disabled it, follow the steps to enable it');?>
47
- <ol>
48
- <li><?php echo mo_sl("Open php.ini(it's usually in /etc/ or in php folder on the server).")?></li>
49
- <li><?php echo mo_sl('Search for extension=php_curl.dll. Uncomment it by removing the semi-colon( ; ) in front of it.');?></li>
50
- <li><?php echo mo_sl('Restart the Apache Server.');?></li>
51
- </ol>
52
- <?php echo mo_sl('For any further queries, please submit a query on right hand side in our');?> <b><?php echo mo_sl('Support Section');?></b>.
53
- </div>
54
- <hr>
55
- <h4><a id="openid_question9" ><?php echo mo_sl('I am getting error - curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set');?></a></h4>
56
- <div id="openid_question9_desc">
57
- <?php echo mo_sl("Just setsafe_mode = Off in your php.ini file (it's usually in /etc/ on the server). If that's already off, then look around for the open_basedir in the php.ini file, and change it to open_basedir = .");?>
58
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  </div>
60
  <hr>
61
- </td>
62
- </tr>
63
- <tr>
64
- <td>
65
- <h3><a id="openid_question_otp" class="mo_openid_title_panel" onclick="show_faq_options3(this.id)"> <span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl('OTP and Forgot Password');?> </a></h3>
66
- <div class="mo_openid_help_desc" hidden="" id="openid_question_otp_desc">
67
- <h4><a id="openid_question7" ><?php echo mo_sl('I did not recieve OTP. What should I do?');?></a></h4>
68
- <div id="openid_question7_desc">
69
- <?php echo mo_sl("The OTP is sent as an email to your email address with which you have registered with miniOrange. If you can't see the email from miniOrange in your mails, please make sure to check your SPAM folder.");?> <br/><br/><?php echo mo_sl("If you don't see an email even in SPAM folder, please verify your account using your mobile number. You will get an OTP on your mobile number which you need to enter on the page. If none of the above works, please contact us using the Support form on the right.");?>
70
- </div>
71
- <hr>
72
- <h4><a id="openid_question8" ><?php echo mo_sl('After entering OTP, I get Invalid OTP. What should I do?');?></a></h4>
73
- <div id="openid_question8_desc">
74
- <?php echo mo_sl( 'Use the ');?><b><?php echo mo_sl('Resend OTP');?></b> <?php echo mo_sl('option to get an additional OTP. Plese make sure you did not enter the first OTP you recieved if you selected');?> <b><?php echo mo_sl('Resend OTP');?></b> <?php echo mo_sl('option to get an additional OTP. Enter the latest OTP since the previous ones expire once you click on Resend OTP.');?> <br/><br/><?php echo mo_sl('If OTP sent on your email address are not working, please verify your account using your mobile number. You will get an OTP on your mobile number which you need to enter on the page. If none of the above works, please contact us using the Support form on the right.');?>
75
- </div>
76
- <hr>
77
- <h4><a id="openid_question5" ><?php echo mo_sl('I forgot the password of my miniOrange account. How can I reset it?');?></a></h4>
78
- <div id="openid_question5_desc">
79
- <?php echo mo_sl('There are two cases according to the page you see');?> -<br><br/>
80
- 1. <b><?php echo mo_sl('Login with miniOrange');?></b> <?php echo mo_sl('screen: You should click on');?> <b><?php echo mo_sl('forgot password');?></b> <?php echo mo_sl('link. You will get your new password on your email address which you have registered with miniOrange . Now you can login with the new password');?>.<br><br/>
81
- 2. <b><?php echo mo_sl('Register with miniOrange');?></b> <?php echo mo_sl('screen: Enter your email ID and any random password in ');?><b><?php echo mo_sl('password');?></b><?php echo mo_sl( 'and');?> <b><?php echo mo_sl('confirm password');?></b> <?php echo mo_sl('input box. This will redirect you to');?> <b><?php echo mo_sl('Login with miniOrange');?></b> <?php echo mo_sl('screen. Now follow first step');?>.
82
- </div>
83
  </div>
84
  <hr>
85
- </td>
86
- </tr>
87
- <tr>
88
- <td>
89
- <h3><a id="openid_question_login" class="mo_openid_title_panel" onclick="show_faq_options4(this.id)"><span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl('Social login');?> </a></h3>
90
- <div class="mo_openid_help_desc" hidden="" id="openid_question_login_desc">
91
- <h4><a id="openid_question2" ><?php echo mo_sl('How to add login icons to frontend login page?');?></a></h4>
92
- <div id="openid_question2_desc">
93
- <?php echo mo_sl("You can add social login icons to frontend login page using our shortcode [miniorange_social_login]. Refer to 'Shortcode' tab to add customizations to Shortcode.");?>
94
- </div>
95
- <hr>
96
- <h4><a id="openid_question4" ><?php echo mo_sl('How can I put social login icons on a page without using widgets?');?></a></h4>
97
- <div id="openid_question4_desc">
98
- <?php echo mo_sl("You can add social login icons to any page or custom login page using 'social login shortcode' [miniorange_social_login]. Refer to 'Shortcode' tab to add customizations to Shortcode.");?>
99
- </div>
100
- <hr>
101
- <h4><a id="openid_question12" ><?php echo mo_sl('Social Login icons are not added to login/registration form.');?></a></h4>
102
- <div id="openid_question12_desc">
103
- <?php echo mo_sl("Your login/registration form may not be wordpress's default login/registration form. In this case you can add social login icons to custom login/registration form using 'social login shortcode' [miniorange_social_login]. Refer to 'Shortcode' tab to add customizations to Shortcode.");?>
104
- </div>
105
- <hr>
106
- <h4><a id="openid_question3" ><?php echo mo_sl('How can I redirect to my blog page after login?');?></a></h4>
107
- <div id="openid_question3_desc">
108
- <?php echo mo_sl('You can select one of the options from');?> <b><?php echo mo_sl('Redirect URL after login');?></b> <?php echo mo_sl('of');?> <b><?php echo mo_sl('Display Option');?></b><?php echo mo_sl(' section under');?> <b><?php echo mo_sl('Social Login');?></b><?php echo mo_sl( 'tab.');?> <br>
109
- 1. <?php echo mo_sl('Same page where user logged in');?> <br>
110
- 2. <?php echo mo_sl('Homepage');?> <br>
111
- 3. <?php echo mo_sl('Account Dsahboard');?> <br>
112
- 4. <?php echo mo_Sl('Custom URL - Example:');?> https://www.example.com <br>
113
- </div>
114
- <hr>
115
- <h4><a id="openid_question11" ><?php echo mo_sl('After logout I am redirected to blank page');?></a></h4>
116
- <div id="openid_question11_desc">
117
- <?php echo mo_sl('Your theme and Social Login plugin may conflict during logout. To resolve it you need to uncheck');?> <b><?php echo mo_sl('Enable Logout Redirection');?></b><?php mo_sl( 'checkbox under');?> <b><?php echo mo_sl('Display Option');?></b> <?php echo mo_sl('of');?> <b><?php echo mo_sl('Social Login');?></b> <?php echo mo_sl('tab');?>.
118
- </div>
119
- <hr>
120
- <h4><a id="openid_question5" ><?php echo mo_sl('My users get the following message -"Registration has been disabled for this site. Please contact your administrator." What should I do?');?></a></h4>
121
- <div id="openid_question5_desc">
122
- <?php echo mo_sl('This means you must have unchecked the check-box of auto-register in the Social Login tab. Please check it. This will allow new users to be able to register to your site.');?>
123
- </div>
124
- <hr>
125
- <h4><a id="openid_question7" ><?php echo mo_sl('Why do my users get a message that it is not secure to proceed?');?></a></h4>
126
- <div id="openid_question7_desc"><?php echo mo_sl("Your website must be starting with http://. Now generally that's not an issue but our service uses https://( s stands for secure). You get a warning from the browser that the information is being passed insecurely. This happens after you log in to social media application and are coming back to your website. The warning is triggered from the browser since the data passes from https:// to http://, i.e. from a secure site to non-secure site.<br><br>We make sure that the information(email, name, username) getting passed from social media application to your website is encrypted with a key which is unique to you. So, even if the there is a warning of sending information without security, that information is encrypted.");?> <br><br>
127
- <strong><?php echo mo_sl('To remove this warning, you can add an SSL certificate to your website to change it to https OR use your own');?> <a href="admin.php?page=mo_openid_settings&tab=custom_app"></strong><?php echo mo_sl('Custom App');?></a>
128
- </div>
129
- <hr>
130
- <h4><a id="openid_question1" ><?php echo mo_sl('My users get the following message -"There was an error in registration. Please contact your administrator." What should I do?');?></a></h4>
131
- <div id="openid_question1_desc">
132
- <?php echo mo_sl('This message is thrown by WordPress when there is an error in user-registration');?>. <br><br>
133
- 1. <?php echo mo_sl('To see the actual error thrown by WordPress, go to \wordpress\wp-content\plugins\miniorange-login-openid\class-mo-openid-login-widget.php file');?><br>
134
- 2. <?php echo mo_sl('Search for the line');?> :<br/><code> //print_r($user_id); </code> <br>
135
- 3. <?php echo mo_sl('Change it to');?><br/> <code>print_r($user_id); </code><br>
136
- 4. <?php echo mo_sl('Save the file and try logging again. Please send us the error you see while logging in through the support forum to your right.');?>
137
- </div>
138
- <h4><a id="openid_question6" ><?php echo mo_sl('How do I centre the social login icons?');?></a></h4>
139
- <div id="openid_question6_desc">
140
- 1.<?php echo mo_sl('If you are making changes to a PHP file');?>.<br/><br/>
141
- <?php echo mo_sl('Go to the PHP file which invokes your page/post and insert the following html snippet. Also, increase the margin-left value as per your requirement. Save the file.');?> <br>
142
- <code>&ltdiv style="margin-left:100px;"&gt <br>&lt?php echo apply_shortcodes('[miniorange_social_login]')?&gt <br>
143
- &lt/div&gt </code><br/><br/>
144
- 2.<?php echo mo_sl('If you are making changes to an HTML file.');?><br/><br/>
145
- <?php echo mo_sl('Go to the HTML file which invokes your page/post and insert the following html snippet. Also, increase the margin-left value as per your requirement. Save the file.');?> <br>
146
- <code>&ltdiv style="margin-left:100px;"&gt <br>[miniorange_social_login]')<br>
147
- &lt/div&gt </code>
148
- </div>
149
  </div>
150
  <hr>
151
- </td>
152
- </tr>
153
- <tr>
154
- <td>
155
- <h3><a id="openid_question_sharing" class="mo_openid_title_panel" onclick="show_faq_options5(this.id)"><span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl('Social Sharing');?></a></h3>
156
- <div class="mo_openid_help_desc" hidden="" id="openid_question_sharing_desc">
157
- <h4><a id="openid_question6" ><?php echo mo_sl('Is it possible to show sharing icons below the post content?');?></a></h4>
158
- <div id="openid_question6_desc">
159
- <?php echo mo_sl('You can put social sharing icons before the content, after the content or both before and after the content.');?><?php echo mo_sl( 'Go to');?> <b><?php echo mo_sl('Sharing tab');?></b> , <?php echo mo_sl('check');?> <b><?php echo mo_sl('Blog post');?></b> <?php echo mo_sl('checkbox and select one of three(before, after, both) options available. Save settings');?>.
160
- </div>
161
- <hr>
162
- <h4><a id="openid_question10" ><?php echo mo_sl('Why is sharing with some applications not working?');?></a></h4>
163
- <div id="openid_question10_desc">
164
- <?php echo mo_sl('This issue arises if your website is not publicly hosted. Facebook, for example looks for the URL to generate its preview for sharing. That does not work on localhost or any privately hosted URL.');?>
165
- </div>
166
- <hr>
167
- <h4><a id="openid_question13" ><?php echo mo_sl('Facebook sharing is showing the wrong image. How do I change the image?');?></a></h4>
168
- <div id="openid_question13_desc">
169
- <?php echo mo_sl('The image is selected by Facebook and it is a part of Facebook sharing feature. We provide Facebook with webpage URL. It generates the entire preview of webpage using that URL.');?><br/><br/>
170
- <?php echo mo_sl('To set an image for the page, set it as a meta tag in');?> <head> <?php echo mo_sl('of your webpage.');?><br/>
171
- <b>< meta property="og:image" content="http://example.com/image.jpg" ></b><br/><br/>
172
- <?php echo mo_sl( "You can further debug the issue with Facebook's tool");?> - <a href="https://developers.facebook.com/tools/debug/og/object">https://developers.facebook.com/tools/debug/og/object</a>
173
- <br/><br/>
174
- <?php echo mo_sl('If the problem still persists, please contact us using the Support form on the right.');?>
175
- </div>
176
- <hr>
177
- <h4><a id="openid_question21" ><?php echo mo_sl('There is no option of Instagram in Social Sharing. Why?');?></a></h4>
178
- <div id="openid_question21_desc">
179
- <?php echo mo_sl('Instagram has made a conscious effort to not allow sharing from external sources to fight spam and low quality photos.');?>
180
- <?php echo mo_sl("At this point of time, uploading via Instagram's API from external sources is not possible");?>.<br><br>
181
- <a href='https://help.instagram.com/158826297591430' target='_blank'>https://help.instagram.com/158826297591430</a>
182
- </div>
183
- <hr>
184
- <h4><a id="openid_question18" ><?php echo mo_sl('Email share is not working. Why?');?></a></h4>
185
- <div id="openid_question18_desc">
186
- <?php echo mo_sl('Email share in the plugin is enabled through');?> <b><?php echo mo_sl('mailto');?></b>. <?php echo mo_sl('mailto is generally configured through desktop or browser so if it is not working, mailto is not setup or improperly configured');?>.<br><br>
187
- <?php echo mo_sl("To set it up properly, search for mailto settings followed by your Operating System's name where you have your browser installed.");?>
188
- </div>
189
- <hr>
190
- <h4><a id="openid_question19" ><?php echo mo_sl('I cannot see some icons in preview or on blog even though I have selected them in the plugin settings.');?></a></h4>
191
- <div id="openid_question19_desc">
192
- <?php echo mo_sl('Please check if you have an Adblock extension installed on your browser where you are checking the plugin. If you do, the Adblock extension will have a setting to block Social buttons. Uncheck this option.');?>
 
 
 
 
 
 
193
  <br/><br/>
194
- <?php echo mo_sl("If you don't have Adblock installed and still face this issue, please contact us using the Support form on the right or mail us at info@xecurify.com.");?>
195
- </div>
 
 
 
 
 
 
196
  </div>
197
  <hr>
198
- </td>
199
- </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  </tbody>
201
  </table>
202
  </div>
4
  <div class="mo_openid_table_layout">
5
  <table width="100%" style="padding-left: 20px">
6
  <tbody>
7
+ <tr>
8
+ <td>
9
+ <p><?php echo mo_sl('If you are unable to open any section, press CTRL + F5 to clear cache');?>.<p>
10
+ <h3><a id="openid_question_plugin" class="mo_openid_title_panel" onclick="show_faq_options(this.id)"><span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl('Site Issue');?></a></h3>
11
+ <div class="mo_openid_help_desc" hidden="" id="openid_question_plugin_desc">
12
+ <h4><a id="openid_question14"><?php echo mo_sl('I installed the plugin and my website stopped working. How can I recover my site?');?></a></h4>
13
+ <div id="openid_question14_desc">
14
+ <?php echo mo_sl( 'There must have been a server error on your website. To get your website back online:');?><br/>
15
+ <ol>
16
+ <li><?php echo mo_sl('Open FTP access and look for plugins folder under wp-content.');?></li>
17
+ <li><?php echo mo_sl('Change the extension folder name miniorange-login-openid to miniorange-login-openid_1');?></li>
18
+ <li><?php echo mo_sl('Check your website. It must have started working');?>.</li>
19
+ <li><?php echo mo_sl('Change the folder name back to miniorange-login-openid.');?></li>
20
+ </ol>
 
 
21
  </div>
22
+ <?php echo mo_sl( 'For any further queries, please submit a query on right hand side in our');?> <b><?php echo mo_sl('Support Section');?></b>.
23
+ </div>
24
+ <hr>
25
+ </td>
26
+ </tr>
27
+ <tr>
28
+ <td>
29
+ <h3><a id="openid_question_email" class="mo_openid_title_panel" onclick="show_faq_options1(this.id)"><span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl('Change email');?> </a></h3>
30
+ <div class="mo_openid_help_desc" hidden="" id="openid_question_email_desc">
31
+ <h4><a id="openid_question20"><?php echo mo_sl('I want to change the email address with which I access my account. How can I do that?');?></a></h4>
32
+ <div id="openid_question20_desc">
33
+ <?php echo mo_sl('You will have to register in miniOrange again with your new email id.');?>
34
+ <?php echo mo_sl('Please deactivate and activate the plugin by going to');?> <strong><?php echo mo_sl('Plugins -> Installed Plugins');?></strong> <?php echo mo_sl('and then go to the Social Login Plugin to register again. This will enable you to access miniOrange dashboard with new email address.');?></div><br/>
35
+ <?php echo mo_sl('For any further queries, please submit a query on right hand side in our');?> <b><?php echo mo_sl('Support Section');?></b>.
36
+ </div>
37
+ <hr>
38
+ </td>
39
+ </tr>
40
+ <tr>
41
+ <td>
42
+ <h3><a id="openid_question_curl" class="mo_openid_title_panel" onclick="show_faq_options2(this.id)"><span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl( 'cURL');?> </a></h3>
43
+ <div class="mo_openid_help_desc" hidden="" id="openid_question_curl_desc">
44
+ <h4><a id="openid_question1" ><?php echo mo_sl('How to enable PHP cURL extension? (Pre-requisite)');?></a></h4>
45
+ <div id="openid_question1_desc">
46
+ <?php echo mo_sl('cURL is enabled by default but in case you have disabled it, follow the steps to enable it');?>
47
+ <ol>
48
+ <li><?php echo mo_sl("Open php.ini(it's usually in /etc/ or in php folder on the server).")?></li>
49
+ <li><?php echo mo_sl('Search for extension=php_curl.dll. Uncomment it by removing the semi-colon( ; ) in front of it.');?></li>
50
+ <li><?php echo mo_sl('Restart the Apache Server.');?></li>
51
+ </ol>
52
  <?php echo mo_sl('For any further queries, please submit a query on right hand side in our');?> <b><?php echo mo_sl('Support Section');?></b>.
53
  </div>
54
  <hr>
55
+ <h4><a id="openid_question9" ><?php echo mo_sl('I am getting error - curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set');?></a></h4>
56
+ <div id="openid_question9_desc">
57
+ <?php echo mo_sl("Just setsafe_mode = Off in your php.ini file (it's usually in /etc/ on the server). If that's already off, then look around for the open_basedir in the php.ini file, and change it to open_basedir = .");?>
58
+ </div>
59
+ </div>
60
+ <hr>
61
+ </td>
62
+ </tr>
63
+ <tr>
64
+ <td>
65
+ <h3><a id="openid_question_otp" class="mo_openid_title_panel" onclick="show_faq_options3(this.id)"> <span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl('OTP and Forgot Password');?> </a></h3>
66
+ <div class="mo_openid_help_desc" hidden="" id="openid_question_otp_desc">
67
+ <h4><a id="openid_question7" ><?php echo mo_sl('I did not recieve OTP. What should I do?');?></a></h4>
68
+ <div id="openid_question7_desc">
69
+ <?php echo mo_sl("The OTP is sent as an email to your email address with which you have registered with miniOrange. If you can't see the email from miniOrange in your mails, please make sure to check your SPAM folder.");?> <br/><br/><?php echo mo_sl("If you don't see an email even in SPAM folder, please verify your account using your mobile number. You will get an OTP on your mobile number which you need to enter on the page. If none of the above works, please contact us using the Support form on the right.");?>
70
+ </div>
71
+ <hr>
72
+ <h4><a id="openid_question8" ><?php echo mo_sl('After entering OTP, I get Invalid OTP. What should I do?');?></a></h4>
73
+ <div id="openid_question8_desc">
74
+ <?php echo mo_sl( 'Use the ');?><b><?php echo mo_sl('Resend OTP');?></b> <?php echo mo_sl('option to get an additional OTP. Plese make sure you did not enter the first OTP you recieved if you selected');?> <b><?php echo mo_sl('Resend OTP');?></b> <?php echo mo_sl('option to get an additional OTP. Enter the latest OTP since the previous ones expire once you click on Resend OTP.');?> <br/><br/><?php echo mo_sl('If OTP sent on your email address are not working, please verify your account using your mobile number. You will get an OTP on your mobile number which you need to enter on the page. If none of the above works, please contact us using the Support form on the right.');?>
75
+ </div>
76
+ <hr>
77
+ <h4><a id="openid_question5" ><?php echo mo_sl('I forgot the password of my miniOrange account. How can I reset it?');?></a></h4>
78
+ <div id="openid_question5_desc">
79
+ <?php echo mo_sl('There are two cases according to the page you see');?> -<br><br/>
80
+ 1. <b><?php echo mo_sl('Login with miniOrange');?></b> <?php echo mo_sl('screen: You should click on');?> <b><?php echo mo_sl('forgot password');?></b> <?php echo mo_sl('link. You will get your new password on your email address which you have registered with miniOrange . Now you can login with the new password');?>.<br><br/>
81
+ 2. <b><?php echo mo_sl('Register with miniOrange');?></b> <?php echo mo_sl('screen: Enter your email ID and any random password in ');?><b><?php echo mo_sl('password');?></b><?php echo mo_sl( 'and');?> <b><?php echo mo_sl('confirm password');?></b> <?php echo mo_sl('input box. This will redirect you to');?> <b><?php echo mo_sl('Login with miniOrange');?></b> <?php echo mo_sl('screen. Now follow first step');?>.
82
+ </div>
83
+ </div>
84
+ <hr>
85
+ </td>
86
+ </tr>
87
+ <tr>
88
+ <td>
89
+ <h3><a id="openid_question_login" class="mo_openid_title_panel" onclick="show_faq_options4(this.id)"><span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl('Social login');?> </a></h3>
90
+ <div class="mo_openid_help_desc" hidden="" id="openid_question_login_desc">
91
+ <h4><a id="openid_question2" ><?php echo mo_sl('How to add login icons to frontend login page?');?></a></h4>
92
+ <div id="openid_question2_desc">
93
+ <?php echo mo_sl("You can add social login icons to frontend login page using our shortcode [miniorange_social_login]. Refer to 'Shortcode' tab to add customizations to Shortcode.");?>
94
+ </div>
95
+ <hr>
96
+ <h4><a id="openid_question4" ><?php echo mo_sl('How can I put social login icons on a page without using widgets?');?></a></h4>
97
+ <div id="openid_question4_desc">
98
+ <?php echo mo_sl("You can add social login icons to any page or custom login page using 'social login shortcode' [miniorange_social_login]. Refer to 'Shortcode' tab to add customizations to Shortcode.");?>
99
+ </div>
100
+ <hr>
101
+ <h4><a id="openid_question12" ><?php echo mo_sl('Social Login icons are not added to login/registration form.');?></a></h4>
102
+ <div id="openid_question12_desc">
103
+ <?php echo mo_sl("Your login/registration form may not be wordpress's default login/registration form. In this case you can add social login icons to custom login/registration form using 'social login shortcode' [miniorange_social_login]. Refer to 'Shortcode' tab to add customizations to Shortcode.");?>
104
+ </div>
105
+ <hr>
106
+ <h4><a id="openid_question3" ><?php echo mo_sl('How can I redirect to my blog page after login?');?></a></h4>
107
+ <div id="openid_question3_desc">
108
+ <?php echo mo_sl('You can select one of the options from');?> <b><?php echo mo_sl('Redirect URL after login');?></b> <?php echo mo_sl('of');?> <b><?php echo mo_sl('Display Option');?></b><?php echo mo_sl(' section under');?> <b><?php echo mo_sl('Social Login');?></b><?php echo mo_sl( 'tab.');?> <br>
109
+ 1. <?php echo mo_sl('Same page where user logged in');?> <br>
110
+ 2. <?php echo mo_sl('Homepage');?> <br>
111
+ 3. <?php echo mo_sl('Account Dsahboard');?> <br>
112
+ 4. <?php echo mo_Sl('Custom URL - Example:');?> https://www.example.com <br>
113
  </div>
114
  <hr>
115
+ <h4><a id="openid_question11" ><?php echo mo_sl('After logout I am redirected to blank page');?></a></h4>
116
+ <div id="openid_question11_desc">
117
+ <?php echo mo_sl('Your theme and Social Login plugin may conflict during logout. To resolve it you need to uncheck');?> <b><?php echo mo_sl('Enable Logout Redirection');?></b><?php mo_sl( 'checkbox under');?> <b><?php echo mo_sl('Display Option');?></b> <?php echo mo_sl('of');?> <b><?php echo mo_sl('Social Login');?></b> <?php echo mo_sl('tab');?>.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  </div>
119
  <hr>
120
+ <h4><a id="openid_question5" ><?php echo mo_sl('My users get the following message -"Registration has been disabled for this site. Please contact your administrator." What should I do?');?></a></h4>
121
+ <div id="openid_question5_desc">
122
+ <?php echo mo_sl('This means you must have unchecked the check-box of auto-register in the Social Login tab. Please check it. This will allow new users to be able to register to your site.');?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  </div>
124
  <hr>
125
+ <h4><a id="openid_question7" ><?php echo mo_sl('Why do my users get a message that it is not secure to proceed?');?></a></h4>
126
+ <div id="openid_question7_desc"><?php echo mo_sl("Your website must be starting with http://. Now generally that's not an issue but our service uses https://( s stands for secure). You get a warning from the browser that the information is being passed insecurely. This happens after you log in to social media application and are coming back to your website. The warning is triggered from the browser since the data passes from https:// to http://, i.e. from a secure site to non-secure site.<br><br>We make sure that the information(email, name, username) getting passed from social media application to your website is encrypted with a key which is unique to you. So, even if the there is a warning of sending information without security, that information is encrypted.");?> <br><br>
127
+ <strong><?php echo mo_sl('To remove this warning, you can add an SSL certificate to your website to change it to https OR use your own');?> <a href="admin.php?page=mo_openid_general_settings&tab=custom_app"></strong><?php echo mo_sl('Custom App');?></a>
128
+ </div>
129
+ <hr>
130
+ <h4><a id="openid_question1" ><?php echo mo_sl('My users get the following message -"There was an error in registration. Please contact your administrator." What should I do?');?></a></h4>
131
+ <div id="openid_question1_desc">
132
+ <?php echo mo_sl('This message is thrown by WordPress when there is an error in user-registration');?>. <br><br>
133
+ 1. <?php echo mo_sl('To see the actual error thrown by WordPress, go to \wordpress\wp-content\plugins\miniorange-login-openid\class-mo-openid-login-widget.php file');?><br>
134
+ 2. <?php echo mo_sl('Search for the line');?> :<br/><code> //print_r($user_id); </code> <br>
135
+ 3. <?php echo mo_sl('Change it to');?><br/> <code>print_r($user_id); </code><br>
136
+ 4. <?php echo mo_sl('Save the file and try logging again. Please send us the error you see while logging in through the support forum to your right.');?>
137
+ </div>
138
+ <h4><a id="openid_question6" ><?php echo mo_sl('How do I centre the social login icons?');?></a></h4>
139
+ <div id="openid_question6_desc">
140
+ 1.<?php echo mo_sl('If you are making changes to a PHP file');?>.<br/><br/>
141
+ <?php echo mo_sl('Go to the PHP file which invokes your page/post and insert the following html snippet. Also, increase the margin-left value as per your requirement. Save the file.');?> <br>
142
+ <code>&ltdiv style="margin-left:100px;"&gt <br>&lt?php echo apply_shortcodes('[miniorange_social_login]')?&gt <br>
143
+ &lt/div&gt </code><br/><br/>
144
+ 2.<?php echo mo_sl('If you are making changes to an HTML file.');?><br/><br/>
145
+ <?php echo mo_sl('Go to the HTML file which invokes your page/post and insert the following html snippet. Also, increase the margin-left value as per your requirement. Save the file.');?> <br>
146
+ <code>&ltdiv style="margin-left:100px;"&gt <br>[miniorange_social_login]')<br>
147
+ &lt/div&gt </code>
148
+ </div>
149
+ </div>
150
+ <hr>
151
+ </td>
152
+ </tr>
153
+ <tr>
154
+ <td>
155
+ <h3><a id="openid_question_sharing" class="mo_openid_title_panel" onclick="show_faq_options5(this.id)"><span class="dashicons dashicons-arrow-right"></span><?php echo mo_sl('Social Sharing');?></a></h3>
156
+ <div class="mo_openid_help_desc" hidden="" id="openid_question_sharing_desc">
157
+ <h4><a id="openid_question6" ><?php echo mo_sl('Is it possible to show sharing icons below the post content?');?></a></h4>
158
+ <div id="openid_question6_desc">
159
+ <?php echo mo_sl('You can put social sharing icons before the content, after the content or both before and after the content.');?><?php echo mo_sl( 'Go to');?> <b><?php echo mo_sl('Sharing tab');?></b> , <?php echo mo_sl('check');?> <b><?php echo mo_sl('Blog post');?></b> <?php echo mo_sl('checkbox and select one of three(before, after, both) options available. Save settings');?>.
160
+ </div>
161
+ <hr>
162
+ <h4><a id="openid_question10" ><?php echo mo_sl('Why is sharing with some applications not working?');?></a></h4>
163
+ <div id="openid_question10_desc">
164
+ <?php echo mo_sl('This issue arises if your website is not publicly hosted. Facebook, for example looks for the URL to generate its preview for sharing. That does not work on localhost or any privately hosted URL.');?>
165
+ </div>
166
+ <hr>
167
+ <h4><a id="openid_question13" ><?php echo mo_sl('Facebook sharing is showing the wrong image. How do I change the image?');?></a></h4>
168
+ <div id="openid_question13_desc">
169
+ <?php echo mo_sl('The image is selected by Facebook and it is a part of Facebook sharing feature. We provide Facebook with webpage URL. It generates the entire preview of webpage using that URL.');?><br/><br/>
170
+ <?php echo mo_sl('To set an image for the page, set it as a meta tag in');?> <head> <?php echo mo_sl('of your webpage.');?><br/>
171
+ <b>< meta property="og:image" content="http://example.com/image.jpg" ></b><br/><br/>
172
+ <?php echo mo_sl( "You can further debug the issue with Facebook's tool");?> - <a href="https://developers.facebook.com/tools/debug/og/object">https://developers.facebook.com/tools/debug/og/object</a>
173
  <br/><br/>
174
+ <?php echo mo_sl('If the problem still persists, please contact us using the Support form on the right.');?>
175
+ </div>
176
+ <hr>
177
+ <h4><a id="openid_question21" ><?php echo mo_sl('There is no option of Instagram in Social Sharing. Why?');?></a></h4>
178
+ <div id="openid_question21_desc">
179
+ <?php echo mo_sl('Instagram has made a conscious effort to not allow sharing from external sources to fight spam and low quality photos.');?>
180
+ <?php echo mo_sl("At this point of time, uploading via Instagram's API from external sources is not possible");?>.<br><br>
181
+ <a href='https://help.instagram.com/158826297591430' target='_blank'>https://help.instagram.com/158826297591430</a>
182
  </div>
183
  <hr>
184
+ <h4><a id="openid_question18" ><?php echo mo_sl('Email share is not working. Why?');?></a></h4>
185
+ <div id="openid_question18_desc">
186
+ <?php echo mo_sl('Email share in the plugin is enabled through');?> <b><?php echo mo_sl('mailto');?></b>. <?php echo mo_sl('mailto is generally configured through desktop or browser so if it is not working, mailto is not setup or improperly configured');?>.<br><br>
187
+ <?php echo mo_sl("To set it up properly, search for mailto settings followed by your Operating System's name where you have your browser installed.");?>
188
+ </div>
189
+ <hr>
190
+ <h4><a id="openid_question19" ><?php echo mo_sl('I cannot see some icons in preview or on blog even though I have selected them in the plugin settings.');?></a></h4>
191
+ <div id="openid_question19_desc">
192
+ <?php echo mo_sl('Please check if you have an Adblock extension installed on your browser where you are checking the plugin. If you do, the Adblock extension will have a setting to block Social buttons. Uncheck this option.');?>
193
+ <br/><br/>
194
+ <?php echo mo_sl("If you don't have Adblock installed and still face this issue, please contact us using the Support form on the right or mail us at info@xecurify.com.");?>
195
+ </div>
196
+ </div>
197
+ <hr>
198
+ </td>
199
+ </tr>
200
  </tbody>
201
  </table>
202
  </div>
view/integration/mo_openid_integrate.php CHANGED
@@ -2,36 +2,30 @@
2
  function mo_openid_integrations(){
3
  ?>
4
  <div class="mo_openid_table_layout">
5
- <!--adding and mapping custom attribute--><br/>
 
 
 
6
  <div class="mo_openid_highlight">
7
- <h3 style="margin-left: 2%;line-height: 210%;color: white;"><?php echo mo_sl('Custom Attributes Mapping');?></h3>
8
  </div>
9
- <form>
10
- <table id="custom_attr" style="width:100%">
11
- <tr>
12
- <td colspan="3"><br/><label><b> <span style="color: red">*</span> <?php echo mo_sl('This feature is available in premium version only. To use this feature, please upgrade to premium plugin.');?></b></label></td>
13
- </tr>
14
- <tr>
15
- <td><br><input type="text" disabled placeholder="Custom Attribute Name" class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2;width: 80%"/></td>
16
- <td><br>
17
- <select disabled class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2;width: 60%" >
18
- <option value="" ><?php echo mo_sl('Select Attribute');?></option>
19
- </select>
20
- </td>
21
- <td> <br><input type="button" disabled value="+" class=" button-primary" />&nbsp;
22
- <input type="button" disabled value="-" class=" button-primary" />
23
- </td> </tr>
24
- <tr id="mo_openid_custom_attribute"><td></td></tr>
25
- <tr>
26
- <td align="center"colspan="3"><br>
27
- <input type="hidden"/>
28
- <input disabled type="button" value="Save Attributes" class="button button-primary button-large"/>
29
- &nbsp &nbsp <a disabled="disabled" class="button button-primary button-large"><?php echo mo_sl('Cancel');?></a>
30
- </td>
31
- </tr>
32
- </table>
33
- </form>
34
 
 
 
 
35
  <br>
36
 
37
  <hr>
@@ -44,6 +38,9 @@ function mo_openid_integrations(){
44
  </div>
45
  <br/>
46
  <label><b> <span style="color: red">*</span><?php echo mo_sl('This feature is available in premium version only. To use this feature, please upgrade to premium plugin.');?></b></label>
 
 
 
47
  </td>
48
  </tr>
49
  </table>
@@ -55,10 +52,10 @@ function mo_openid_integrations(){
55
  </div><br/>
56
  <label><b> <span style="color: red">*</span> <?php echo mo_sl('This feature is available in premium version only. To use this feature, please upgrade to premium plugin.');?></b></label>
57
  <br>
 
58
  <!--MailChimp form-->
59
 
60
  <form>
61
- <br>
62
  <hr>
63
  <div class="mo_openid_highlight">
64
  <h3 style="margin-left: 2%;line-height: 210%;color: white;"><?php echo mo_sl('MailChimp Integration');?></h3>
@@ -66,9 +63,9 @@ function mo_openid_integrations(){
66
  <table id="maichimp_integration"><tr><td>
67
  <br/><label><b> <span style="color: red">*</span><?php echo mo_sl('This feature is available in premium version only. To use this feature, please upgrade to premium plugin.');?></b></label>
68
  <p><b><?php echo mo_sl('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.');?></b></p>
69
- <?php echo mo_sl('(List ID in MailChimp : Lists -> Select your List -> Settings -> List Name and Defaults -> List ID)');?> <br>
70
- <?php echo mo_sl('(API Key in MailChimp : Profile -> Extras -> API Keys -> Your API Key )');?><br><br>
71
- <b><?php echo mo_sl('List Id');?>:</b><input disabled size="50" class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2;margin-left: 1%" > <br><br>
72
  <b><?php echo mo_sl('API Key:');?> </b><input disabled size="50" class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2" type="text" ><br><br>
73
 
74
 
@@ -77,7 +74,7 @@ function mo_openid_integrations(){
77
  <span class="mo_openid_checkbox_checkmark_disable"></span>
78
  </label>
79
 
80
- <br/><br>(<?php echo mo_sl('If unchecked, user will get subscribed during registration.');?>
81
  <br><br>
82
  <b><?php echo mo_sl('Click on Download button to get a list of emails of WordPress users registered on your site. You can import this file in MailChimp.');?><br><br>
83
  <input disabled type="button" value="Save " class="button button-primary button-large" />
@@ -86,31 +83,39 @@ function mo_openid_integrations(){
86
  </a><br>
87
  </td></tr></table>
88
  </form>
 
 
89
 
90
- <!-- Woocommerce form-->
91
- <form>
92
- <br>
93
- <hr>
94
- <div class="mo_openid_highlight">
95
- <h3 style="margin-left: 2%;line-height: 210%;color: white;"><?php echo mo_sl('Woocommerce Integration');?></h3>
96
- </div>
97
- <table id="woocommerce_integration"><tr><td>
98
- <br/><label><b> <span style="color: red">*</span> <?php echo mo_sl('This feature is available in premium version only. To use this feature, please upgrade to premium plugin.');?></b></label>
99
- <p><b><?php echo mo_sl('If enabled, first name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page.');?></b></p>
100
-
101
-
102
- <label class="mo_openid_checkbox_container_disable"><strong><?php echo mo_sl('Sync Woocommerce checkout fields');?></strong>
103
- <input type="checkbox"/>
104
- <span class="mo_openid_checkbox_checkmark_disable"></span>
105
- </label>
106
-
107
- <br><br>
108
- <input disabled type="button" value="<?php echo mo_sl('Save');?> " class="button button-primary button-large" />
109
- <br>
110
- </td></tr></table>
111
- </form>
112
- </td>
113
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  <script>
115
  //to set heading name
116
  jQuery('#mo_openid_page_heading').text('<?php echo mo_sl('Integrations');?>');
2
  function mo_openid_integrations(){
3
  ?>
4
  <div class="mo_openid_table_layout">
5
+ <!-- Woocommerce form-->
6
+ <form>
7
+ <br>
8
+ <hr>
9
  <div class="mo_openid_highlight">
10
+ <h3 style="margin-left: 2%;line-height: 210%;color: white;"><?php echo mo_sl('Woocommerce Integration');?></h3>
11
  </div>
12
+ <table id="woocommerce_integration"><tr><td>
13
+ <br/><label><b> <span style="color: red">*</span> <?php echo mo_sl('This feature is available in premium version only. To use this feature, please upgrade to premium plugin.');?></b></label>
14
+ <p><b><?php echo mo_sl('If enabled, first name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page.');?></b></p>
15
+
16
+
17
+ <label class="mo_openid_checkbox_container_disable"><strong><?php echo mo_sl('Sync Woocommerce checkout fields');?></strong>
18
+ <input type="checkbox"/>
19
+ <span class="mo_openid_checkbox_checkmark_disable"></span>
20
+ </label>
21
+ <input disabled type="button" value="<?php echo mo_sl('Save');?> " class="button button-primary button-large" />
22
+ <br>
23
+
24
+ <label class="mo_openid_note_style" style="cursor: auto">For more information please refer to the <a href="https://plugins.miniorange.com/guide-to-configure-woocommerce-with-wordpress-social-login" target="_blank">WooCommerce Guide</a> / <a href="https://youtu.be/M20AR-wbKNI" target="_blank">WooCommerce Video</a></label>
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
+
27
+ </td></tr></table>
28
+ </form>
29
  <br>
30
 
31
  <hr>
38
  </div>
39
  <br/>
40
  <label><b> <span style="color: red">*</span><?php echo mo_sl('This feature is available in premium version only. To use this feature, please upgrade to premium plugin.');?></b></label>
41
+
42
+ <label class="mo_openid_note_style" style="cursor: auto">For more information please refer to the <a href="https://plugins.miniorange.com/guide-to-configure-buddypress-with-wordpress-social-login" target="_blank">BuddyPress Guide</a> / <a href="https://youtu.be/Iia1skKRYBU" target="_blank">BuddyPress Video</a></label><br>
43
+
44
  </td>
45
  </tr>
46
  </table>
52
  </div><br/>
53
  <label><b> <span style="color: red">*</span> <?php echo mo_sl('This feature is available in premium version only. To use this feature, please upgrade to premium plugin.');?></b></label>
54
  <br>
55
+ <label class="mo_openid_note_style" style="cursor: auto">For more information please refer to the <a href="https://plugins.miniorange.com/guide-to-configure-paid-membership-pro-with-wordpress-social-login" target="_blank">Paid Membership Pro Guide</a> / <a href="https://youtu.be/DHgIR6kyX3A" target="_blank">Paid Membership Pro Video</a></label><br>
56
  <!--MailChimp form-->
57
 
58
  <form>
 
59
  <hr>
60
  <div class="mo_openid_highlight">
61
  <h3 style="margin-left: 2%;line-height: 210%;color: white;"><?php echo mo_sl('MailChimp Integration');?></h3>
63
  <table id="maichimp_integration"><tr><td>
64
  <br/><label><b> <span style="color: red">*</span><?php echo mo_sl('This feature is available in premium version only. To use this feature, please upgrade to premium plugin.');?></b></label>
65
  <p><b><?php echo mo_sl('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.');?></b></p>
66
+
67
+ <label class="mo_openid_note_style" style="cursor: auto">For more information please refer to the <a href="https://plugins.miniorange.com/guide-to-configure-mailchimp-integration-with-wordpress-social-login" target="_blank">MailChimp Guide</a> / <a href="https://www.youtube.com/watch?v=3Zh5gUX0O_A" target="_blank">MailChimp Video</a></label><br>
68
+ <b><?php echo mo_sl('Audience ID');?>:</b><input disabled size="50" class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2;margin-left: 1%" > <br><br>
69
  <b><?php echo mo_sl('API Key:');?> </b><input disabled size="50" class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2" type="text" ><br><br>
70
 
71
 
74
  <span class="mo_openid_checkbox_checkmark_disable"></span>
75
  </label>
76
 
77
+ (<?php echo mo_sl('If unchecked, user will get subscribed during registration.');?>
78
  <br><br>
79
  <b><?php echo mo_sl('Click on Download button to get a list of emails of WordPress users registered on your site. You can import this file in MailChimp.');?><br><br>
80
  <input disabled type="button" value="Save " class="button button-primary button-large" />
83
  </a><br>
84
  </td></tr></table>
85
  </form>
86
+ </div>
87
+ <hr>
88
 
89
+ <!--adding and mapping custom attribute--><br/>
90
+ <div class="mo_openid_highlight">
91
+ <h3 style="margin-left: 2%;line-height: 210%;color: white;"><?php echo mo_sl('Custom Attributes Mapping');?></h3>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  </div>
93
+ <form>
94
+ <table id="custom_attr" style="width:100%">
95
+ <tr>
96
+ <td colspan="3"><br/><label><b> <span style="color: red">*</span> <?php echo mo_sl('This feature is available in premium version only. To use this feature, please upgrade to premium plugin.');?></b></label></td>
97
+ </tr>
98
+ <tr>
99
+ <td><br><input type="text" disabled placeholder="Custom Attribute Name" class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2;width: 80%"/></td>
100
+ <td><br>
101
+ <select disabled class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2;width: 60%" >
102
+ <option value="" ><?php echo mo_sl('Select Attribute');?></option>
103
+ </select>
104
+ </td>
105
+ <td> <br><input type="button" disabled value="+" class=" button-primary" />&nbsp;
106
+ <input type="button" disabled value="-" class=" button-primary" />
107
+ </td> </tr>
108
+ <tr id="mo_openid_custom_attribute"><td></td></tr>
109
+ <tr>
110
+ <td align="center"colspan="3"><br>
111
+ <input type="hidden"/>
112
+ <input disabled type="button" value="Save Attributes" class="button button-primary button-large"/>
113
+ &nbsp &nbsp <a disabled="disabled" class="button button-primary button-large"><?php echo mo_sl('Cancel');?></a>
114
+ </td>
115
+ </tr>
116
+ </table>
117
+ </form>
118
+
119
  <script>
120
  //to set heading name
121
  jQuery('#mo_openid_page_heading').text('<?php echo mo_sl('Integrations');?>');
view/licensing_plans/mo_openid_lic_plans.php CHANGED
@@ -12,7 +12,7 @@ function mo_openid_licensing_plans()
12
  <thead>
13
  <tr style="background-color:#F5F5F5;">
14
  <th><br>
15
- <h2>WooCommerce Integration Plugin</h2>
16
  <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">25</h1>
17
  </th>
18
  </tr>
@@ -41,7 +41,7 @@ function mo_openid_licensing_plans()
41
  <thead>
42
  <tr style="background-color:#F5F5F5;">
43
  <th><br>
44
- <h2>BuddyPress Integration Plugin</h2>
45
  <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">25</h1>
46
  </th>
47
  </tr>
@@ -70,12 +70,12 @@ function mo_openid_licensing_plans()
70
  <thead>
71
  <tr style="background-color:#F5F5F5;">
72
  <th><br>
73
- <h2>MailChimp Integration Plugin</h2>
74
- <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">10</h1>
75
  </th>
76
  </tr>
77
  <tr>
78
- <th><button style="background-color: #0C1F28; width: 100%" onclick="mosocial_addonform('wp_social_login_mailchimp_plan')"
79
  class="mo-button-plan">Upgrade Now</button></th>
80
  </tr>
81
  </thead>
@@ -84,7 +84,7 @@ function mo_openid_licensing_plans()
84
  <td><b>All Free features +</b></td>
85
  </tr>
86
  <tr>
87
- <td><div class="mo_openid_tooltip" >MailChimp Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">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></td>
88
  </tr>
89
  <tr>
90
  <td></td>
@@ -93,410 +93,503 @@ function mo_openid_licensing_plans()
93
  </table>
94
  </div>
95
  </div>
96
- <div class="mo_openid_table_layout" id="mo_openid_single" style=" margin-top: 1%;width: 31%; float: left; display: inline-block">
97
- <div>
98
- <table style="width: 100%" class="mo_table-bordered-license">
99
- <thead>
100
- <tr style="background-color:#F5F5F5;">
101
- <th><br>
102
- <h1>Free</h1>
103
- <h2>(YOU ARE ON THIS PLAN)</h2>
104
- <h2>&nbsp;</h2>
105
- <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">0</h1>
106
- <h3>(Features and plans)</h3>
107
- </th>
108
- </tr>
109
- <tr>
110
- <th><button style="background-color: #0C1F28; width: 100%" onclick="mo_openid_support_form('')"
111
- class="mo-button-plan">Contact us for more features</button></th>
112
- </tr>
113
- </thead>
114
- <tbody class="mo_align-center mo-fa-icon">
115
- <tr>
116
- <td>
117
- <div class="mo_openid_tooltip" style="padding-left: 25px;">9 Pre-configured Social Login Apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"></i><span class="mo_openid_tooltiptext"style="width:100%;">Pre-configured apps are already configured by miniOrange. Login flow will go from plugin to miniOrange and then back to plugin. 9 pre-configured apps are<span id="mo_openid_dots">...</span><span id="mo_openid_more" style="display: none"><br> google,vkontakte,twitter,linkedin,<br>amazon,windowslive,salesforce,<br/>yahoo and instagram.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots','mo_openid_more','mo_openid_myBtn')" id="mo_openid_myBtn">Read more</button</div>
118
- </td>
119
- </tr>
120
- <tr>
121
- <td>
122
- <div class="mo_openid_tooltip" style="padding-left: 37px;">9 Custom Social Login Apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"></i><span class="mo_openid_tooltiptext"style="width:100%;"> Using the custom app tab, you can set up your own app id and secret in the plugin. Login flow will not involve miniOrange in between. Login flow will go from plugin to social media application and then back to plugin.<br>10 custom apps are <span id="mo_openid_dots1">...</span><span id="mo_openid_more1" style="display:none" ><br>Facebook,Google,vkontakte,<br/>twitter,linkedin,<br>amazon,windowslive,yahoo and instagram.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots1','mo_openid_more1','mo_openid_myBtn1')" id="mo_openid_myBtn1">Read more</button>
123
- </td>
124
- </tr>
125
- <tr>
126
- <td>Beautiful Icon Customisations</td>
127
- </tr>
128
- <tr>
129
- <td>16 Social Sharing Apps</td>
130
- </tr>
131
- <tr>
132
- <td>Facebook Social Comments</td>
133
- </tr>
134
- <tr>
135
- <td>Disqus Social Comments</td>
136
- </tr>
137
- <tr>
138
- <td>Login Redirect URL</td>
139
- </tr>
140
- <tr>
141
- <td>Logout Redirect URL</td>
142
- </tr>
143
- <tr>
144
- <td>Profile completion (username, email)</td>
145
- </tr>
146
- <tr>
147
- <td>Profile Picture</td>
148
- </tr>
149
- <tr>
150
- <td>Email notification to admin</td>
151
- </tr>
152
- <tr>
153
- <td>Customizable Text For Login Icons</td>
154
- </tr>
155
- <tr>
156
- <td>Option to enable/disable user registration</td>
157
- </tr>
158
- <tr>
159
- <td>Basic Email Support</td>
160
- </tr>
161
- <tr>
162
- <td>Role Mapping</td>
163
- </tr>
164
- <tr>
165
- <td>Shortcodes to display social icons on<br/>any login page, post, popup and php pages</td>
166
- </tr>
167
 
168
- <tr>
169
- <td><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></td>
170
- </tr>
171
- </tbody>
172
- </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
173
  </div>
174
- </div>
175
- <div class="mo_openid_table_layout" id="mo_openid_single" style=" margin-top: 1%;width: 31%; float: left; display: inline-block">
176
- <div>
177
- <table style="width: 100%" class="mo_table-bordered-license">
178
- <thead>
179
- <tr style="background-color:#F5F5F5;">
180
- <th><br>
181
- <h1>Standard</h1>
182
- <h2>&nbsp;</h2>
183
- <h1>
184
- <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;"><strike>39</strike>
185
- <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">29 - 1 Instance</h1>
186
- </h1>
187
- <h1>
188
- <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">169 - 10 Instance</h1>
189
- </h1>
190
- <h3>(Features and plans)</h3>
191
- </th>
192
- </tr>
193
- <tr>
194
- <th><button style="width: 100%" onclick="mosocial_addonform('wp_social_login_standard_plan')"
195
- class="mo-button-plan mo_lic_color">Upgrade Now</button></th>
196
- </tr>
197
- </thead>
198
- <tbody class="mo_align-center mo-fa-icon">
199
- <tr>
200
- <td><b>All Free features +</b></td>
201
- </tr>
202
- <tr>
203
- <td><div class="mo_openid_tooltip" style="padding-left: 40px;">33 Custom Social Login Apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"></i><span class="mo_openid_tooltiptext"style="width:100%;"> Using the custom app tab, you can set up your own app id and secret in the plugin. Login flow will not involve miniOrange in between. Login flow will go from plugin to social media application and then back to plugin.<br>33 custom apps are <span id="mo_openid_dots2">...</span><span id="mo_openid_more2" style="display:none" ><br>Facebook,Google,Yandex,Paypal,vkontakte,<br/>Reddit,twitter,linkedin,amazon,windowslive,<br/>yahoo,apple,disqus,instagram,wordpress,pinterest,<br>
204
- spotify,tumblr,twitch,vimeo,kakao,discord,<br>dirbble,flickr,line,meetup,naver,snapchat,foursquare,<br>teamsnap,stackexchange,livejournal & odnoklassniki.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots2','mo_openid_more2','mo_openid_myBtn2')" id="mo_openid_myBtn2">Read more</button>
205
- </div></td>
206
- </tr>
207
- <tr>
208
- <td>Advance Account Linking</td>
209
- </tr>
210
- <tr>
211
- <td>General Data Protection Regulation (GDPR)</td>
212
- </tr>
213
- <tr>
214
- <td>BuddyPress Display Options</td>
215
- </tr>
216
- <tr>
217
- <td>Woocommerce Display Options</td>
218
- </tr>
219
- <tr>
220
- <td>Account Linking & Unlinking for user</td>
221
- </tr>
222
- <tr>
223
- <td>Email notification to multiple admins</td>
224
- </tr>
225
- <tr>
226
- <td>Welcome Email to end users</td>
227
- </tr>
228
- <tr>
229
- <td>Customizable Email Notification template</td>
230
- </tr>
231
- <tr>
232
- <td>Customizable welcome Email template</td>
233
- </tr>
234
- <tr>
235
- <td>Custom CSS for Social Login buttons</td>
236
- </tr>
237
- <tr>
238
- <td>Social Login Opens in a New Window</td>
239
- </tr>
240
- <tr>
241
- <td>Domain restriction</td>
242
- </tr>
243
- <tr>
244
- <td>Force Admin To Login Using Password</td>
245
- </tr>
246
- <tr>
247
- <td>Send username and password reset link</td>
248
- </tr>
249
- <tr>
250
- <td>Disable admin bar</td>
251
- </tr>
252
- <tr>
253
- <td>Google recaptcha</td>
254
- </tr>
255
- <tr>
256
- <td><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></td>
257
- </tr>
258
- </tbody>
259
- </table>
260
  </div>
261
- </div>
262
- <div class="mo_openid_table_layout" id="mo_openid_single" style=" margin-top: 1%;width: 31%; float: left; display: inline-block">
263
- <div>
264
- <table style="width: 100%" class="mo_table-bordered-license">
265
- <thead>
266
- <tr style="background-color:#F5F5F5;">
267
- <th><br>
268
- <h1>Premium</h1>
269
- <h2><font color="red">(Popular plugins integrations)</font></h2>
270
- <h1>
271
- <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;"><strike>59</strike>
272
- <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">49 - 1 Instance</h1>
273
- </h1>
274
- <h1>
275
- <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">199 - 10 Instance</h1>
276
- </h1>
277
- <h3>(Features and plans)</h3>
278
- </th>
279
- </tr>
280
- <tr>
281
- <th><button style="background-color: #0C1F28" onclick="mosocial_addonform('wp_social_login_premium_plan')"
282
- class="mo-button-plan">Upgrade Now</button></th>
283
- </tr>
284
- </thead>
285
- <tbody class="mo_align-center mo-fa-icon">
286
- <tr>
287
- <td><b>All Free features +</b></td>
288
- </tr>
289
- <tr>
290
- <td><div class="mo_openid_tooltip" style="padding-left: 40px;">33 Custom Social Login Apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"></i><span class="mo_openid_tooltiptext"style="width:100%;"> Using the custom app tab, you can set up your own app id and secret in the plugin. Login flow will not involve miniOrange in between. Login flow will go from plugin to social media application and then back to plugin.<br>33 custom apps are <span id="mo_openid_dots3">...</span><span id="mo_openid_more3" style="display:none" ><br>Facebook,Google,Yandex,Paypal,vkontakte,<br/>Reddit,twitter,linkedin,amazon,windowslive,<br/>yahoo,apple,disqus,instagram,wordpress,pinterest,<br>
291
- spotify,tumblr,twitch,vimeo,kakao,discord,<br>dirbble,flickr,line,meetup,naver,snapchat,foursquare,<br>teamsnap,stackexchange,livejournal & odnoklassniki.</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>
292
- </div></td>
293
- </tr>
294
- <tr>
295
- <td><span class="mo_openid_tooltip">Custom attribute mapping <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Extended attributes returned from social app are mapped to Custom attributes created by admin. These Attributes get stored in user_meta.</span></td>
296
- </tr>
297
- <tr>
298
- <td><span class="mo_openid_tooltip">Paid Membership pro Integration <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Assign default levels or let users choose to set their levels provided by Paid Membership Pro to the users login using Social Login</span></td>
299
- </tr>
300
- <tr>
301
- <td><div class="mo_openid_tooltip" >BuddyPress Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> Extended attributes returned from social app are mapped to Custom BuddyPress fields. Profile picture from social media is mapped to Buddypress avatar.</span></td>
302
- </tr>
303
- <tr>
304
- <td><div class="mo_openid_tooltip" >Woocommerce Integration <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;"> First name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page. Social Login icons are displayed on the Woocommerce checkout page.</span></td>
305
- </tr>
306
- <tr>
307
- <td><div class="mo_openid_tooltip" >MailChimp Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">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></td>
308
- </tr>
309
- <tr>
310
- <td><div class="mo_openid_tooltip" >miniOrange OTP Integration<span style="color: red">*</span> <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">Verify your users via OTP on registration.</span></td>
311
- </tr>
312
- <tr>
313
- <td><div class="mo_openid_tooltip" >Extended Profile Data <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">Extended profile data feature requires additional configuration. You need to have your own social media app and permissions from social media providers to collect extended user data.</span></td>
314
- </tr>
315
- <tr>
316
- <td><div class="mo_openid_tooltip" >Custom Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> If you have a specific custom requirement in the Social Login Plugin, we can implement and integrate it in the Plugin fo you. This includes all those custom features that come under the scope of Social Login/ Sharing/ Comments and impart additional value to the plugin. These features are chargeable. Please send us a query through the support forum to get in touch with us about your custom requirements.</span></div></td>
317
- </tr>
318
- <tr>
319
- <td>Ultimate Member Display Options</td>
320
- </tr>
321
- <tr>
322
- <td>Send account activation link to the user</td>
323
- </tr>
324
- <tr>
325
- <td>Restrict registration from specific pages</td>
326
- </tr>
327
- <tr>
328
- <td>User Moderation</td>
329
- </tr>
330
- <tr>
331
- <td>Advance Account Linking</td>
332
- </tr>
333
- <tr>
334
- <td>General Data Protection Regulation (GDPR)</td>
335
- </tr>
336
- <tr>
337
- <td>BuddyPress Display Options</td>
338
- </tr>
339
- <tr>
340
- <td>Woocommerce Display Options</td>
341
- </tr>
342
- <tr>
343
- <td>Account Linking & Unlinking for user</td>
344
- </tr>
345
- <tr>
346
- <td>Email notification to multiple admins</td>
347
- </tr>
348
- <tr>
349
- <td>Welcome Email to end users</td>
350
- </tr>
351
- <tr>
352
- <td>Customizable Email Notification template</td>
353
- </tr>
354
- <tr>
355
- <td>Customizable welcome Email template</td>
356
- </tr>
357
- <tr>
358
- <td>Custom CSS for Social Login buttons</td>
359
- </tr>
360
- <tr>
361
- <td>Social Login Opens in a New Window</td>
362
- </tr>
363
- <tr>
364
- <td>Domain restriction</td>
365
- </tr>
366
- <tr>
367
- <td>Force Admin To Login Using Password</td>
368
- </tr>
369
- <tr>
370
- <td>Send username and password reset link</td>
371
- </tr>
372
- <tr>
373
- <td>Disable admin bar</td>
374
- </tr>
375
- <tr>
376
- <td>Google recaptcha</td>
377
- </tr>
378
- <tr>
379
- <td><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></td>
380
- </tr>
381
- </tbody>
382
- </table>
383
  </div>
384
  </div>
385
- <div class="mo_openid_table_layout" id="mo_openid_single" style="margin-left: 15%; min-height: min-content; margin-top: 1%;width: 31%; float: left; display: inline-block">
386
- <div>
387
- <table style="width: 100%" class="mo_table-bordered-license">
388
- <thead>
389
- <tr style="background-color:#F5F5F5;">
390
- <th><br>
391
- <h2>Social Login Premium Applications</h2>
392
- <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">10</h1>
393
- </th>
394
- </tr>
395
- <tr>
396
- <th><button style="background-color: #0C1F28; width: 100%" onclick="mosocial_addonform('wp_social_custom_plan')"
397
- class="mo-button-plan">Upgrade Now</button></th>
398
- </tr>
399
- </thead>
400
- <tbody class="mo_align-center mo-fa-icon">
401
- <tr>
402
- <td><b>All Free features +</b></td>
403
- </tr>
404
- <tr>
405
- <td>You will get any one application of your choice integrated with the plugin with $10 each.</td>
406
- </tr>
407
- </tbody>
408
- </table>
409
- </div>
410
  </div>
411
- <div class="mo_openid_table_layout" id="mo_openid_single" style="min-height: min-content; margin-top: 1%;width: 31%; float: left; display: inline-block">
412
- <div>
413
- <table style="width: 100%" class="mo_table-bordered-license">
414
- <thead>
415
- <tr style="background-color:#F5F5F5;">
416
- <th><br>
417
- <h2>Custom feature / Integration</h2>
418
- <h1>&nbsp;</h1>
419
- </th>
420
- </tr>
421
- <tr>
422
- <th><button style="width: 100%" onclick="mo_openid_support_form('Custom requirment for ')"
423
- class="mo-button-plan">Contact us with requirments</button></th>
424
- </tr>
425
- </thead>
426
- <tbody class="mo_align-center mo-fa-icon">
427
- <tr>
428
- <td><b>All Free features +</b></td>
429
- </tr>
430
- <tr>
431
- <td>If you require any feature or integration of any plugin to be integrated with your Social Login plugin.</td>
432
- </tr>
433
- </tbody>
434
- </table>
435
- </div>
436
  </div>
437
- </div>
438
- <br/>&nbsp;<br/>
439
- <div style="font-size: 15px; padding: 1%">
440
- <hr><h3>Available Add on</h3>
441
- <a style="text-decoration: none" target="_blank" href="<?php echo get_site_url() . "/wp-admin/admin.php?page=mo_openid_settings_addOn";?> ">Social Login Custom Registration Form Add on</a>
442
- <button style="margin-left: 2%; margin-top: -.5%" onclick="mosocial_addonform('wp_social_login_extra_attributes_addon')" id="mosocial_purchase_cust_addon" class="button button-primary button-large">Upgrade Now</button>
443
- <p style="font-size: 15px">Custom Registration Form Add-On helps you to integrate details of new as well as existing users. You can add as many fields as you want including the one which are returned by social sites at time of registration.</p>
444
- </div>
445
- <div class="clear">
446
- <hr>
447
- <h3>Refund Policy -</h3>
448
- <p><b>At miniOrange, we want to ensure you are 100% happy with your purchase. If the premium plugin you
449
- purchased is not working as advertised and you've attempted to resolve any issues with our support
450
- team, which couldn't get resolved then we will refund the whole amount within 10 days of the
451
- purchase. Please email us at <a href="mailto:info@xecurify.com"><i>info@xecurify.com</i></a> for any
452
- queries regarding the return policy.</b></p>
453
- <b>Not applicable for -</b>
454
- <ol>
455
- <li>Returns that are because of features that are not advertised.</li>
456
- <li>Returns beyond 10 days.</li>
457
- </ol>
458
- </div>
459
- <script>
460
- //to set heading name
461
- jQuery('#mo_openid_page_heading').text('<?php echo mo_sl('Licensing Plan For Social Login');?>');
462
- function myFunction(dots_id,read_id,btn_id) {
463
 
464
- var dots = document.getElementById(dots_id);
465
- var moreText = document.getElementById(read_id);
466
- var btnText = document.getElementById(btn_id);
467
 
468
- if (dots.style.display === "none") {
469
- dots.style.display = "inline";
470
- btnText.innerHTML = "Read more";
471
- moreText.style.display = "none";
472
- } else {
473
- dots.style.display = "none";
474
- btnText.innerHTML = "Close";
475
- moreText.style.display = "inline";
 
476
  }
477
- }
478
- function mosocial_addonform(planType) {
479
- jQuery.ajax({
480
- url: "<?php echo admin_url("admin-ajax.php");?>", //the page containing php script
481
- method: "POST", //request type,
482
- dataType: 'json',
483
- data: {
484
- action: 'mo_register_customer_toggle_update',
485
- },
486
- success: function (result) {
487
- if(result.status){
488
- jQuery('#requestOrigin').val(planType);
489
- jQuery('#mosocial_loginform').submit();
 
 
 
 
 
490
  }
491
- else
492
- {
493
- alert("It seems you are not registered with miniOrange. Please login or register with us to upgrade to premium plan.");
494
- window.location.href="<?php echo site_url()?>".concat("/wp-admin/admin.php?page=mo_openid_general_settings&tab=profile");
495
- }
496
- }
497
- });
498
- }
499
- </script>
500
 
501
  </td>
502
 
@@ -915,7 +1008,7 @@ function mo_openid_licensing_plans_addon()
915
  </tr>
916
  <tr>
917
  <td><a target="_blank"
918
- href="<?php echo get_site_url() . "/wp-admin/admin.php?page=mo_openid_settings&tab=login"; ?> ">Contact
919
  Us using Support Form</a></td>
920
  </tr>
921
  </tbody>
@@ -923,7 +1016,7 @@ function mo_openid_licensing_plans_addon()
923
  </div>
924
  </div>
925
  </div>
926
-
927
  <div class="clear">
928
  <hr>
929
  <h3>Refund Policy -</h3>
@@ -989,4 +1082,4 @@ function mo_openid_licensing_plans_addon()
989
  </form>
990
  </td>
991
  <?php
992
- }
12
  <thead>
13
  <tr style="background-color:#F5F5F5;">
14
  <th><br>
15
+ <h2>WooCommerce Integration Plan</h2>
16
  <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">25</h1>
17
  </th>
18
  </tr>
41
  <thead>
42
  <tr style="background-color:#F5F5F5;">
43
  <th><br>
44
+ <h2>BuddyPress Integration Plan</h2>
45
  <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">25</h1>
46
  </th>
47
  </tr>
70
  <thead>
71
  <tr style="background-color:#F5F5F5;">
72
  <th><br>
73
+ <h2>Login with Apple Plan</h2>
74
+ <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">25</h1>
75
  </th>
76
  </tr>
77
  <tr>
78
+ <th><button style="background-color: #0C1F28; width: 100%" onclick="mosocial_addonform('wp_social_login_apple_plan')"
79
  class="mo-button-plan">Upgrade Now</button></th>
80
  </tr>
81
  </thead>
84
  <td><b>All Free features +</b></td>
85
  </tr>
86
  <tr>
87
+ <td>Apple,Twitch and Discord Login Applications</td>
88
  </tr>
89
  <tr>
90
  <td></td>
93
  </table>
94
  </div>
95
  </div>
96
+ <div style=" margin-top: 1%;width: 100%; float: left; display: inline-block">
97
+ <table style="width: 100%" id="mo-license-table">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
 
99
+ <tbody>
100
+
101
+ <tr>
102
+ <th><span style="font-size: 15px">Features List</span></th>
103
+ <th><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/bronze.png" style="width:35px;height:35px;" class="mo-center"><span style="font-size: 15px">Free Plan</span><br>
104
+ <br><span>&#36;0</span><br><br>
105
+ <button style="background-color: #0C1F28; width: 100%; height: 52px; font-size: 13px;" onclick="mo_openid_support_form('')" class="mo-plan">Contact us for more features</button></th>
106
+
107
+ <th><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/silve.png" style="width:35px;height:35px;" class="mo-center"><span style="font-size: 15px">Standard Plan</span><br>
108
+ <br><span><del>&#36;39</del> &nbsp;&#36;29 - 1 Instance</span><br> <span>&#36;169 - 10 Instance </span><br>
109
+ <button style="background-color: #0C1F28; width: 100%; height: 52px; font-size: 13px;" onclick="mosocial_addonform('wp_social_login_standard_plan')" class="mo-plan">Upgrade Now</button>
110
+ </th>
111
+
112
+ <th><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/crown.png" style="width:35px;height:35px;" class="mo-center"><span style="font-size: 15px">Premium Plan</span><br>
113
+ <br><span><del>&#36;59</del> &nbsp;&#36;49 - 1 Instance</span><br> <span>&#36;199 - 10 Instance </span><br>
114
+ <button style="background-color: #0C1F28; width: 100%; height: 52px; font-size: 13px;" onclick="mosocial_addonform('wp_social_login_premium_plan')" class="mo-plan">Upgrade Now</button>
115
+ </th>
116
+ </tr>
117
+
118
+
119
+ <tr>
120
+ <td>
121
+ <div class="mo_openid_tooltip" >Pre-configured Social Login Apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"></i><span class="mo_openid_tooltiptext"style="width:100%;">Pre-configured apps are already configured by miniOrange. Login flow will go from plugin to miniOrange and then back to plugin. 7 pre-configured apps are<span id="mo_openid_dots">...</span><span id="mo_openid_more" style="display: none"><br> Google,Vkontakte,linkedin,<br>Amazon,Windowslive,Salesforce,<br/>and yahoo.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots','mo_openid_more','mo_openid_myBtn')" id="mo_openid_myBtn">Read more</button></div>
122
+ </td>
123
+ <td align="center"><span class="mo_lic_color" style="font-size:15px;"> <div class="mo_openid_tooltip" >7 apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;font-size:13px"> Google,Vkontakte,Salesforce
124
+ Amazon,Windowslive,Yahoo and LinkedIn.</span></div></span></td>
125
+ <td align="center"><span class="mo_lic_color" style="font-size:15px;"> <div class="mo_openid_tooltip" >8 apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;font-size:13px"> Google,Vkontakte,Salesforce,
126
+ Amazon,Windowslive,Yahoo,
127
+ LinkedIn and Wordpress.</span></div></span></td>
128
+ <td align="center"><span class="mo_lic_color" style="font-size:15px;"> <div class="mo_openid_tooltip" >8 apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;font-size:13px"> Google,Vkontakte,Salesforce,
129
+ Amazon,Windowslive,Yahoo,
130
+ LinkedIn and Wordpress.</span></div></span></td>
131
+ </tr>
132
+
133
+ <tr>
134
+ <td>
135
+ <div class="mo_openid_tooltip">Custom Social Login Apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"></i><span class="mo_openid_tooltiptext"style="width:100%;"> Using the custom app tab, you can set up your own app id and secret in the plugin. Login flow will not involve miniOrange in between. Login flow will go from plugin to social media application and then back to plugin.<br>9 custom apps are <span id="mo_openid_dots1">...</span><span id="mo_openid_more1" style="display:none" ><br>Facebook,Google,Vkontakte,<br/>Twitter,Linkedin,<br>Amazon,Windowslive,Yahoo and Instagram.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots1','mo_openid_more1','mo_openid_myBtn1')" id="mo_openid_myBtn1">Read more</button></div>
136
+ </td>
137
+ <td align="center"><span class="mo_lic_color" style="font-size:15px;"> <div class="mo_openid_tooltip" >9 apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;font-size:13px"> Facebook,Google,Vkontakte,
138
+ Twitter,Amazon,Windowslive,
139
+ Yahoo,LinkedIn
140
+ and Instagram.</span></div></span></td>
141
+
142
+ <td align="center"><span class="mo_lic_color" style="font-size:15px;"> <div class="mo_openid_tooltip" >30 apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;font-size:12px"> Facebook,Google,Yandex,Paypal,
143
+ Vkontakte,Reddit,Twitter,
144
+ Linkedin,Amazon,Windowslive,
145
+ Yahoo,Disqus,Instagram,
146
+ Wordpress,Pinterest,
147
+ Spotify,Tumblr,Vimeo,
148
+ Kakao,Dirbble,Flickr,
149
+ Line,Meetup,Naver,
150
+ Snapchat,Foursquare,
151
+ Teamsnap,Stackexchange,
152
+ Livejournal
153
+ & Odnoklassniki.</span></div></span></td>
154
+
155
+ <td align="center"><span class="mo_lic_color" style="font-size:15px;"> <div class="mo_openid_tooltip" >34 apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;font-size:13px"> Facebook,Google,Yandex,Paypal,
156
+ Vkontakte,Reddit,Twitter,
157
+ Linkedin,Amazon,Windowslive,
158
+ Yahoo,Disqus,Instagram,
159
+ Wordpress,Pinterest,
160
+ Spotify,Tumblr,Vimeo,
161
+ Kakao,Dirbble,Flickr,
162
+ Line,Meetup,Naver,
163
+ Snapchat,Foursquare,
164
+ Teamsnap,Stackexchange,
165
+ Livejournal,
166
+ <b>Apple,Discord,Twitch,
167
+ WeChat </b>& Odnoklassniki.</span></div></span></td>
168
+ </tr>
169
+
170
+ <tr>
171
+ <td>
172
+
173
+ <div class="mo_openid_tooltip">Apple, Discord, Twitch and WeChat Apps</div>
174
+ </td>
175
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
176
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
177
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
178
+ </tr>
179
+
180
+ <tr>
181
+
182
+ <td>
183
+ <div class="mo_openid_tooltip">Icon customization and Customizable Text For Login Icons <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Can change shape,color and text of the Login Icon</span></div>
184
+ </td>
185
+
186
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
187
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
188
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
189
+ </tr>
190
+
191
+
192
+ <tr>
193
+ <td>
194
+ <div class="mo_openid_tooltip">Login/Logout Redirect URL <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Select the URL you want to redirect after the successful login and logout process.</span></div>
195
+ </td>
196
+
197
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
198
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
199
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
200
+ </tr>
201
+
202
+ <tr>
203
+ <td>
204
+ <div class="mo_openid_tooltip">Role Mapping <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Use Role Mapping to assign this role to the all users registering through Social Login. According to the role mapped user will be granted role on the website.
205
+ </span></div>
206
+ </td>
207
+
208
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
209
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
210
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
211
+ </tr>
212
+
213
+ <tr>
214
+ <td>
215
+ <div class="mo_openid_tooltip">Email notification to admin <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">After every successful registration the admin will get notified through email.</span></div>
216
+ </td>
217
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
218
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
219
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
220
+ </tr>
221
+
222
+ <tr>
223
+
224
+ <td>
225
+ <div class="mo_openid_tooltip">Profile Picture <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">If it is enabled then the profile picture of all users login/registering to the website through social media will get mapped.</span></div>
226
+ </td>
227
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
228
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
229
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
230
+ </tr>
231
+
232
+ <tr>
233
+
234
+ <td>
235
+ <div class="mo_openid_tooltip">Auto Register Users <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">It disables the auto registration of the users on the website.</span></div>
236
+ </td>
237
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
238
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
239
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
240
+ </tr>
241
+
242
+ <tr>
243
+
244
+ <td>
245
+ <div class="mo_openid_tooltip">Shortcodes to display social icons on any login page, post, popup and php pages </div>
246
+ </td>
247
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
248
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
249
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
250
+ </tr>
251
+ <tr>
252
+
253
+ <td>
254
+ <div class="mo_openid_tooltip">Link Social Account <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Enable account linking to let your users link their Social accounts with existing WordPress accounts. Users will be prompted with the option to either link to any existing account using WordPress login page or register as a new user.
255
+ </span></div>
256
+ </td>
257
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
258
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
259
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
260
+ </tr>
261
+
262
+ <tr>
263
+
264
+ <td>
265
+ <div class="mo_openid_tooltip">General Data Protection Regulation (GDPR) &nbsp;<i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">If GDPR check is enabled,users will be asked to give consent before using Social Login. Users who will not give consent will not be able to log in.</span></div>
266
+ </td>
267
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
268
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
269
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
270
+ </tr>
271
+
272
+ <tr>
273
+
274
+ <td>
275
+ <div class="mo_openid_tooltip">Custom CSS for Social Login Icons <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Enables you to customize your social media icons on the website.</span></div>
276
+ </td>
277
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
278
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
279
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
280
+ </tr>
281
+
282
+ <tr>
283
+
284
+ <td>
285
+ <div class="mo_openid_tooltip">Buddypress/Woocommerce/Buddyboss display options <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Display Login Icons on various pages of Buddypress/Woocommerce/Buddyboss </span></div>
286
+ </td>
287
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
288
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
289
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
290
+ </tr>
291
+
292
+ <tr>
293
+
294
+ <td>
295
+ <div class="mo_openid_tooltip">Customizable Email Notification template- Admin/User notification</div>
296
+ </td>
297
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
298
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
299
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
300
+ </tr>
301
+
302
+
303
+ <tr>
304
+ <td>
305
+ <div class="mo_openid_tooltip">Social Login Opens in a New Window </div>
306
+ </td>
307
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
308
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
309
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
310
+ </tr>
311
+
312
+ <tr>
313
+
314
+ <td>
315
+ <div class="mo_openid_tooltip">Domain restriction <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Enables you to restrict the registration/login from undesired domains.We provide the option for allowed domain also which only users with these domains to register.</span></div>
316
+ </td>
317
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
318
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
319
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
320
+ </tr>
321
+
322
+ <tr>
323
+
324
+ <td>
325
+ <div class="mo_openid_tooltip">Force Admin To Login Using Password </div>
326
+ </td>
327
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
328
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
329
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
330
+ </tr>
331
+
332
+ <tr>
333
+
334
+ <td>
335
+ <div class="mo_openid_tooltip">Send username and password reset link </div>
336
+ </td>
337
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
338
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
339
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
340
+ </tr>
341
+ <tr>
342
+ <td>
343
+ <div class="mo_openid_tooltip">Disable admin bar <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Disable admin bar for selected roles</span></div>
344
+ </td>
345
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
346
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
347
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
348
+ </tr>
349
+
350
+ <tr>
351
+ <td>
352
+ <div class="mo_openid_tooltip">Google recaptcha <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Google recaptcha is added on wp-admin page </span></div>
353
+ </td>
354
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
355
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
356
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
357
+ </tr>
358
+
359
+ <tr>
360
+ <td>
361
+ <div class="mo_openid_tooltip">Paid Membership Pro Integration <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Assign default levels or let users choose to set their levels provided by Paid Membership Pro to the users login using Social Login</span></div>
362
+ </td>
363
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
364
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
365
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
366
+ </tr>
367
+
368
+ <tr>
369
+
370
+ <td>
371
+ <div class="mo_openid_tooltip" >BuddyPress Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> Extended attributes returned from social app are mapped to Custom BuddyPress fields. Profile picture from social media is mapped to Buddypress avatar.</span></td>
372
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
373
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
374
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
375
+ </tr>
376
+
377
+ <tr>
378
+ <td><div class="mo_openid_tooltip" >Woocommerce Integration <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;"> First name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page. Social Login icons are displayed on the Woocommerce checkout page.</span></td>
379
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
380
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
381
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
382
+ </tr>
383
+
384
+ <tr>
385
+ <td><div class="mo_openid_tooltip" >MailChimp Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">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></td>
386
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
387
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
388
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
389
+ </tr>
390
+
391
+ <tr>
392
+ <td><div class="mo_openid_tooltip">Ultimate Membership Pro Display Options <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Display login Icons on various pages of Ultimate Membership Pro plugin </span></div>
393
+ </td>
394
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
395
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
396
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
397
+ </tr>
398
+
399
+ <tr>
400
+ <td><div class="mo_openid_tooltip" >miniOrange OTP Integration<span style="color: red">*</span> <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">Verify your users via OTP on registration.</span></td>
401
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
402
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
403
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
404
+ </tr>
405
+
406
+ <tr>
407
+ <td><div class="mo_openid_tooltip" >Extended Profile Data <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">Extended profile data feature requires additional configuration. You need to have your own social media app and permissions from social media providers to collect extended user data.</span></td>
408
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
409
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
410
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
411
+ </tr>
412
+
413
+
414
+ <tr>
415
+ <td><div class="mo_openid_tooltip">Send account activation link to the user </div>
416
+ </td>
417
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
418
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
419
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
420
+ </tr>
421
+
422
+ <tr>
423
+
424
+ <td>
425
+ <div class="mo_openid_tooltip">Restrict registration from specific pages</div>
426
+ </td>
427
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
428
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
429
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
430
+ </tr>
431
+
432
+ <tr>
433
+ <td>
434
+ <div class="mo_openid_tooltip">User Moderation <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">This feature will restrict the access of newly registered users. The account will be activated only after admin approval.</span></div>
435
+
436
+ </td>
437
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
438
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
439
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
440
+ </tr>
441
+
442
+ <tr>
443
+ <td><div class="mo_openid_tooltip">Custom attribute mapping <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Extended attributes returned from social app are mapped to Custom attributes created by admin. These Attributes get stored in user_meta.</span></div></td>
444
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
445
+ <td><span class="mo_lic_color mo_lic_common mo_lic_exclude">&#10006;</span></td>
446
+ <td><span class="mo_lic_color mo_lic_common mo_lic_include">&#10003;</span></td>
447
+ </tr>
448
+
449
+ </table>
450
+
451
+ <div class="mo_openid_table_layout" id="mo_openid_single" style="margin-left: 0%; min-height: min-content; margin-top: 1%;width: 31%; float: left; display: inline-block">
452
+ <div>
453
+ <table style="width: 100%" class="mo_table-bordered-license">
454
+ <thead>
455
+ <tr style="background-color:#F5F5F5;">
456
+ <th><br>
457
+ <h2>MailChimp Integration Plan</h2>
458
+ <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">15</h1>
459
+ </th>
460
+ </tr>
461
+ <tr>
462
+ <th><button style="background-color: #0C1F28; width: 100%" onclick="mosocial_addonform('wp_social_login_mailchimp_plan')"
463
+ class="mo-button-plan">Upgrade Now</button></th>
464
+ </tr>
465
+ </thead>
466
+ <tbody class="mo_align-center mo-fa-icon">
467
+ <tr>
468
+ <td><b>All Free features +</b></td>
469
+ </tr>
470
+ <tr>
471
+ <td><div class="mo_openid_tooltip" >MailChimp Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">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></td>
472
+ </tr>
473
+ </tbody>
474
+ </table>
475
+ </div>
476
  </div>
477
+
478
+ <div class="mo_openid_table_layout" id="mo_openid_single" style="margin-left: 0%; min-height: min-content; margin-top: 1%;width: 31%; float: left; display: inline-block">
479
+ <div>
480
+ <table style="width: 100%" class="mo_table-bordered-license">
481
+ <thead>
482
+ <tr style="background-color:#F5F5F5;">
483
+ <th><br>
484
+ <h2>Social Login Premium Applications</h2>
485
+ <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">15</h1>
486
+ </th>
487
+ </tr>
488
+ <tr>
489
+ <th><button style="background-color: #0C1F28; width: 100%" onclick="mosocial_addonform('wp_social_custom_plan')"
490
+ class="mo-button-plan">Upgrade Now</button></th>
491
+ </tr>
492
+ </thead>
493
+ <tbody class="mo_align-center mo-fa-icon">
494
+ <tr>
495
+ <td><b>All Free features +</b></td>
496
+ </tr>
497
+ <tr>
498
+ <td>You will get any one application<span>*</span> of your choice integrated with the plugin except Apple, Discord, Twitch and WeChat.</td>
499
+ </tr>
500
+ </tbody>
501
+ </table>
502
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
503
  </div>
504
+ <div class="mo_openid_table_layout" id="mo_openid_single" style="min-height: min-content; margin-top: 1%;width: 31%; float: left; display: inline-block">
505
+ <div>
506
+ <table style="width: 100%" class="mo_table-bordered-license">
507
+ <thead>
508
+ <tr style="background-color:#F5F5F5;">
509
+ <th><br>
510
+ <h2>Custom feature / Integration</h2>
511
+ <h1>&nbsp;</h1>
512
+ </th>
513
+ </tr>
514
+ <tr>
515
+ <th><button style="width: 100%" onclick="mo_openid_support_form('Custom requirment for ')"
516
+ class="mo-button-plan">Contact us with requirments</button></th>
517
+ </tr>
518
+ </thead>
519
+ <tbody class="mo_align-center mo-fa-icon">
520
+ <tr>
521
+ <td><b>All Free features +</b></td>
522
+ </tr>
523
+ <tr>
524
+ <td>If you require any feature or integration of any plugin to be integrated with your Social Login plugin.</td>
525
+ </tr>
526
+ </tbody>
527
+ </table>
528
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
529
  </div>
530
  </div>
531
+ <br/>&nbsp;<br/>
532
+ <div style="font-size: 15px; padding: 1%">
533
+ <hr><h3>Available Add on</h3>
534
+ <a style="text-decoration: none" target="_blank" href="<?php echo get_site_url() . "/wp-admin/admin.php?page=mo_openid_settings_addOn";?> ">Social Login Custom Registration Form Add on</a>
535
+ <button style="margin-left: 2%; margin-top: -.5%" onclick="mosocial_addonform('wp_social_login_extra_attributes_addon')" id="mosocial_purchase_cust_addon" class="button button-primary button-large">Upgrade Now</button>
536
+ <p style="font-size: 15px">Custom Registration Form Add-On helps you to integrate details of new as well as existing users. You can add as many fields as you want including the one which are returned by social sites at time of registration.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
537
  </div>
538
+ <div class="clear">
539
+ <hr>
540
+ <h3>Refund Policy -</h3>
541
+ <p><b>At miniOrange, we want to ensure you are 100% happy with your purchase. If the premium plugin you
542
+ purchased is not working as advertised and you've attempted to resolve any issues with our support
543
+ team, which couldn't get resolved then we will refund the whole amount within 10 days of the
544
+ purchase. Please email us at <a href="mailto:info@xecurify.com"><i>info@xecurify.com</i></a> for any
545
+ queries regarding the return policy.</b></p>
546
+ <b>Not applicable for -</b>
547
+ <ol>
548
+ <li>Returns that are because of features that are not advertised.</li>
549
+ <li>Returns beyond 10 days.</li>
550
+ </ol>
 
 
 
 
 
 
 
 
 
 
 
 
551
  </div>
552
+ <script>
553
+ //to set heading name
554
+ jQuery('#mo_openid_page_heading').text('<?php echo mo_sl('Licensing Plan For Social Login');?>');
555
+ function myFunction(dots_id,read_id,btn_id) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
556
 
557
+ var dots = document.getElementById(dots_id);
558
+ var moreText = document.getElementById(read_id);
559
+ var btnText = document.getElementById(btn_id);
560
 
561
+ if (dots.style.display === "none") {
562
+ dots.style.display = "inline";
563
+ btnText.innerHTML = "Read more";
564
+ moreText.style.display = "none";
565
+ } else {
566
+ dots.style.display = "none";
567
+ btnText.innerHTML = "Close";
568
+ moreText.style.display = "inline";
569
+ }
570
  }
571
+ function mosocial_addonform(planType) {
572
+ jQuery.ajax({
573
+ url: "<?php echo admin_url("admin-ajax.php");?>", //the page containing php script
574
+ method: "POST", //request type,
575
+ dataType: 'json',
576
+ data: {
577
+ action: 'mo_register_customer_toggle_update',
578
+ },
579
+ success: function (result) {
580
+ if(result.status){
581
+ jQuery('#requestOrigin').val(planType);
582
+ jQuery('#mosocial_loginform').submit();
583
+ }
584
+ else
585
+ {
586
+ alert("It seems you are not registered with miniOrange. Please login or register with us to upgrade to premium plan.");
587
+ window.location.href="<?php echo site_url()?>".concat("/wp-admin/admin.php?page=mo_openid_general_settings&tab=profile");
588
+ }
589
  }
590
+ });
591
+ }
592
+ </script>
 
 
 
 
 
 
593
 
594
  </td>
595
 
1008
  </tr>
1009
  <tr>
1010
  <td><a target="_blank"
1011
+ onclick=" mo_openid_support_form()">Contact
1012
  Us using Support Form</a></td>
1013
  </tr>
1014
  </tbody>
1016
  </div>
1017
  </div>
1018
  </div>
1019
+ <br>
1020
  <div class="clear">
1021
  <hr>
1022
  <h3>Refund Policy -</h3>
1082
  </form>
1083
  </td>
1084
  <?php
1085
+ }
view/profile/mo_openid_profile.php CHANGED
@@ -81,7 +81,7 @@ function mo_openid_profile(){
81
  </tr>
82
  </tbody>
83
  </table>
84
- <br/><label style="cursor: auto"><a href="<?php echo get_site_url() . "/wp-admin/admin.php?page=mo_openid_settings&tab=licensing_plans";?>"><?php echo mo_sl('Click here');?></a><?php echo mo_sl(' to check our');?> <a style="left: 1%; position: static; text-decoration: none" class="mo-openid-premium" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('PRO');?></a> <?php echo mo_sl('plans');?></label>
85
  </div>
86
  <?php
87
  }
81
  </tr>
82
  </tbody>
83
  </table>
84
+ <br/><label style="cursor: auto"><a href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Click here');?></a><?php echo mo_sl(' to check our');?> <a style="left: 1%; position: static; text-decoration: none" class="mo-openid-premium" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('PRO');?></a> <?php echo mo_sl('plans');?></label>
85
  </div>
86
  <?php
87
  }