Hupso Share Buttons for Twitter, Facebook & Google+ - Version 3.9.22

Version Description

  • Renren button
Download this release

Release Info

Developer kasal
Plugin Icon 128x128 Hupso Share Buttons for Twitter, Facebook & Google+
Version 3.9.22
Comparing to
See all releases

Code changes from version 3.9.21 to 3.9.22

img/services/24/renren.png ADDED
Binary file
img/services/32/renren.png ADDED
Binary file
img/services/renren.png ADDED
Binary file
js/create_button.js CHANGED
@@ -268,7 +268,9 @@ function hupso_create_code() {
268
  if ( $( "input:checkbox[name=sinaweibo]:checked" ).val() == 1 )
269
  hupso_services += '"Sina Weibo",';
270
  if ( $( "input:checkbox[name=qzone]:checked" ).val() == 1 )
271
- hupso_services += '"QZone",';
 
 
272
  if ( $( "input:checkbox[name=email]:checked" ).val() == 1 )
273
  hupso_services += '"Email",';
274
  if ( $( "input:checkbox[name=print]:checked" ).val() == 1 )
268
  if ( $( "input:checkbox[name=sinaweibo]:checked" ).val() == 1 )
269
  hupso_services += '"Sina Weibo",';
270
  if ( $( "input:checkbox[name=qzone]:checked" ).val() == 1 )
271
+ hupso_services += '"QZone",';
272
+ if ( $( "input:checkbox[name=renren]:checked" ).val() == 1 )
273
+ hupso_services += '"Renren",';
274
  if ( $( "input:checkbox[name=email]:checked" ).val() == 1 )
275
  hupso_services += '"Email",';
276
  if ( $( "input:checkbox[name=print]:checked" ).val() == 1 )
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: kasal
3
  Donate link: http://www.hupso.com/
4
  Tags: twitter, facebook, google, social sharing, share buttons, social share buttons, share icons, stumbleupon, addthis, sharethis, sexybookmarks, addtoany, multisite, pinterest, print, tumblr
5
  Requires at least: 2.8
6
- Tested up to: 3.6.1
7
- Stable tag: 3.9.21
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -20,7 +20,7 @@ These services are used by millions of people every day, so sharing your content
20
 
21
  * Slick, minimalistic design.
22
  * Very small and fast. The code for sharing button is very small (only a few KB), so share buttons will not slow down your website - even on devices with slow network connections.
23
- * All major social networks are supported: Twitter, Facebook (Facebook Share / Facebook Like / Facebook Send), Google Plus, Linkedin, Tumblr, Pinterest, StumbleUpon, Digg, Reddit, Bebo, Delicious, VKontakte, Odnoklassniki, Sina Weibo, QZone.
24
  * Social media counters: Twitter Tweet, Facebook Like, Google +1, Linkedin Share, Pinterest - Pin it
25
  * Compatible with all major web browsers: Firefox, Chrome, Internet Explorer, Safari, Opera.
26
  * Share toolbar works with desktop and mobile devices (mobile phones and tablets). Tested with PC, Apple iOS / iPhone / iPad and Google Android devices.
@@ -286,6 +286,9 @@ Please send bug reports and suggestion using [this feedback form](http://www.hup
286
 
287
  == Changelog ==
288
 
 
 
 
289
  = 3.9.21 =
290
  * Sina Weibo button
291
  * QZone button
3
  Donate link: http://www.hupso.com/
4
  Tags: twitter, facebook, google, social sharing, share buttons, social share buttons, share icons, stumbleupon, addthis, sharethis, sexybookmarks, addtoany, multisite, pinterest, print, tumblr
5
  Requires at least: 2.8
6
+ Tested up to: 3.7
7
+ Stable tag: 3.9.22
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
20
 
21
  * Slick, minimalistic design.
22
  * Very small and fast. The code for sharing button is very small (only a few KB), so share buttons will not slow down your website - even on devices with slow network connections.
23
+ * All major social networks are supported: Twitter, Facebook (Facebook Share / Facebook Like / Facebook Send), Google Plus, Linkedin, Tumblr, Pinterest, StumbleUpon, Digg, Reddit, Bebo, Delicious, VKontakte, Odnoklassniki, Sina Weibo, QZone, Renren.
24
  * Social media counters: Twitter Tweet, Facebook Like, Google +1, Linkedin Share, Pinterest - Pin it
25
  * Compatible with all major web browsers: Firefox, Chrome, Internet Explorer, Safari, Opera.
26
  * Share toolbar works with desktop and mobile devices (mobile phones and tablets). Tested with PC, Apple iOS / iPhone / iPad and Google Android devices.
286
 
287
  == Changelog ==
288
 
289
+ = 3.9.22 =
290
+ * Renren button
291
+
292
  = 3.9.21 =
293
  * Sina Weibo button
294
  * QZone button
share-buttons-hupso.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Hupso Share Buttons for Twitter, Facebook & Google+
4
  Plugin URI: http://www.hupso.com/share/
5
  Description: Add simple social sharing buttons to your articles. Your visitors will be able to easily share your content on the most popular social networks: Twitter, Facebook, Google Plus, Linkedin, Tumblr, Pinterest, StumbleUpon, Digg, Reddit, Bebo, VKontakte and Delicous. These services are used by millions of people every day, so sharing your content there will increase traffic to your website.
6
- Version: 3.9.21
7
  Author: kasal
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -12,7 +12,7 @@ Domain Path: /languages
12
  */
13
 
14
  global $HUPSO_VERSION;
15
- $HUPSO_VERSION = '3.9.21';
16
 
17
  $hupso_dev = '';
18
  $hupso_state = 'normal';
@@ -61,7 +61,7 @@ if ( is_admin() ) {
61
  add_action( 'wp_head', 'hupso_set_facebook_thumbnail', 1 );
62
 
63
  $hupso_all_services = array(
64
- 'Twitter', 'Facebook', 'Google Plus', 'Pinterest', 'Linkedin', 'Tumblr', 'StumbleUpon', 'Digg', 'Reddit', 'Bebo', 'Delicious', 'VKontakte', 'Odnoklassniki', 'Sina Weibo', 'QZone', 'Email', 'Print'
65
  );
66
  $hupso_default_services = array(
67
  'Twitter', 'Facebook', 'Google Plus', 'Pinterest', 'Linkedin', 'StumbleUpon', 'Digg', 'Reddit', 'Bebo', 'Delicious'
@@ -151,7 +151,8 @@ function hupso_plugin_uninstall() {
151
  delete_option( 'hupso_vkontakte' );
152
  delete_option( 'hupso_odnoklassniki' );
153
  delete_option( 'hupso_sinaweibo' );
154
- delete_option( 'hupso_qzone' );
 
155
  delete_option( 'hupso_email' );
156
  delete_option( 'hupso_print' );
157
  delete_option( 'hupso_email_button' );
3
  Plugin Name: Hupso Share Buttons for Twitter, Facebook & Google+
4
  Plugin URI: http://www.hupso.com/share/
5
  Description: Add simple social sharing buttons to your articles. Your visitors will be able to easily share your content on the most popular social networks: Twitter, Facebook, Google Plus, Linkedin, Tumblr, Pinterest, StumbleUpon, Digg, Reddit, Bebo, VKontakte and Delicous. These services are used by millions of people every day, so sharing your content there will increase traffic to your website.
6
+ Version: 3.9.22
7
  Author: kasal
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  */
13
 
14
  global $HUPSO_VERSION;
15
+ $HUPSO_VERSION = '3.9.22';
16
 
17
  $hupso_dev = '';
18
  $hupso_state = 'normal';
61
  add_action( 'wp_head', 'hupso_set_facebook_thumbnail', 1 );
62
 
63
  $hupso_all_services = array(
64
+ 'Twitter', 'Facebook', 'Google Plus', 'Pinterest', 'Linkedin', 'Tumblr', 'StumbleUpon', 'Digg', 'Reddit', 'Bebo', 'Delicious', 'VKontakte', 'Odnoklassniki', 'Sina Weibo', 'QZone', 'Renren', 'Email', 'Print'
65
  );
66
  $hupso_default_services = array(
67
  'Twitter', 'Facebook', 'Google Plus', 'Pinterest', 'Linkedin', 'StumbleUpon', 'Digg', 'Reddit', 'Bebo', 'Delicious'
151
  delete_option( 'hupso_vkontakte' );
152
  delete_option( 'hupso_odnoklassniki' );
153
  delete_option( 'hupso_sinaweibo' );
154
+ delete_option( 'hupso_qzone' );
155
+ delete_option( 'hupso_renren' );
156
  delete_option( 'hupso_email' );
157
  delete_option( 'hupso_print' );
158
  delete_option( 'hupso_email_button' );