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

Version Description

  • Minor bug fixing in Facebook feed functionality
Download this release

Release Info

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

Code changes from version 1.0.0 to 1.0.1

js/front/social_login/facebook.js CHANGED
@@ -11,7 +11,7 @@ function checkLoginStatus(response){
11
  theChampLoadingIcon();
12
  loginUser();
13
  }else {
14
- FB.login(loginUser, {scope:'email'});
15
  }
16
  }
17
 
11
  theChampLoadingIcon();
12
  loginUser();
13
  }else {
14
+ FB.login(loginUser, {scope:'email<?php echo isset( $theChampFacebookOptions["enable_fbfeed"] ) && $theChampFacebookOptions["enable_fbfeed"] == 1 ? ", publish_stream" : "" ?>'});
15
  }
16
  }
17
 
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
7
- Stable tag: 1.0.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,10 +164,16 @@ 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
  = 1.0.0 =
168
  * First version of the plugin
169
 
170
  == Upgrade Notice ==
171
 
172
  = 1.0.0 =
173
- * First version of the plugin
 
 
 
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.1
7
+ Stable tag: 1.0.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
+ = 1.0.1 =
168
+ * Minor bug fixing in Facebook feed functionality
169
+
170
  = 1.0.0 =
171
  * First version of the plugin
172
 
173
  == Upgrade Notice ==
174
 
175
  = 1.0.0 =
176
+ * First version of the plugin
177
+
178
+ = 1.0.1 =
179
+ * Minor bug fixing in Facebook feed functionality
super_socializer.php CHANGED
@@ -3,12 +3,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: 1.0.0
7
  Author: The Champ
8
  Author URI: http://thechamplord.wordpress.com
9
  License: GPL2+
10
  */
11
- define (THE_CHAMP_SS_VERSION, '1.0.0');
 
 
 
12
  require 'library/twitteroauth.php';
13
 
14
  $theChampFacebookOptions = get_option('the_champ_facebook');
@@ -275,8 +278,8 @@ function the_champ_settings_saved_notification(){
275
  */
276
  function the_champ_facebook_notifications($fbOptions){
277
  global $theChampLoginOptions;
 
278
  if( isset($fbOptions['enable_fbfeed']) && $fbOptions['enable_fbfeed'] == 1 ){
279
- $errorHtml = '';
280
  if(!isset($theChampLoginOptions['fb_key']) || $theChampLoginOptions['fb_key'] == '' || !isset($theChampLoginOptions['providers']) || !in_array('facebook', $theChampLoginOptions['providers'])){
281
  $errorHtml .= the_champ_error_message('Facebook Login, at "Social Login" page, must be enabled for Feed to work');
282
  }
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: 1.0.1
7
  Author: The Champ
8
  Author URI: http://thechamplord.wordpress.com
9
  License: GPL2+
10
  */
11
+ define('THE_CHAMP_SS_VERSION', '1.0.1');
12
+ if(get_option('the_champ_ss_version') != THE_CHAMP_SS_VERSION){
13
+ update_option('the_champ_ss_version', THE_CHAMP_SS_VERSION);
14
+ }
15
  require 'library/twitteroauth.php';
16
 
17
  $theChampFacebookOptions = get_option('the_champ_facebook');
278
  */
279
  function the_champ_facebook_notifications($fbOptions){
280
  global $theChampLoginOptions;
281
+ $errorHtml = '';
282
  if( isset($fbOptions['enable_fbfeed']) && $fbOptions['enable_fbfeed'] == 1 ){
 
283
  if(!isset($theChampLoginOptions['fb_key']) || $theChampLoginOptions['fb_key'] == '' || !isset($theChampLoginOptions['providers']) || !in_array('facebook', $theChampLoginOptions['providers'])){
284
  $errorHtml .= the_champ_error_message('Facebook Login, at "Social Login" page, must be enabled for Feed to work');
285
  }