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

Version Description

  • Bug fix: Google Social Login icon was not responding
Download this release

Release Info

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

Code changes from version 2.5.0 to 2.5.1

css/front.css CHANGED
@@ -59,7 +59,7 @@
59
  padding: 0 !important;
60
  text-align: center;
61
  text-transform: none;
62
- margin: 0
63
  }
64
  #the_champ_sharing_more_providers *{
65
  font-family: Arial, Helvetica, sans-serif;
@@ -140,7 +140,7 @@
140
  font-family: 'helvetica neue',arial,helvetica,sans-serif;
141
  font-size: 12px;
142
  line-height: 1.2;
143
- margin: 0;
144
  padding: 0 6px;
145
  }
146
  #the_champ_sharing_more_providers .footer-panel a {
@@ -150,7 +150,7 @@
150
  }
151
  #the_champ_sharing_more_providers .all-services ul li a {
152
  border-radius: 3px;
153
- color: #666666;
154
  display: block;
155
  font-size: 14px;
156
  height: auto;
@@ -265,7 +265,9 @@ ul.the_champ_login_ul li{
265
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
266
  float: left;
267
  padding: 0 !important;
268
- margin: 0 !important
 
 
269
  }
270
  .theChampLoginButton{
271
  display: block;
@@ -278,6 +280,7 @@ ul.the_champ_login_ul li{
278
  background-position: -0px -0px;
279
  width: 32px;
280
  height: 32px;
 
281
  }
282
  .theChampGoogleButton {
283
  background-position: -32px -0px;
@@ -314,10 +317,16 @@ ul.the_champ_sharing_ul{
314
  margin: 1px 0 !important;
315
  padding-left: 0 !important
316
  }
 
 
 
 
317
  ul.the_champ_sharing_ul li{
318
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
319
  float: left !important;
320
- margin: 0 !important
 
 
321
  }
322
  .theChampSharingButton{
323
  display: block;
59
  padding: 0 !important;
60
  text-align: center;
61
  text-transform: none;
62
+ margin: 0 !important
63
  }
64
  #the_champ_sharing_more_providers *{
65
  font-family: Arial, Helvetica, sans-serif;
140
  font-family: 'helvetica neue',arial,helvetica,sans-serif;
141
  font-size: 12px;
142
  line-height: 1.2;
143
+ margin: 0 !important;
144
  padding: 0 6px;
145
  }
146
  #the_champ_sharing_more_providers .footer-panel a {
150
  }
151
  #the_champ_sharing_more_providers .all-services ul li a {
152
  border-radius: 3px;
153
+ color: #666666 !important;
154
  display: block;
155
  font-size: 14px;
156
  height: auto;
265
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
266
  float: left;
267
  padding: 0 !important;
268
+ margin: 0 !important;
269
+ border: 0 !important;
270
+ width: auto !important
271
  }
272
  .theChampLoginButton{
273
  display: block;
280
  background-position: -0px -0px;
281
  width: 32px;
282
  height: 32px;
283
+ display: none;
284
  }
285
  .theChampGoogleButton {
286
  background-position: -32px -0px;
317
  margin: 1px 0 !important;
318
  padding-left: 0 !important
319
  }
320
+ #the_champ_sharing_popup_close img{
321
+ background: transparent !important;
322
+ border: none !important
323
+ }
324
  ul.the_champ_sharing_ul li{
325
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
326
  float: left !important;
327
+ margin: 0 !important;
328
+ padding: 0 !important;
329
+ list-style: none
330
  }
331
  .theChampSharingButton{
332
  display: block;
inc/social_sharing.php CHANGED
@@ -40,6 +40,8 @@ function the_champ_prepare_sharing_html($postUrl){
40
  $sharingUrl = 'http://www.designfloat.com/submit.php?url='.$postUrl.'&title=' . urlencode($post->post_title);
41
  }elseif($provider == 'tumblr'){
42
  $sharingUrl = 'http://www.tumblr.com/share?v=3&u='.urlencode($postUrl).'&t=' . urlencode($post->post_title) . '&s=';
 
 
43
  }elseif($provider == 'pinterest'){
44
  $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)})());";
45
  }
40
  $sharingUrl = 'http://www.designfloat.com/submit.php?url='.$postUrl.'&title=' . urlencode($post->post_title);
41
  }elseif($provider == 'tumblr'){
42
  $sharingUrl = 'http://www.tumblr.com/share?v=3&u='.urlencode($postUrl).'&t=' . urlencode($post->post_title) . '&s=';
43
+ }elseif($provider == 'vkontakte'){
44
+ $sharingUrl = 'http://vkontakte.ru/share.php?&url='.urlencode($postUrl);
45
  }elseif($provider == 'pinterest'){
46
  $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)})());";
47
  }
js/front/facebook/sdk.js CHANGED
@@ -9,7 +9,7 @@ window.fbAsyncInit = function() {
9
  });
10
  // Additional initialization code such as adding Event Listeners goes here
11
  if ( typeof theChampDisplayLoginIcon == 'function' ) {
12
- theChampLoadEvent( function(){ theChampDisplayLoginIcon(document, 'theChampFacebookButton'); } );
13
  }
14
  };
15
  // Load the SDK Asynchronously
9
  });
