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

Version Description

  • Sina Weibo button
  • QZone button
Download this release

Release Info

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

Code changes from version 3.9.20 to 3.9.21

img/services/24/qzone.png ADDED
Binary file
img/services/24/sinaweibo.png ADDED
Binary file
img/services/32/qzone.png ADDED
Binary file
img/services/32/sinaweibo.png ADDED
Binary file
img/services/qzone.png ADDED
Binary file
img/services/sinaweibo.png ADDED
Binary file
js/create_button.js CHANGED
@@ -264,7 +264,11 @@ function hupso_create_code() {
264
  if ( $( "input:checkbox[name=vkontakte]:checked" ).val() == 1 )
265
  hupso_services += '"VKontakte",';
266
  if ( $( "input:checkbox[name=odnoklassniki]:checked" ).val() == 1 )
267
- hupso_services += '"Odnoklassniki",';
 
 
 
 
268
  if ( $( "input:checkbox[name=email]:checked" ).val() == 1 )
269
  hupso_services += '"Email",';
270
  if ( $( "input:checkbox[name=print]:checked" ).val() == 1 )
264
  if ( $( "input:checkbox[name=vkontakte]:checked" ).val() == 1 )
265
  hupso_services += '"VKontakte",';
266
  if ( $( "input:checkbox[name=odnoklassniki]:checked" ).val() == 1 )
267
+ hupso_services += '"Odnoklassniki",';
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 )
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.20
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.
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,10 @@ Please send bug reports and suggestion using [this feedback form](http://www.hup
286
 
287
  == Changelog ==
288
 
 
 
 
 
289
  = 3.9.20 =
290
  * Odnoklassniki button
291
 
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
 
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
 
287
  == Changelog ==
288
 
289
+ = 3.9.21 =
290
+ * Sina Weibo button
291
+ * QZone button
292
+
293
  = 3.9.20 =
294
  * Odnoklassniki button
295
 
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.20
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.20';
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', 'Email', 'Print'
65
  );
66
  $hupso_default_services = array(
67
  'Twitter', 'Facebook', 'Google Plus', 'Pinterest', 'Linkedin', 'StumbleUpon', 'Digg', 'Reddit', 'Bebo', 'Delicious'
@@ -150,6 +150,8 @@ function hupso_plugin_uninstall() {
150
  delete_option( 'hupso_delicious' );
151
  delete_option( 'hupso_vkontakte' );
152
  delete_option( 'hupso_odnoklassniki' );
 
 
153
  delete_option( 'hupso_email' );
154
  delete_option( 'hupso_print' );
155
  delete_option( 'hupso_email_button' );
@@ -985,7 +987,6 @@ function hupso_admin_settings_save() {
985
  update_option( 'hupso_custom', '1' );
986
 
987
  if ( @$_POST[ 'button_type' ] != '' )
988
-
989
  $post = true;
990
  else
991
  $post = false;
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
  */
13
 
14
  global $HUPSO_VERSION;
15
+ $HUPSO_VERSION = '3.9.21';
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', 'Email', 'Print'
65
  );
66
  $hupso_default_services = array(
67
  'Twitter', 'Facebook', 'Google Plus', 'Pinterest', 'Linkedin', 'StumbleUpon', 'Digg', 'Reddit', 'Bebo', 'Delicious'
150
  delete_option( 'hupso_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_email' );
156
  delete_option( 'hupso_print' );
157
  delete_option( 'hupso_email_button' );
987
  update_option( 'hupso_custom', '1' );
988
 
989
  if ( @$_POST[ 'button_type' ] != '' )
 
990
  $post = true;
991
  else
992
  $post = false;