Version Description
- Apply universal sharing button toggle to floating buttons
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 1.3.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.3 to 1.3.0.1
- README.txt +5 -2
- add-to-any.php +1 -2
README.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: micropat, addtoany
|
|
3 |
Tags: sharing, share, share this, bookmarking, social, share button, share buttons, share links, social share, social sharing, social bookmarking, social bookmarks, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, shortcode, sidebar, widget, email, e-mail, print, seo, button, delicious, google, tumblr, linkedin, digg, reddit, facebook, facebook share, facebook like, like, twitter, twitter button, twitter share, tweet, +1, plus 1, google plus, google plus one, plus one, pinterest, pin, pin it, pinit, wanelo, buffer, stumbleupon, bitly, technorati, lockerz, addthis, sociable, sharedaddy, sharethis, shareaholic, icon, icons, vector, SVG, floating, floating buttons, wpmu, Add to Any, AddToAny
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.9.1
|
6 |
-
Stable tag: 1.3
|
7 |
|
8 |
Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, StumbleUpon and many more.
|
9 |
|
@@ -29,7 +29,7 @@ AddToAny's customizable platform and social share icons let you optimize your si
|
|
29 |
= Custom Placement =
|
30 |
* Before content, after content, or before & after content
|
31 |
* Vertical Floating Share Bar, and Horizontal Floating Share Bar
|
32 |
-
* As a widget within a theme
|
33 |
|
34 |
= Analytics Integration =
|
35 |
|
@@ -277,6 +277,9 @@ Upload the plugin directory (including all files and directories within) to the
|
|
277 |
|
278 |
== Changelog ==
|
279 |
|
|
|
|
|
|
|
280 |
= 1.3 =
|
281 |
* Floating share buttons (major new feature!)
|
282 |
* AddToAny Vertical Share Bar
|
3 |
Tags: sharing, share, share this, bookmarking, social, share button, share buttons, share links, social share, social sharing, social bookmarking, social bookmarks, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, shortcode, sidebar, widget, email, e-mail, print, seo, button, delicious, google, tumblr, linkedin, digg, reddit, facebook, facebook share, facebook like, like, twitter, twitter button, twitter share, tweet, +1, plus 1, google plus, google plus one, plus one, pinterest, pin, pin it, pinit, wanelo, buffer, stumbleupon, bitly, technorati, lockerz, addthis, sociable, sharedaddy, sharethis, shareaholic, icon, icons, vector, SVG, floating, floating buttons, wpmu, Add to Any, AddToAny
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.9.1
|
6 |
+
Stable tag: 1.3.0.1
|
7 |
|
8 |
Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, StumbleUpon and many more.
|
9 |
|
29 |
= Custom Placement =
|
30 |
* Before content, after content, or before & after content
|
31 |
* Vertical Floating Share Bar, and Horizontal Floating Share Bar
|
32 |
+
* As a widget within a theme, and programmatically
|
33 |
|
34 |
= Analytics Integration =
|
35 |
|
277 |
|
278 |
== Changelog ==
|
279 |
|
280 |
+
= 1.3.0.1 =
|
281 |
+
* Apply universal sharing button toggle to floating buttons
|
282 |
+
|
283 |
= 1.3 =
|
284 |
* Floating share buttons (major new feature!)
|
285 |
* AddToAny Vertical Share Bar
|
add-to-any.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Share Buttons by AddToAny
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Share buttons for your pages including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, StumbleUpon and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
-
Version: 1.3
|
7 |
Author: AddToAny
|
8 |
Author URI: http://www.addtoany.com/
|
9 |
*/
|
@@ -537,7 +537,6 @@ function ADDTOANY_SHARE_SAVE_FLOATING( $args = array() ) {
|
|
537 |
'use_current_page' => true,
|
538 |
'output_later' => true,
|
539 |
'is_kit' => true,
|
540 |
-
'no_universal_button' => false,
|
541 |
'no_addtoany_list_classname' => true,
|
542 |
'no_special_services' => true,
|
543 |
'no_small_icons' => true,
|
3 |
Plugin Name: Share Buttons by AddToAny
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Share buttons for your pages including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, StumbleUpon and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
+
Version: 1.3.0.1
|
7 |
Author: AddToAny
|
8 |
Author URI: http://www.addtoany.com/
|
9 |
*/
|
537 |
'use_current_page' => true,
|
538 |
'output_later' => true,
|
539 |
'is_kit' => true,
|
|
|
540 |
'no_addtoany_list_classname' => true,
|
541 |
'no_special_services' => true,
|
542 |
'no_small_icons' => true,
|