WordPress Share Buttons Plugin – AddThis - Version 2.3.1

Version Description

  • Don't strip pintrest tags from custom buttons
Download this release

Release Info

Developer jorbin
Plugin Icon 128x128 WordPress Share Buttons Plugin – AddThis
Version 2.3.1
Comparing to
See all releases

Code changes from version 2.3.0 to 2.3.1

addthis_settings_functions.php CHANGED
@@ -35,9 +35,13 @@ function addthis_kses($string)
35
  $mytags['a'][ 'twrelated' ]= array();
36
  $mytags['a'][ 'twlang' ]= array();
37
  $mytags['a'][ 'twcounturl' ]= array();
 
 
 
 
38
 
39
- $pretags = array( 'g:plusone:', 'fb:like:', 'tw:');
40
- $posttags = array('gplusone', 'fblike', 'tw');
41
 
42
  foreach($pretags as $i => $attr)
43
  {
35
  $mytags['a'][ 'twrelated' ]= array();
36
  $mytags['a'][ 'twlang' ]= array();
37
  $mytags['a'][ 'twcounturl' ]= array();
38
+ $mytags['a'][ 'pipinitlayout' ]= array();
39
+ $mytags['a'][ 'pipiniturl' ]= array();
40
+ $mytags['a'][ 'pipinitmedia' ]= array();
41
+ $mytags['a'][ 'pipinitdescription' ]= array();
42
 
43
+ $pretags = array( 'g:plusone:', 'fb:like:', 'tw:', 'pi:pinit:');
44
+ $posttags = array('gplusone', 'fblike', 'tw', 'pipinit');
45
 
46
  foreach($pretags as $i => $attr)
47
  {
addthis_social_widget.php CHANGED
@@ -26,14 +26,14 @@ else return;
26
  * Plugin Name: AddThis Social Bookmarking Widget
27
  * Plugin URI: http://www.addthis.com
28
  * Description: Help your visitor promote your site! The AddThis Social Bookmarking Widget allows any visitor to bookmark your site easily with many popular services. Sign up for an AddThis.com account to see how your visitors are sharing your content--which services they're using for sharing, which content is shared the most, and more. It's all free--even the pretty charts and graphs.
29
- * Version: 2.3.0
30
  *
31
  * Author: The AddThis Team
32
  * Author URI: http://www.addthis.com/blog
33
  */
34
 
35
  define( 'addthis_style_default' , 'small_toolbox_with_share');
36
- define( 'ADDTHIS_PLUGIN_VERSION', '2.3.0');
37
 
38
  $addthis_settings = array();
39
  $addthis_settings['isdropdown'] = 'true';
@@ -1310,7 +1310,7 @@ function addthis_output_script($return = false )
1310
 
1311
  $script = "\n<!-- AddThis Button Begin -->\n"
1312
  .'<script type="text/javascript">'
1313
- ."var addthis_product = 'wpp-262';\n";
1314
 
1315
 
1316
  $pub = (isset($options['profile'])) ? $options['profile'] : false ;
26
  * Plugin Name: AddThis Social Bookmarking Widget
27
  * Plugin URI: http://www.addthis.com
28
  * Description: Help your visitor promote your site! The AddThis Social Bookmarking Widget allows any visitor to bookmark your site easily with many popular services. Sign up for an AddThis.com account to see how your visitors are sharing your content--which services they're using for sharing, which content is shared the most, and more. It's all free--even the pretty charts and graphs.
29
+ * Version: 2.3.1
30
  *
31
  * Author: The AddThis Team
32
  * Author URI: http://www.addthis.com/blog
33
  */
34
 
35
  define( 'addthis_style_default' , 'small_toolbox_with_share');
36
+ define( 'ADDTHIS_PLUGIN_VERSION', '2.3.1');
37
 
38
  $addthis_settings = array();
39
  $addthis_settings['isdropdown'] = 'true';
1310
 
1311
  $script = "\n<!-- AddThis Button Begin -->\n"
1312
  .'<script type="text/javascript">'
1313
+ ."var addthis_product = 'wpp-263';\n";
1314
 
1315
 
1316
  $pub = (isset($options['profile'])) ? $options['profile'] : false ;
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: _mjk_, jorbin
3
  Tags: share, addthis, social, bookmark, sharing, bookmarking, widget,AddThis, addtoany, aim, bookmark, buzz, del.icio.us, Digg,e-mail, email, Facebook, google bookmarks, google buzz, myspace,network, NewsVine, Reddit, Share, share this, sharethis, social, socialize, stumbleupon, twitter, windows live, yahoo buzz
4
  Requires at least: 2.9
5
- Tested up to: 3.2.1
6
- Stable tag: 2.3.0
7
 
8
  The AddThis Social Bookmarking Widget allows any visitor to bookmark and share your site easily with over 330 popular services.
9
 
@@ -74,6 +74,9 @@ In the screen options you can enable the AddThis meta box. Check the box and sa
74
  PHP 5+ is preferred; PHP 4 is supported.
75
 
76
  == Changelog ==
 
 
 
77
  = 2.3.0 =
78
  * Add Google Analytics option
79
  * Update settings interface
2
  Contributors: _mjk_, jorbin
3
  Tags: share, addthis, social, bookmark, sharing, bookmarking, widget,AddThis, addtoany, aim, bookmark, buzz, del.icio.us, Digg,e-mail, email, Facebook, google bookmarks, google buzz, myspace,network, NewsVine, Reddit, Share, share this, sharethis, social, socialize, stumbleupon, twitter, windows live, yahoo buzz
4
  Requires at least: 2.9
5
+ Tested up to: 3.3.1
6
+ Stable tag: 2.3.1
7
 
8
  The AddThis Social Bookmarking Widget allows any visitor to bookmark and share your site easily with over 330 popular services.
9
 
74
  PHP 5+ is preferred; PHP 4 is supported.
75
 
76
  == Changelog ==
77
+ = 2.3.1 =
78
+ * Don't strip pintrest tags from custom buttons
79
+
80
  = 2.3.0 =
81
  * Add Google Analytics option
82
  * Update settings interface