WordPress Social Share, Social Login and Social Comments Plugin – Super Socializer - Version 7.8.23

Version Description

  • [Improvement] Performance improvement for the mobile responsiveness feature added in previous version
Download this release

Release Info

Developer the_champ
Plugin Icon 128x128 WordPress Social Share, Social Login and Social Comments Plugin – Super Socializer
Version 7.8.23
Comparing to
See all releases

Code changes from version 7.8.22 to 7.8.23

Files changed (2) hide show
  1. readme.txt +9 -3
  2. super_socializer.php +5 -4
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media, facebook login
5
  Requires at least: 2.5.0
6
  Tested up to: 4.7.5
7
- Stable tag: 7.8.22
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share and Social Comments at your website
@@ -196,7 +196,7 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
196
  == Screenshots ==
197
  1. **Social Login**: Social Login interface at Wordpress login form
198
  2. **Social Sharing**: A wide variety of sharing icons
199
- 3. **Social Sharing**: Options to chosse size (ranging from 16px to 35px) and shape (round and square) of sharing icons
200
  4. **Social Sharing**: Around 90 social networks in Social Sharing
201
  5. **Social Commenting**: WordPress Commenting selected
202
  6. **Social Commenting**: Facebook Commenting selected
@@ -204,6 +204,9 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
204
  8. **Social Commenting**: Disqus Commenting selected
205
 
206
  == Changelog ==
 
 
 
207
  = 7.8.22 =
208
  * [Bugfix] Email verification link was not working in Mac Mail in some cases
209
  * [Improvement] Horizontal sticky sharing bar is now responsive with auto-adjusting width according to device screen
@@ -1240,4 +1243,7 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
1240
  * [Bugfix] Email verification link was not working in Mac Mail in some cases
1241
  * [Improvement] Horizontal sticky sharing bar is now responsive with auto-adjusting width according to device screen
1242
  * [Improvement] Share counts are now being rounded off to one decimal
1243
- * [Improvement] Sticky horizontal sharing icons were covering website footer on mobile devices
 
 
 
4
  Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media, facebook login
5
  Requires at least: 2.5.0
6
  Tested up to: 4.7.5
7
+ Stable tag: 7.8.23
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share and Social Comments at your website
196
  == Screenshots ==
197
  1. **Social Login**: Social Login interface at Wordpress login form
198
  2. **Social Sharing**: A wide variety of sharing icons
199
+ 3. **Social Sharing**: Options to chosse size (minimum 16px, no upper limit) and shape (round and square) of sharing icons
200
  4. **Social Sharing**: Around 90 social networks in Social Sharing
201
  5. **Social Commenting**: WordPress Commenting selected
202
  6. **Social Commenting**: Facebook Commenting selected
204
  8. **Social Commenting**: Disqus Commenting selected
205
 
206
  == Changelog ==
207
+ = 7.8.23 =
208
+ * [Improvement] Performance improvement for the mobile responsiveness feature added in previous version
209
+
210
  = 7.8.22 =
211
  * [Bugfix] Email verification link was not working in Mac Mail in some cases
212
  * [Improvement] Horizontal sticky sharing bar is now responsive with auto-adjusting width according to device screen
1243
  * [Bugfix] Email verification link was not working in Mac Mail in some cases
1244
  * [Improvement] Horizontal sticky sharing bar is now responsive with auto-adjusting width according to device screen
1245
  * [Improvement] Share counts are now being rounded off to one decimal
1246
+ * [Improvement] Sticky horizontal sharing icons were covering website footer on mobile devices
1247
+
1248
+ = 7.8.23 =
1249
+ * [Improvement] Performance improvement for the mobile responsiveness feature added in previous version
super_socializer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: http://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing and more.
6
- Version: 7.8.22
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: Super-Socializer
@@ -11,7 +11,7 @@ Domain Path: /languages
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
- define('THE_CHAMP_SS_VERSION', '7.8.22');
15
 
16
  require 'helper.php';
17
 
