Version Description
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 0.9.9.8.2 |
Comparing to | |
See all releases |
Code changes from version 0.9.9.8.1 to 0.9.9.8.2
- README.txt +22 -4
- add-to-any.php +3 -3
- icons/aim.png +0 -0
- icons/amazon.png +0 -0
- icons/netlog.png +0 -0
- icons/orkut.png +0 -0
- icons/stumbleupon.png +0 -0
- icons/wordpress.png +0 -0
- icons/yim.png +0 -0
README.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: micropat
|
|
3 |
Tags: sharing, share, sharethis, bookmarking, social, social bookmarking, social bookmarks, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, email, e-mail, seo, button, delicious, google buzz, buzz, google, digg, reddit, facebook, facebook like, like, myspace, twitter, tweet, messenger, stumbleupon, technorati, sexybookmarks, sociable, sharedaddy, icon, icons, wpmu, addtoany
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.1
|
6 |
-
Stable tag: 0.9.9.8.
|
7 |
|
8 |
Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, StumbleUpon, Digg and many more.
|
9 |
|
@@ -27,7 +27,7 @@ Standalone **share icons** let you optimize your blog posts for specific social
|
|
27 |
* Easily customizable for beginners or advanced users, and highly extensible for developers and designers
|
28 |
* Many more publisher and user features!
|
29 |
|
30 |
-
After **years of active development**, over **1.
|
31 |
|
32 |
<a href="http://www.addtoany.com/share_save" title="Share">Share this</a> plugin
|
33 |
|
@@ -161,9 +161,13 @@ It's not recommended, but you can change the width of the Facebook Like Button u
|
|
161 |
|
162 |
= Does the plugin output W3C valid code? =
|
163 |
|
164 |
-
Yes, AddToAny outputs 100% W3C valid XHTML and W3C valid CSS 3.0.
|
165 |
|
166 |
-
If you
|
|
|
|
|
|
|
|
|
167 |
|
168 |
= Is there a shortcode for sharing? =
|
169 |
|
@@ -195,6 +199,20 @@ Upload the plugin directory (including all files and directories within) to the
|
|
195 |
|
196 |
== Changelog ==
|
197 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
= .9.9.8.1 =
|
199 |
* Add WordPress Must-Use plugin support for WordPress Multisite Networks
|
200 |
* Fixes for debug mode notices
|
3 |
Tags: sharing, share, sharethis, bookmarking, social, social bookmarking, social bookmarks, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, email, e-mail, seo, button, delicious, google buzz, buzz, google, digg, reddit, facebook, facebook like, like, myspace, twitter, tweet, messenger, stumbleupon, technorati, sexybookmarks, sociable, sharedaddy, icon, icons, wpmu, addtoany
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.1
|
6 |
+
Stable tag: 0.9.9.8.2
|
7 |
|
8 |
Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, StumbleUpon, Digg and many more.
|
9 |
|
27 |
* Easily customizable for beginners or advanced users, and highly extensible for developers and designers
|
28 |
* Many more publisher and user features!
|
29 |
|
30 |
+
After **years of active development**, over **1.7 million downloads**, and **ongoing support from the community**, AddToAny still strives to be the best WordPress plugin for sharing. We hope it's perfect for everyone by version 1.0.
|
31 |
|
32 |
<a href="http://www.addtoany.com/share_save" title="Share">Share this</a> plugin
|
33 |
|
161 |
|
162 |
= Does the plugin output W3C valid code? =
|
163 |
|
164 |
+
Yes, AddToAny outputs 100% W3C valid XHTML & HTML5 and W3C valid CSS 3.0 by default.
|
165 |
|
166 |
+
If you use the Facebook Like or Twitter Tweet buttons in an HTML5 theme, note that the button iframes use the `scrolling` attribute, which is valid XHTML but the attribute has been deprecated in HTML5. It's needed to prevent scrollbars from appearing over the Like & Tweet buttons inside of the iframes.
|
167 |
+
|
168 |
+
If you move the plugin's CSS code to your theme's stylesheet, note that one proprietary vendor prefix (`filter`) is used. It's utilized for cross-browser compatibility with Internet Explorer. For more information about the W3C CSS Validator and the `filter` property, see <a href="http://www.websitedev.de/css/validator-faq#extensions">Why don't [sic] my scrollbar properties, filters, etc. validate?</a> If you feel compelled, you can move the line into an Internet Explorer-only stylesheet, or remove the line at the cost of the opacity hover effect in Internet Explorer.
|
169 |
+
|
170 |
+
Regardless of circumstances for passing W3C tests, the AddToAny plugin will always output semantically valid and robot-readable code, so publishers do not have to worry about search engine crawler errors due to invalid code. Both <a href="http://en.wikipedia.org/wiki/Web_standards">web standards</a> and <a href="http://en.wikipedia.org/wiki/Cross-browser">cross-browser</a> are taken very seriously.
|
171 |
|
172 |
= Is there a shortcode for sharing? =
|
173 |
|
199 |
|
200 |
== Changelog ==
|
201 |
|
202 |
+
= .9.9.8.2 =
|
203 |
+
* Remove `frameborder` attribute (except for IE) on Tweet & Like iframes to support W3C validation against HTML5 themes
|
204 |
+
* Note:
|
205 |
+
* The `scrolling` attribute is considered obsolete in HTML5 but is needed to prevent scrollbars from appearing over Like & Tweet buttons
|
206 |
+
* AddToAny still outputs semantic and robot-readable code, so publishers do not have to worry about search engine crawler errors due to invalid code
|
207 |
+
* Update icons and fix transparency issues on dark backgrounds
|
208 |
+
* AIM
|
209 |
+
* Amazon
|
210 |
+
* Netlog
|
211 |
+
* Orkut
|
212 |
+
* StumbleUpon
|
213 |
+
* WordPress
|
214 |
+
* Yahoo Messenger
|
215 |
+
|
216 |
= .9.9.8.1 =
|
217 |
* Add WordPress Must-Use plugin support for WordPress Multisite Networks
|
218 |
* Fixes for debug mode notices
|
add-to-any.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: AddToAny: Share/Bookmark/Email Buttons
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, StumbleUpon, Digg and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
-
Version: .9.9.8.
|
7 |
Author: AddToAny
|
8 |
Author URI: http://www.addtoany.com/
|
9 |
*/
|
@@ -333,12 +333,12 @@ function ADDTOANY_SHARE_SAVE_SPECIAL($special_service_code, $args = array() ) {
|
|
333 |
extract( $args );
|
334 |
|
335 |
$iframe_template_begin = '<iframe';
|
336 |
-
$iframe_template_end = ' class="addtoany_special_service %1$s" src="%2$s"
|
337 |
$iframe_template = $iframe_template_begin . $iframe_template_end;
|
338 |
|
339 |
// IE ridiculousness to support transparent iframes while maintaining W3C validity
|
340 |
$iframe_template = '<!--[if IE]>'
|
341 |
-
. $iframe_template_begin . ' allowTransparency="true"' . $iframe_template_end
|
342 |
. '<![endif]--><!--[if !IE]><!-->' . $iframe_template . '<!--<![endif]-->';
|
343 |
|
344 |
if ($special_service_code == 'facebook_like')
|
3 |
Plugin Name: AddToAny: Share/Bookmark/Email Buttons
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, StumbleUpon, Digg and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
+
Version: .9.9.8.2
|
7 |
Author: AddToAny
|
8 |
Author URI: http://www.addtoany.com/
|
9 |
*/
|
333 |
extract( $args );
|
334 |
|
335 |
$iframe_template_begin = '<iframe';
|
336 |
+
$iframe_template_end = ' class="addtoany_special_service %1$s" src="%2$s" scrolling="no" style="border:none;overflow:hidden;width:%3$dpx;height:20px"></iframe>';
|
337 |
$iframe_template = $iframe_template_begin . $iframe_template_end;
|
338 |
|
339 |
// IE ridiculousness to support transparent iframes while maintaining W3C validity
|
340 |
$iframe_template = '<!--[if IE]>'
|
341 |
+
. $iframe_template_begin . ' frameborder="0" allowTransparency="true"' . $iframe_template_end
|
342 |
. '<![endif]--><!--[if !IE]><!-->' . $iframe_template . '<!--<![endif]-->';
|
343 |
|
344 |
if ($special_service_code == 'facebook_like')
|
icons/aim.png
CHANGED
Binary file
|
icons/amazon.png
CHANGED
Binary file
|
icons/netlog.png
CHANGED
Binary file
|
icons/orkut.png
CHANGED
Binary file
|
icons/stumbleupon.png
CHANGED
Binary file
|
icons/wordpress.png
CHANGED
Binary file
|
icons/yim.png
CHANGED
Binary file
|