WordPress Share Buttons Plugin – AddThis - Version 5.3.2

Version Description

  • Potential Yoast fix. Please let us know if you still have issues with this plugin and Yoast after upgrading.
Download this release

Release Info

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

Code changes from version 5.3.1 to 5.3.2

AddThisWordPressSharingButtonsPlugin.php CHANGED
@@ -25,7 +25,7 @@ if (!class_exists('AddThisWordPressSharingButtonsPlugin')) {
25
  Class AddThisWordPressSharingButtonsPlugin {
26
  // implements AddThisWordPressPluginInterface {
27
 
28
- static $version = '5.3.1';
29
  static $settingsPageId = 'addthis_social_widget';
30
  static $name = "Share Buttons by AddThis";
31
  static $productPrefix = 'wpp';
25
  Class AddThisWordPressSharingButtonsPlugin {
26
  // implements AddThisWordPressPluginInterface {
27
 
28
+ static $version = '5.3.2';
29
  static $settingsPageId = 'addthis_social_widget';
30
  static $name = "Share Buttons by AddThis";
31
  static $productPrefix = 'wpp';
addthis_addjs_new.php CHANGED
@@ -109,7 +109,7 @@ Class AddThis_addjs_sharing_button_plugin{
109
  }
110
 
111
  function output_script_filter($content){
112
- if ($this->_js_added != true && ! is_admin() && ! is_feed() )
113
  {
114
  $this->wrapJs();
115
  $this->addWidgetToJs();
109
  }
110
 
111
  function output_script_filter($content){
112
+ if (!$this->_js_added && !is_admin() && !is_feed() && in_the_loop())
113
  {
114
  $this->wrapJs();
115
  $this->addWidgetToJs();
addthis_social_widget.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Share Buttons by AddThis
4
  * Plugin URI: http://www.addthis.com
5
  * Description: Use the AddThis suite of website tools which includes sharing, following, recommended content, and conversion tools to help you make your website smarter. With AddThis, you can see how your users are engaging with your content, provide a personalized experience for each user and encourage them to share, subscribe or follow.
6
- * Version: 5.3.1
7
  * Author: The AddThis Team
8
  * Author URI: http://www.addthis.com/
9
  * License: GPL2
3
  * Plugin Name: Share Buttons by AddThis
4
  * Plugin URI: http://www.addthis.com
5
  * Description: Use the AddThis suite of website tools which includes sharing, following, recommended content, and conversion tools to help you make your website smarter. With AddThis, you can see how your users are engaging with your content, provide a personalized experience for each user and encourage them to share, subscribe or follow.
6
+ * Version: 5.3.2
7
  * Author: The AddThis Team
8
  * Author URI: http://www.addthis.com/
9
  * License: GPL2
readme.txt CHANGED
@@ -1,15 +1,45 @@
1
  === Share Buttons by AddThis ===
2
  Contributors: abramsm, srijith.v, vipinss, dnrahamim, jgrodel, bradaddthiscom, mkitzman, addthis_paul, addthis_matt, addthis_elsa, ribin_addthis, AddThis_Mike
3
- Tags: bookmarking, email sharing, facebook, linkedin, pinterest, share, sharing buttons, social marketing, social tools, twitter, whatsapp
4
  Requires at least: 3.0
5
- Tested up to: 4.4.2
6
- Stable tag: 5.3.1
 
 
 
7
 
8
- Share buttons from AddThis help you get more traffic from sharing through social networks.
9
 
10
  == Description ==
11
 
12
- The best share buttons on the web are now available for your WordPress site. Promote your content easily by sharing to over 200 of the most popular social networking and bookmarking sites (like Facebook Share, Facebook Like, Twitter, Pinterest, Google+, WhatsApp, LinkedIn and more). Clean, customizable and simple share buttons are unobtrusive, quick to load and recognized all over the web.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  == Installation ==
15
 
@@ -28,6 +58,8 @@ To upload the plugin through WordPress, instead of FTP:
28
 
29
  1. Upload the downloaded zip file on the 'Add New' plugins screen (see the 'Upload' tab) in your WordPress admin area and activate.
30
 
 
 
31
  == Frequently Asked Questions ==
32
 
33
  = Is AddThis free? =
@@ -63,6 +95,8 @@ We currently support over 200 services, from email and blogging platforms to soc
63
  = How do I remove AddThis from a page =
64
  In the screen options you can enable the AddThis meta box. Check the box and save if you've already published that page or post to disable AddThis on that page or post.
65
 
 
 
66
  == Screenshots ==
67
 
68
  1. Sharing Tools tab on the plugin settings page (WordPress mode)
@@ -74,8 +108,13 @@ In the screen options you can enable the AddThis meta box. Check the box and sav
74
  6. Tool Gallery on the AddThis Dashboard
75
  7. Customization options on the AddThis Dashboard
76
 
 
 
77
  == Changelog ==
78
 
 
 
 
79
  = 5.3.1 =
80
  * Disabling the mobile version of the Sharing Sidebar when the Mobile Sharing Toolbar is enabled
81
 
@@ -414,8 +453,12 @@ Fixed nondeterministic bug with the_title(), causing the title to occasionally a
414
  * Updated settings management to use nonces
415
 
416
 
 
417
  == Upgrade Notice ==
418
 
 
 
 
419
  = 5.3.1 =
420
  Disabling the mobile version of the Sharing Sidebar when the Mobile Sharing Toolbar is enabled
421
 
@@ -644,5 +687,4 @@ Bug fixes, enhanced customization.
644
  Bug fixes, more filters, small tweak to options.
645
 
646
  = 2.0.0 =
647
- More and better options for sharing widgets. Redesigned analytics dashboard widget and interface.
648
-
1
  === Share Buttons by AddThis ===
2
  Contributors: abramsm, srijith.v, vipinss, dnrahamim, jgrodel, bradaddthiscom, mkitzman, addthis_paul, addthis_matt, addthis_elsa, ribin_addthis, AddThis_Mike
3
+ Tags: AddThis, share buttons, sharing buttons, share buttons plugin, plugin, widget, social buttons, social tools, Facebook, Twitter, LinkedIn, Pinterest, bookmark, bookmarking, email sharing, sharing, share, mobile, mobile sharing, mobile sharing buttons, sidebar, sharing sidebar
4
  Requires at least: 3.0
5
+ Tested up to: 4.5
6
+ Stable tag: 5.3.2
7
+
8
+ AddThis Share Buttons help you to increase traffic to your website by getting more of your content shared on social media.
9
+
10
 
 
11
 
12
  == Description ==
13
 
14
+ Get more of your website’s content shared on social media by installing the AddThis Share Buttons plugin for WordPress. With AddThis, your users can easily share your content on some of the most popular social networks, including Facebook, Twitter, Pinterest, LinkedIn, and more. The more your content gets shared, the more traffic you’ll drive back to your site. You can also choose whether to display these share buttons on your homepage, category page, archive page, and other specific WordPress pages and posts.
15
+
16
+ With the AddThis Share Buttons WordPress plugin, you get:
17
+
18
+ = Share Buttons =
19
+
20
+ * Position buttons above or below your content
21
+ * Choose between several button styles and sizes
22
+ * Include share counts to encourage your visitors to share
23
+ * Personalize which sharing services appear or pick them yourself
24
+
25
+ = Sharing Sidebar =
26
+
27
+ * Choose which side of your page it appears on
28
+ * Control how many buttons show up in the sidebar
29
+
30
+ = Mobile Sharing Toolbar =
31
+
32
+ * Position the toolbar at the top or bottom of your page
33
+ * Turn on or off displayed share count
34
+ * Specify the screen width when this tool should appear
35
+
36
+ <a href="https://www.addthis.com/register">Sign up</a> and create a registered account with AddThis to access the AddThis mode for this plugin, which offers additional share button configurations and analytics via your AddThis dashboard. Analytics include your top performing content, services and tools.
37
+
38
+ AddThis also has a <a href="https://wordpress.org/plugins/addthis-follow/">follow button plugin</a> for WordPress, which is great for getting more of your visitors to follow you on some of the most popular social networks, such as Facebook, Twitter, Instagram, and more. Get the AddThis follow button plugin for WordPress <a href="https://wordpress.org/plugins/addthis-follow/">here</a>.
39
+
40
+ <a href="http://www.addthis.com/academy/">AddThis Academy</a> | <a href="http://www.addthis.com/privacy">Privacy Policy</a>
41
+
42
+
43
 
44
  == Installation ==
45
 
58
 
59
  1. Upload the downloaded zip file on the 'Add New' plugins screen (see the 'Upload' tab) in your WordPress admin area and activate.
60
 
61
+
62
+
63
  == Frequently Asked Questions ==
64
 
65
  = Is AddThis free? =
95
  = How do I remove AddThis from a page =
96
  In the screen options you can enable the AddThis meta box. Check the box and save if you've already published that page or post to disable AddThis on that page or post.
97
 
98
+
99
+
100
  == Screenshots ==
101
 
102
  1. Sharing Tools tab on the plugin settings page (WordPress mode)
108
  6. Tool Gallery on the AddThis Dashboard
109
  7. Customization options on the AddThis Dashboard
110
 
111
+
112
+
113
  == Changelog ==
114
 
115
+ = 5.3.2 =
116
+ * Potential Yoast fix. <a href="mailto:help@addthis.com">Please let us know</a> if you still have issues with this plugin and Yoast after upgrading.
117
+
118
  = 5.3.1 =
119
  * Disabling the mobile version of the Sharing Sidebar when the Mobile Sharing Toolbar is enabled
120
 
453
  * Updated settings management to use nonces
454
 
455
 
456
+
457
  == Upgrade Notice ==
458
 
459
+ = 5.3.2 =
460
+ Potential Yoast fix. <a href="mailto:help@addthis.com">Please let us know</a> if you still have issues with this plugin and Yoast after upgrading.
461
+
462
  = 5.3.1 =
463
  Disabling the mobile version of the Sharing Sidebar when the Mobile Sharing Toolbar is enabled
464
 
687
  Bug fixes, more filters, small tweak to options.
688
 
689
  = 2.0.0 =
690
+ More and better options for sharing widgets. Redesigned analytics dashboard widget and interface.