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

Version Description

  • [Bugfix] Facebook share counts were not appearing on websites with SSL enabled
Download this release

Release Info

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

Code changes from version 7.7.5 to 7.7.6

js/front/sharing/sharing.js CHANGED
@@ -622,7 +622,7 @@ function theChampFetchFacebookShares(targetUrls){
622
  }
623
 
624
  function theChampFBShareJSONCall(targetUrl, loopCounter, targetUrlsLength) {
625
- jQuery.getJSON('http://graph.facebook.com/?id=' + targetUrl, function(data){
626
  if(data.share && data.share.share_count){
627
  var sharingContainers = jQuery("div[super-socializer-data-href='"+targetUrl+"']");
628
 
622
  }
623
 
624
  function theChampFBShareJSONCall(targetUrl, loopCounter, targetUrlsLength) {
625
+ jQuery.getJSON('//graph.facebook.com/?id=' + targetUrl, function(data){
626
  if(data.share && data.share.share_count){
627
  var sharingContainers = jQuery("div[super-socializer-data-href='"+targetUrl+"']");
628
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: the champ, champ, social login, social sharing, social commenting, social comments, social plugin, buddypress, bbpress, social share, comments, share post, user profile data, social analytics, online identity, social profile storage, id provider, single sign-on, social media tools, free social login, post to social networks, social authentication, social app, connect, capture social data, social sign-in, signin, sign up, signup, social connect, facebook login, twitter login, google login, google+ login, linkedin login, yahoo, vkontakte, instagram, reddit, digg, stumbleupon, delicious, float it, tumblr, social network
5
  Requires at least: 2.5.0
6
  Tested up to: 4.6
7
- Stable tag: 7.7.5
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
@@ -204,6 +204,9 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
204
  8. **Social Commenting**: Disqus Commenting selected
205
 
206
  == Changelog ==
 
 
 
207
  = 7.7.5 =
208
  * [Bugfix] Facebook share counts were not appearing in some cases
209
  * [Bugfix] Shares specified in "Starting share count" option for individual posts/pages were not appearing at homepage
@@ -984,4 +987,7 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
984
  * [Improvement] Admin UI improvement
985
  * [Improvement] "heateor_ss_custom_share_url" filter has been included in widgets and shortcode for sharing icons and like buttons
986
  * [New] Added option to enable/disable sharing on AMP pages
987
- * [New] Vkontakte profile url is now being saved in "Website" field of profile page
 
 
 
4
  Tags: the champ, champ, social login, social sharing, social commenting, social comments, social plugin, buddypress, bbpress, social share, comments, share post, user profile data, social analytics, online identity, social profile storage, id provider, single sign-on, social media tools, free social login, post to social networks, social authentication, social app, connect, capture social data, social sign-in, signin, sign up, signup, social connect, facebook login, twitter login, google login, google+ login, linkedin login, yahoo, vkontakte, instagram, reddit, digg, stumbleupon, delicious, float it, tumblr, social network
5
  Requires at least: 2.5.0
6
  Tested up to: 4.6
7
+ Stable tag: 7.7.6
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
204
  8. **Social Commenting**: Disqus Commenting selected
205
 
206
  == Changelog ==
207
+ = 7.7.6 =
208
+ * [Bugfix] Facebook share counts were not appearing on websites with SSL enabled
209
+
210
  = 7.7.5 =
211
  * [Bugfix] Facebook share counts were not appearing in some cases
212
  * [Bugfix] Shares specified in "Starting share count" option for individual posts/pages were not appearing at homepage
987
  * [Improvement] Admin UI improvement
988
  * [Improvement] "heateor_ss_custom_share_url" filter has been included in widgets and shortcode for sharing icons and like buttons
989
  * [New] Added option to enable/disable sharing on AMP pages
990
+ * [New] Vkontakte profile url is now being saved in "Website" field of profile page
991
+
992
+ = 7.7.6 =
993
+ * [Bugfix] Facebook share counts were not appearing on websites with SSL enabled
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.7.5
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.7.5');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
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.7.6
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.7.6');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){