@@ -896,12 +896,13 @@ function the_champ_frontend_styles(){
896
  $bottom_sharing_postion_inverse = $theChampSharingOptions['bottom_sharing_alignment'] == 'left' ? 'right' : 'left';
897
  $bottom_sharing_responsive_css = '';
898
  if($theChampSharingOptions['bottom_sharing_position_radio'] == 'responsive'){
 
899
  $num_sharing_icons = isset($theChampSharingOptions['vertical_re_providers']) ? count($theChampSharingOptions['vertical_re_providers']) : 0;
900
  $total_share_count_enabled = isset($theChampSharingOptions['vertical_total_shares']) ? 1 : 0;
901
  $more_icon_enabled = isset($theChampSharingOptions['vertical_more']) ? 1 : 0;
902
- $bottom_sharing_responsive_css = 'div.the_champ_bottom_sharing{width:100% !important;}div.the_champ_bottom_sharing li{width:'.(100/($num_sharing_icons+$total_share_count_enabled+$more_icon_enabled)).'% !important;}div.the_champ_bottom_sharing .theChampSharing{width: 100% !important;}';
903
  }
904
- echo isset($theChampSharingOptions['vertical_enable']) && isset( $theChampSharingOptions['bottom_mobile_sharing'] ) && $theChampSharingOptions['horizontal_screen_width'] != '' ? 'div.heateor_ss_mobile_footer{display:none;}@media screen and (max-width:' . $theChampSharingOptions['horizontal_screen_width'] . 'px){'.$bottom_sharing_responsive_css.'div.heateor_ss_mobile_footer{display:block;height:'.($theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? $theChampSharingOptions['vertical_sharing_height'] : $theChampSharingOptions['vertical_sharing_size']).'px;}.the_champ_bottom_sharing{padding:0!important;' . ( $theChampSharingOptions['bottom_sharing_position'] != '' ? $theChampSharingOptions['bottom_sharing_alignment'] . ':' . $theChampSharingOptions['bottom_sharing_position'] . 'px!important;' . $bottom_sharing_postion_inverse . ':auto!important;' : '' ) . 'display:block!important;width: auto!important;bottom: -10px!important;top: auto!important;}.the_champ_bottom_sharing .the_champ_square_count{line-height: inherit;}.the_champ_bottom_sharing .theChampSharingArrow{display:none;}.the_champ_bottom_sharing .theChampTCBackground{margin-right: 1.1em !important}}' : '';
905
  echo $theChampGeneralOptions['custom_css'];
906
  ?>
907
  </style>
3
  Plugin Name: Super Socializer
4
  Plugin URI: http://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing and more.
6
+ Version: 7.8.23
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: Super-Socializer
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
+ define('THE_CHAMP_SS_VERSION', '7.8.23');
15
 
16
  require 'helper.php';
17
 
896
  $bottom_sharing_postion_inverse = $theChampSharingOptions['bottom_sharing_alignment'] == 'left' ? 'right' : 'left';
897
  $bottom_sharing_responsive_css = '';
898
  if($theChampSharingOptions['bottom_sharing_position_radio'] == 'responsive'){
899
+ $vertical_sharing_icon_height = $theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? $theChampSharingOptions['vertical_sharing_height'] : $theChampSharingOptions['vertical_sharing_size'];
900
  $num_sharing_icons = isset($theChampSharingOptions['vertical_re_providers']) ? count($theChampSharingOptions['vertical_re_providers']) : 0;
901
  $total_share_count_enabled = isset($theChampSharingOptions['vertical_total_shares']) ? 1 : 0;
902
  $more_icon_enabled = isset($theChampSharingOptions['vertical_more']) ? 1 : 0;
903
+ $bottom_sharing_responsive_css = 'div.the_champ_bottom_sharing{width:100% !important;}div.the_champ_bottom_sharing li{width:'.(100/($num_sharing_icons+$total_share_count_enabled+$more_icon_enabled)).'% !important;}div.the_champ_bottom_sharing .theChampSharing{width: 100% !important;}div.the_champ_bottom_sharing div.theChampTotalShareCount{font-size:1em!important;line-height:' . ( $vertical_sharing_icon_height*70/100 ) . 'px!important}div.the_champ_bottom_sharing div.theChampTotalShareText{font-size:.7em!important;line-height:0px!important}';
904
  }
905
+ echo isset($theChampSharingOptions['vertical_enable']) && isset( $theChampSharingOptions['bottom_mobile_sharing'] ) && $theChampSharingOptions['horizontal_screen_width'] != '' ? 'div.heateor_ss_mobile_footer{display:none;}@media screen and (max-width:' . $theChampSharingOptions['horizontal_screen_width'] . 'px){'.$bottom_sharing_responsive_css.'div.heateor_ss_mobile_footer{display:block;height:'.($theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? $theChampSharingOptions['vertical_sharing_height'] : $theChampSharingOptions['vertical_sharing_size']).'px;}.the_champ_bottom_sharing{padding:0!important;' . ( $theChampSharingOptions['bottom_sharing_position'] != '' ? $theChampSharingOptions['bottom_sharing_alignment'] . ':' . $theChampSharingOptions['bottom_sharing_position'] . 'px!important;' . $bottom_sharing_postion_inverse . ':auto!important;' : '' ) . 'display:block!important;width: auto!important;bottom:' . ( isset( $theChampSharingOptions['vertical_total_shares'] ) ? '-10' : '-2' ) . 'px!important;top: auto!important;}.the_champ_bottom_sharing .the_champ_square_count{line-height: inherit;}.the_champ_bottom_sharing .theChampSharingArrow{display:none;}.the_champ_bottom_sharing .theChampTCBackground{margin-right: 1.1em !important}}' : '';
906
  echo $theChampGeneralOptions['custom_css'];
907
  ?>
908
  </style>