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

Version Description

  • [Bugfix] Facebook share counts were not appearing on websites with SSL enabled, when "Load all Javascript files in single file" option was 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.7
Comparing to
See all releases

Code changes from version 7.7.6 to 7.7.7

Files changed (3) hide show
  1. js/front/combined.js +1 -1
  2. readme.txt +8 -2
  3. super_socializer.php +2 -2
js/front/combined.js CHANGED
@@ -641,7 +641,7 @@ function theChampFetchFacebookShares(targetUrls){
641
  }
642
 
643
  function theChampFBShareJSONCall(targetUrl, loopCounter, targetUrlsLength) {
644
- jQuery.getJSON('http://graph.facebook.com/?id=' + targetUrl, function(data){
645
  if(data.share && data.share.share_count){
646
  var sharingContainers = jQuery("div[super-socializer-data-href='"+targetUrl+"']");
647
 
641
  }
642
 
643
  function theChampFBShareJSONCall(targetUrl, loopCounter, targetUrlsLength) {
644
+ jQuery.getJSON('//graph.facebook.com/?id=' + targetUrl, function(data){
645
  if(data.share && data.share.share_count){
646
  var sharingContainers = jQuery("div[super-socializer-data-href='"+targetUrl+"']");
647
 
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.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,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.6 =
208
  * [Bugfix] Facebook share counts were not appearing on websites with SSL enabled
209
 
@@ -990,4 +993,7 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
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
 
 
 
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.7
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.7 =
208
+ * [Bugfix] Facebook share counts were not appearing on websites with SSL enabled, when "Load all Javascript files in single file" option was enabled
209
+
210
  = 7.7.6 =
211
  * [Bugfix] Facebook share counts were not appearing on websites with SSL enabled
212
 
993
  * [New] Vkontakte profile url is now being saved in "Website" field of profile page
994
 
995
  = 7.7.6 =
996
+ * [Bugfix] Facebook share counts were not appearing on websites with SSL enabled
997
+
998
+ = 7.7.7 =
999
+ * [Bugfix] Facebook share counts were not appearing on websites with SSL enabled, when "Load all Javascript files in single file" option was 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.6
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.6');
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.7
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.7');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){