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

Version Description

  • [Bugfix] Yummly and Buffer sharing were not working
Download this release

Release Info

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

Code changes from version 5.8.0 to 5.8.1

Files changed (3) hide show
  1. inc/social_sharing.php +2 -2
  2. readme.txt +8 -2
  3. super_socializer.php +2 -2
inc/social_sharing.php CHANGED
@@ -90,9 +90,9 @@ function the_champ_prepare_sharing_html($postUrl, $sharingType = 'horizontal', $
90
  }elseif($provider == 'whatsapp'){
91
  $sharingUrl = 'whatsapp://send?text=' . urlencode($post->post_title . ' ' . $postUrl);
92
  }elseif($provider == 'yummly'){
93
- $sharingUrl = 'http://www.yummly.com/urb/verify?url=' . urlencode($post->post_title . ' ' . $postUrl) . '&title=' . urlencode($post->post_title);
94
  }elseif($provider == 'buffer'){
95
- $sharingUrl = 'https://buffer.com/add?url=' . urlencode($post->post_title . ' ' . $postUrl) . '&title=' . urlencode($post->post_title);
96
  }elseif($provider == 'pinterest'){
97
  $sharingUrl = "javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());";
98
  }
90
  }elseif($provider == 'whatsapp'){
91
  $sharingUrl = 'whatsapp://send?text=' . urlencode($post->post_title . ' ' . $postUrl);
92
  }elseif($provider == 'yummly'){
93
+ $sharingUrl = 'http://www.yummly.com/urb/verify?url=' . urlencode($postUrl) . '&title=' . urlencode($post->post_title);
94
  }elseif($provider == 'buffer'){
95
+ $sharingUrl = 'https://buffer.com/add?url=' . urlencode($postUrl) . '&title=' . urlencode($post->post_title);
96
  }elseif($provider == 'pinterest'){
97
  $sharingUrl = "javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());";
98
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: hello@heateor.com
4
  Tags: super socializer, thechamp, champ, social login, social sharing, social commenting, wordpress plugin, buddypress, bbpress, social share, feed, multisite, comments, share post, openid integration, user profile data, social analytics, online identity, social profile storage, id provider, single sign-on, plug-in, social media tools, free social login, post to social networks, social authentication, social app, connect, capture social data, wordpress, social sign-in, signin, sign up, signup, social plugins, social connect, facebook, twitter, google, google+, googleplus, google plus, linkedin, yahoo, vkontakte, instagram, reddit, digg, stumbleupon, delicious, float it, tumblr, widget, social network
5
  Requires at least: 2.5.0
6
  Tested up to: 4.2.4
7
- Stable tag: 5.8.0
8
  License: GPLv2 or later
9
 
10
  A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing and more
@@ -164,6 +164,9 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
164
  8. **Social Commenting**: Disqus Commenting selected
165
 
166
  == Changelog ==
 
 
 
167
  = 5.8.0 =
168
  * [New] Added options to enable sharing, like buttons on custom posts and WooCommerce products
169
  * [New] Added option to enable social login at customer login form at WooCommerce My Account page
@@ -566,4 +569,7 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
566
  * [Improvement] Escaped output of add_query_arg and remove_query_arg functions
567
  * [Improvement] Increased font size of share counts in vertical sharing bar
568
  * [Bugfix] Tweet button was showing encoded characters for some content
569
- * [Bugfix] Support documentation links were redirecting to 404, "not found" page in websites with ssl enabled
 
 
 
4
  Tags: super socializer, thechamp, champ, social login, social sharing, social commenting, wordpress plugin, buddypress, bbpress, social share, feed, multisite, comments, share post, openid integration, user profile data, social analytics, online identity, social profile storage, id provider, single sign-on, plug-in, social media tools, free social login, post to social networks, social authentication, social app, connect, capture social data, wordpress, social sign-in, signin, sign up, signup, social plugins, social connect, facebook, twitter, google, google+, googleplus, google plus, linkedin, yahoo, vkontakte, instagram, reddit, digg, stumbleupon, delicious, float it, tumblr, widget, social network
5
  Requires at least: 2.5.0
6
  Tested up to: 4.2.4
7
+ Stable tag: 5.8.1
8
  License: GPLv2 or later
9
 
10
  A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing and more
164
  8. **Social Commenting**: Disqus Commenting selected
165
 
166
  == Changelog ==
167
+ = 5.8.1 =
168
+ * [Bugfix] Yummly and Buffer sharing were not working
169
+
170
  = 5.8.0 =
171
  * [New] Added options to enable sharing, like buttons on custom posts and WooCommerce products
172
  * [New] Added option to enable social login at customer login form at WooCommerce My Account page
569
  * [Improvement] Escaped output of add_query_arg and remove_query_arg functions
570
  * [Improvement] Increased font size of share counts in vertical sharing bar
571
  * [Bugfix] Tweet button was showing encoded characters for some content
572
+ * [Bugfix] Support documentation links were redirecting to 404, "not found" page in websites with ssl enabled
573
+
574
+ = 5.8.1 =
575
+ * [Bugfix] Yummly and Buffer sharing were not working
super_socializer.php CHANGED
@@ -3,13 +3,13 @@
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: 5.8.0
7
  Author: Heateor Team
8
  Author URI: http://www.heateor.com
9
  License: GPL2+
10
  */
11
  defined('ABSPATH') or die("Cheating........Uh!!");
12
- define('THE_CHAMP_SS_VERSION', '5.8.0');
13
 
14
  $theChampLoginOptions = get_option('the_champ_login');
15
  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: 5.8.1
7
  Author: Heateor Team
8
  Author URI: http://www.heateor.com
9
  License: GPL2+
10
  */
11
  defined('ABSPATH') or die("Cheating........Uh!!");
12
+ define('THE_CHAMP_SS_VERSION', '5.8.1');
13
 
14
  $theChampLoginOptions = get_option('the_champ_login');
15
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){