Version Description
- [Bugfix] Facebook share counts were not appearing on websites with SSL enabled
Download this release
Release Info
Developer | Heateor |
Plugin | WordPress Social Sharing Plugin – Sassy Social Share |
Version | 2.4.4 |
Comparing to | |
See all releases |
Code changes from version 2.4.3 to 2.4.4
- public/js/sassy-social-share-public.js +1 -1
- readme.txt +8 -2
- sassy-social-share.php +2 -2
public/js/sassy-social-share-public.js
CHANGED
@@ -621,7 +621,7 @@ function heateorSssFetchFacebookShares(targetUrls){
|
|
621 |
}
|
622 |
|
623 |
function heateorSssFBShareJSONCall(targetUrl, loopCounter, targetUrlsLength) {
|
624 |
-
jQuery.getJSON('
|
625 |
if(data.share && data.share.share_count){
|
626 |
var sharingContainers = jQuery("div[heateor-sss-data-href='"+targetUrl+"']");
|
627 |
|
621 |
}
|
622 |
|
623 |
function heateorSssFBShareJSONCall(targetUrl, loopCounter, targetUrlsLength) {
|
624 |
+
jQuery.getJSON('//graph.facebook.com/?id=' + targetUrl, function(data){
|
625 |
if(data.share && data.share.share_count){
|
626 |
var sharingContainers = jQuery("div[heateor-sss-data-href='"+targetUrl+"']");
|
627 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate/?action=Sassy+Social+Share
|
|
4 |
Tags: social share, social sharing, social plugin, social media plugin, social media share, social media share, share facebook, facebook social share, wordpress social share, share buttons, social share buttons, social buttons, share wordpress, wordpress plugin share, share social plugin, facebook like, twitter tweet, google plus one, google +1, google plus share, googleplus share, googleplus one, social bookmark, bookmark, bookmarking, social bookmarking, social bookmarks, responsive share buttons, responsive sharing, mobile share buttons, mobile sharing
|
5 |
Requires at least: 2.5.0
|
6 |
Tested up to: 4.6
|
7 |
-
Stable tag: 2.4.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
|
@@ -115,6 +115,9 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
|
|
115 |
4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
|
116 |
|
117 |
== Changelog ==
|
|
|
|
|
|
|
118 |
= 2.4.3 =
|
119 |
* [Bugfix] Facebook share icon was appearing distorted in some cases
|
120 |
|
@@ -293,4 +296,7 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
|
|
293 |
* [Improvement] Improved Blogger Post icon
|
294 |
|
295 |
= 2.4.3 =
|
296 |
-
* [Bugfix] Facebook share icon was appearing distorted in some cases
|
|
|
|
|
|
4 |
Tags: social share, social sharing, social plugin, social media plugin, social media share, social media share, share facebook, facebook social share, wordpress social share, share buttons, social share buttons, social buttons, share wordpress, wordpress plugin share, share social plugin, facebook like, twitter tweet, google plus one, google +1, google plus share, googleplus share, googleplus one, social bookmark, bookmark, bookmarking, social bookmarking, social bookmarks, responsive share buttons, responsive sharing, mobile share buttons, mobile sharing
|
5 |
Requires at least: 2.5.0
|
6 |
Tested up to: 4.6
|
7 |
+
Stable tag: 2.4.4
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
|
115 |
4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
|
116 |
|
117 |
== Changelog ==
|
118 |
+
= 2.4.4 =
|
119 |
+
* [Bugfix] Facebook share counts were not appearing on websites with SSL enabled
|
120 |
+
|
121 |
= 2.4.3 =
|
122 |
* [Bugfix] Facebook share icon was appearing distorted in some cases
|
123 |
|
296 |
* [Improvement] Improved Blogger Post icon
|
297 |
|
298 |
= 2.4.3 =
|
299 |
+
* [Bugfix] Facebook share icon was appearing distorted in some cases
|
300 |
+
|
301 |
+
= 2.4.4 =
|
302 |
+
* [Bugfix] Facebook share counts were not appearing on websites with SSL enabled
|
sassy-social-share.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* Plugin Name: Sassy Social Share
|
8 |
* Plugin URI: https://www.heateor.com
|
9 |
* Description: Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
|
10 |
-
* Version: 2.4.
|
11 |
* Author: Team Heateor
|
12 |
* Author URI: https://www.heateor.com
|
13 |
* Text Domain: sassy-social-share
|
@@ -21,7 +21,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
21 |
die;
|
22 |
}
|
23 |
|
24 |
-
define( 'HEATEOR_SSS_VERSION', '2.4.
|
25 |
define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path(__FILE__) );
|
26 |
|
27 |
// plugin core class object
|
7 |
* Plugin Name: Sassy Social Share
|
8 |
* Plugin URI: https://www.heateor.com
|
9 |
* Description: Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
|
10 |
+
* Version: 2.4.4
|
11 |
* Author: Team Heateor
|
12 |
* Author URI: https://www.heateor.com
|
13 |
* Text Domain: sassy-social-share
|
21 |
die;
|
22 |
}
|
23 |
|
24 |
+
define( 'HEATEOR_SSS_VERSION', '2.4.4' );
|
25 |
define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path(__FILE__) );
|
26 |
|
27 |
// plugin core class object
|