Add Twitter, Facebook Like, Google plus one Social share - Version 2.4.2

Version Description

Download this release

Release Info

Developer BeingMaverick
Plugin Icon wp plugin Add Twitter, Facebook Like, Google plus one Social share
Version 2.4.2
Comparing to
See all releases

Code changes from version 2.4.1 to 2.4.2

Files changed (3) hide show
  1. readme.txt +2 -2
  2. tf_display.php +3 -2
  3. twitter-facebook-share.php +1 -1
readme.txt CHANGED
@@ -2,10 +2,10 @@
2
  Contributors: beingmaverick
3
  Plugin Site: http://www.searchtechword.com
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=86FHBFVUYN45J
5
- Tags: Facebook like, twitter button, twitter share,LinkedIn, Google +1 button, Google plus one, Stumbleupon, social share, twitter facebook share,stumbleupon, LinkedIn share, floating sharebar, facebook, +1, pinterest button, pinterest share
6
  Requires at least: 2.8
7
  Tested up to: 3.8.1
8
- Stable tag: 2.4.1
9
 
10
  == Description ==
11
  <br />
2
  Contributors: beingmaverick
3
  Plugin Site: http://www.searchtechword.com
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=86FHBFVUYN45J
5
+ Tags: TF Social Share,Facebook like, twitter button, twitter share,LinkedIn, Google +1 button, Google plus one, Stumbleupon, social share, twitter facebook share,stumbleupon, LinkedIn share, floating sharebar, facebook, +1, pinterest button, pinterest share
6
  Requires at least: 2.8
7
  Tested up to: 3.8.1
8
+ Stable tag: 2.4.2
9
 
10
  == Description ==
11
  <br />
tf_display.php CHANGED
@@ -292,8 +292,9 @@ function kc_social_share($source)
292
  }
293
  if ($option['active_buttons']['pinterest']==true) {
294
  $post_image = tf_get_image();
295
- $counter = ($option['pinterest_count']) ? 'horizontal' : 'none';
296
- $output .= '<div style="float:left; width:' .$option['pinterest_width']. 'px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><a href="http'.(is_ssl()?'s':'').'://pinterest.com/pin/create/button/?url=' . $post_link . '&media=' . $post_image . '" class="pin-it-button" count-layout="' .$counter.'"></a></div>';
 
297
  }
298
  if ($option['active_buttons']['stumbleupon']==true) {
299
  $output .= '
292
  }
293
  if ($option['active_buttons']['pinterest']==true) {
294
  $post_image = tf_get_image();
295
+ $counter = ($option['pinterest_count']) ? 'beside' : 'none';
296
+ $output .= '<div style="float:left; width:' .$option['pinterest_width']. 'px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><a href="http'.(is_ssl()?'s':'').'://pinterest.com/pin/create/button/?url=' . urlencode($post_link) . '&media=' . urlencode($post_image) . '" data-pin-do="buttonPin" data-pin-config="' .$counter . '"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a>
297
+ <script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script></div>';
298
  }
299
  if ($option['active_buttons']['stumbleupon']==true) {
300
  $output .= '
twitter-facebook-share.php CHANGED
@@ -5,7 +5,7 @@ Description: WordPress plugin for twitter, facebook, Google +1 (plus one) and ot
5
  Author: Kunal Chichkar
6
  Author URI: http://www.searchtechword.com
7
  Plugin URI: http://www.searchtechword.com/2011/06/wordpress-plugin-add-twitter-facebook-google-plus-one-share
8
- Version: 2.4.1
9
  License: GPL
10
  */
11
  /*
5
  Author: Kunal Chichkar
6
  Author URI: http://www.searchtechword.com
7
  Plugin URI: http://www.searchtechword.com/2011/06/wordpress-plugin-add-twitter-facebook-google-plus-one-share
8
+ Version: 2.4.2
9
  License: GPL
10
  */
11
  /*