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

Version Description

  • [Bugfix] Flipboard sharing was not working in some cases
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.3
Comparing to
See all releases

Code changes from version 7.8.2 to 7.8.3

inc/social_sharing_networks.php CHANGED
@@ -59,7 +59,7 @@ function fetch_sharing_networks(){
59
  'DZone' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.dzone.com/links/add.html?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
60
  'Evernote' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.evernote.com/clip.action?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
61
  'Fark' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.fark.com/submit?new_url=%post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
62
- 'Flipboard' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://share.flipboard.com/bookmarklet/popout?v=2&title=%post_title%&url=%post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
63
  'Folkd' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.folkd.com/page/social-bookmarking.html?addurl=%post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
64
  'Google_Bookmarks' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.google.com/bookmarks/mark?op=edit&bkmk=%post_url%&title=%post_title%&annotation=")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
65
  'Google_Gmail' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://mail.google.com/mail/?ui=2&view=cm&fs=1&tf=1&su=%post_title%&body=Link:%post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
59
  'DZone' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.dzone.com/links/add.html?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
60
  'Evernote' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.evernote.com/clip.action?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
61
  'Fark' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.fark.com/submit?new_url=%post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
62
+ 'Flipboard' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://share.flipboard.com/bookmarklet/popout?v=2&url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
63
  'Folkd' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.folkd.com/page/social-bookmarking.html?addurl=%post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
64
  'Google_Bookmarks' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.google.com/bookmarks/mark?op=edit&bkmk=%post_url%&title=%post_title%&annotation=")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
65
  'Google_Gmail' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://mail.google.com/mail/?ui=2&view=cm&fs=1&tf=1&su=%post_title%&body=Link:%post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
js/front/combined.js CHANGED
@@ -223,7 +223,7 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle){
223
  flipboard: {
224
  title: "Flipboard",
225
  locale: "en-US",
226
- redirect_url: "https://share.flipboard.com/bookmarklet/popout?v=2&title=" + postTitle + "&url=" + postUrl,
227
  },
228
  mail: {
229
  title: "Email",
223
  flipboard: {
224
  title: "Flipboard",
225
  locale: "en-US",
226
+ redirect_url: "https://share.flipboard.com/bookmarklet/popout?v=2&url=" + postUrl + "&title=" + postTitle,
227
  },
228
  mail: {
229
  title: "Email",
js/front/sharing/sharing.js CHANGED
@@ -202,7 +202,7 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle){
202
  flipboard: {
203
  title: "Flipboard",
204
  locale: "en-US",
205
- redirect_url: "https://share.flipboard.com/bookmarklet/popout?v=2&title=" + postTitle + "&url=" + postUrl,
206
  },
207
  mail: {
208
  title: "Email",
202
  flipboard: {
203
  title: "Flipboard",
204
  locale: "en-US",
205
+ redirect_url: "https://share.flipboard.com/bookmarklet/popout?v=2&url=" + postUrl + "&title=" + postTitle,
206
  },
207
  mail: {
208
  title: "Email",
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.1
7
- Stable tag: 7.8.2
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.8.2 =
208
  * [Bugfix] Social Login was not working for Russian names (thanks @funfrog)
209
  * [Improvement] OAuth libraries were being included even if Social Login was disabled
@@ -1052,4 +1055,7 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
1052
  * [Improvement] Updated Flipboard share API
1053
  * [Improvement] Updated Instagram icon
1054
  * [Improvement] Improved Italian and Russian translation
1055
- * [New] Included Ukrainian translation
 
 
 
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.1
7
+ Stable tag: 7.8.3
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.8.3 =
208
+ * [Bugfix] Flipboard sharing was not working in some cases
209
+
210
  = 7.8.2 =
211
  * [Bugfix] Social Login was not working for Russian names (thanks @funfrog)
212
  * [Improvement] OAuth libraries were being included even if Social Login was disabled
1055
  * [Improvement] Updated Flipboard share API
1056
  * [Improvement] Updated Instagram icon
1057
  * [Improvement] Improved Italian and Russian translation
1058
+ * [New] Included Ukrainian translation
1059
+
1060
+ = 7.8.3 =
1061
+ * [Bugfix] Flipboard sharing was not working in some cases
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.2
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.2');
15
 
16
  require 'helper.php';
17
 
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.3
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.3');
15
 
16
  require 'helper.php';
17