10
  // Additional initialization code such as adding Event Listeners goes here
11
  if ( typeof theChampDisplayLoginIcon == 'function' ) {
12
+ theChampDisplayLoginIcon(document, 'theChampFacebookButton');
13
  }
14
  };
15
  // Load the SDK Asynchronously
js/front/social_login/common.js CHANGED
@@ -119,7 +119,7 @@ function theChampInitiateLogin(icon){
119
  }else if(icon.title == 'Login with Linkedin'){
120
  IN.User.authorize();
121
  return false;
122
- }else if(icon.title == 'Login with Google Plus'){
123
  theChampInitializeGPLogin();
124
  }else if(icon.title == 'Login with Vkontakte'){
125
  theChampInitializeVKLogin();
@@ -159,8 +159,12 @@ function theChampGetElementsByClass(node, classname) {
159
  * Display login icons
160
  */
161
  function theChampDisplayLoginIcon(node, className){
162
- var icons = theChampGetElementsByClass(node, className);
163
- for(var i = 0; i < icons.length; i++){
164
- icons[i].style.display = 'block';
 
 
 
 
165
  }
166
  }
119
  }else if(icon.title == 'Login with Linkedin'){
120
  IN.User.authorize();
121
  return false;
122
+ }else if(icon.title == 'Login with Google'){
123
  theChampInitializeGPLogin();
124
  }else if(icon.title == 'Login with Vkontakte'){
125
  theChampInitializeVKLogin();
159
  * Display login icons
160
  */
161
  function theChampDisplayLoginIcon(node, className){
162
+ if(typeof jQuery != 'undefined'){
163
+ jQuery('.' + className).css('display', 'block');
164
+ }else{
165
+ var icons = theChampGetElementsByClass(node, className);
166
+ for(var i = 0; i < icons.length; i++){
167
+ icons[i].style.display = 'block';
168
+ }
169
  }
170
  }
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: the_champ
3
  Donate link: http://thechamplord.wordpress.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, reddit, digg, stumbleupon, delicious, float it, tumblr, widget, social network
5
  Requires at least: 2.5.0
6
- Tested up to: 3.8.2
7
- Stable tag: 2.5.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, Social Feed and more
@@ -164,6 +164,9 @@ Yes, I can help you with it. Just drop me an email at lordofthechamps@gmail.com
164
  3. **Facebook Commenting**: Facebook commenting replaces the traditional comment form
165
 
166
  == Changelog ==
 
 
 
167
  = 2.5.0 =
168
  * Enhanced Social Sharing to support 80 sharing services, including Pinterest
169
  * Improved user experience and user interface in Social Sharing
@@ -218,4 +221,7 @@ Yes, I can help you with it. Just drop me an email at lordofthechamps@gmail.com
218
  * Optimized loading time of Social Sharing and Login interface
219
  * Facebook commenting and WordPress commenting can be used simultaneously (website users can switch between the two)
220
  * Fixed the issue with Twitter login redirection
221
- * Added option to control redirection after user registration
 
 
 
3
  Donate link: http://thechamplord.wordpress.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, reddit, digg, stumbleupon, delicious, float it, tumblr, widget, social network
5
  Requires at least: 2.5.0
6
+ Tested up to: 3.9
7
+ Stable tag: 2.5.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, Social Feed and more
164
  3. **Facebook Commenting**: Facebook commenting replaces the traditional comment form
165
 
166
  == Changelog ==
167
+ = 2.5.1 =
168
+ * Bug fix: Google Social Login icon was not responding
169
+
170
  = 2.5.0 =
171
  * Enhanced Social Sharing to support 80 sharing services, including Pinterest
172
  * Improved user experience and user interface in Social Sharing
221
  * Optimized loading time of Social Sharing and Login interface
222
  * Facebook commenting and WordPress commenting can be used simultaneously (website users can switch between the two)
223
  * Fixed the issue with Twitter login redirection
224
+ * Added option to control redirection after user registration
225
+
226
+ = 2.5.1 =
227
+ * Bug fix: Google Social Login icon was not responding
super_socializer.php CHANGED
@@ -3,13 +3,13 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://www.facebook.com/SocializerChamp
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Feed and more.
6
- Version: 2.5.0
7
  Author: The Champ
8
  Author URI: http://thechamplord.wordpress.com
9
  License: GPL2+
10
  */
11
  defined('ABSPATH') or die("Cheating........Uh!!");
12
- define('THE_CHAMP_SS_VERSION', '2.5.0');
13
  if(get_option('the_champ_ss_version') != THE_CHAMP_SS_VERSION){
14
  update_option('the_champ_ss_version', THE_CHAMP_SS_VERSION);
15
  }
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://www.facebook.com/SocializerChamp
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Feed and more.
6
+ Version: 2.5.1
7
  Author: The Champ
8
  Author URI: http://thechamplord.wordpress.com
9
  License: GPL2+
10
  */
11
  defined('ABSPATH') or die("Cheating........Uh!!");
12
+ define('THE_CHAMP_SS_VERSION', '2.5.1');
13
  if(get_option('the_champ_ss_version') != THE_CHAMP_SS_VERSION){
14
  update_option('the_champ_ss_version', THE_CHAMP_SS_VERSION);
15
  }