Version Description
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 0.9.9.2.9 |
Comparing to | |
See all releases |
Code changes from version 0.9.9.2.8 to 0.9.9.2.9
- README.txt +19 -3
- add-to-any.php +2 -2
- services.php +40 -0
README.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: micropat
|
|
3 |
Donate link: http://www.addtoany.com/contact/
|
4 |
Tags: bookmarking, social, social bookmarking, bookmark, bookmarks, sharing, share, saving, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, wpmu, addtoany, add, any
|
5 |
Requires at least: 2.0
|
6 |
-
Tested up to: 2.8
|
7 |
-
Stable tag: 0.9.9.2.
|
8 |
|
9 |
Help readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.
|
10 |
|
@@ -22,7 +22,7 @@ Individual **service icons** let you optimize your blog posts for specific socia
|
|
22 |
* Individual service links (like Sociable)
|
23 |
* Includes all services
|
24 |
* Services updated automatically
|
25 |
-
* WordPress optimized, localized (
|
26 |
* Google Analytics integration
|
27 |
* Many more publisher and user features!
|
28 |
|
@@ -31,6 +31,8 @@ See also:
|
|
31 |
* The <a href="/extend/plugins/add-to-any-subscribe/" title="WordPress RSS Subscribe widget plugin">Subscribe button</a> plugin
|
32 |
* The <a href="http://www.addtoany.com/buttons/for/wordpress_com" title="WordPress.com sharing button widget" target="_blank">Share button for WordPress.com</a> blogs
|
33 |
|
|
|
|
|
34 |
== Installation ==
|
35 |
|
36 |
1. Upload the `add-to-any` directory (including all files within) to the `/wp-content/plugins/` directory
|
@@ -104,6 +106,20 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
|
|
104 |
|
105 |
== Changelog ==
|
106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
.9.9.2.8:
|
108 |
|
109 |
* Translations
|
3 |
Donate link: http://www.addtoany.com/contact/
|
4 |
Tags: bookmarking, social, social bookmarking, bookmark, bookmarks, sharing, share, saving, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, wpmu, addtoany, add, any
|
5 |
Requires at least: 2.0
|
6 |
+
Tested up to: 2.8.1
|
7 |
+
Stable tag: 0.9.9.2.9
|
8 |
|
9 |
Help readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.
|
10 |
|
22 |
* Individual service links (like Sociable)
|
23 |
* Includes all services
|
24 |
* Services updated automatically
|
25 |
+
* WordPress optimized, localized (English, Chinese, Spanish, Portuguese, Russian, Italian, Danish, Belarusian)
|
26 |
* Google Analytics integration
|
27 |
* Many more publisher and user features!
|
28 |
|
31 |
* The <a href="/extend/plugins/add-to-any-subscribe/" title="WordPress RSS Subscribe widget plugin">Subscribe button</a> plugin
|
32 |
* The <a href="http://www.addtoany.com/buttons/for/wordpress_com" title="WordPress.com sharing button widget" target="_blank">Share button for WordPress.com</a> blogs
|
33 |
|
34 |
+
<a href="http://www.addtoany.com/share_save" title="Share" target="_blank">Share this plugin</a>
|
35 |
+
|
36 |
== Installation ==
|
37 |
|
38 |
1. Upload the `add-to-any` directory (including all files within) to the `/wp-content/plugins/` directory
|
106 |
|
107 |
== Changelog ==
|
108 |
|
109 |
+
.9.9.2.9:
|
110 |
+
|
111 |
+
* Removed extra character from button querystring
|
112 |
+
* New standalone services
|
113 |
+
* Amazon Wish List
|
114 |
+
* Blogger
|
115 |
+
* Evernote
|
116 |
+
* Folkd
|
117 |
+
* Identi.ca
|
118 |
+
* Instapaper
|
119 |
+
* Meneame
|
120 |
+
* Netvouz
|
121 |
+
* TypePad
|
122 |
+
|
123 |
.9.9.2.8:
|
124 |
|
125 |
* Translations
|
add-to-any.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Add to Any: Share/Bookmark/Email Button
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Help readers share, save, bookmark, and email your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
-
Version: .9.9.2.
|
7 |
Author: Add to Any
|
8 |
Author URI: http://www.addtoany.com/contact/
|
9 |
*/
|
@@ -130,7 +130,7 @@ function ADDTOANY_SHARE_SAVE_BUTTON( $args = false ) {
|
|
130 |
$button = '<img src="'.$button_src.'"'.$button_width.$button_height.' alt="Share/Save/Bookmark"/>';
|
131 |
|
132 |
echo $html_wrap_open.'<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?'
|
133 |
-
.'
|
134 |
.'&linkname='.$linkname_enc
|
135 |
.'"' . $style . $button_target
|
136 |
.'>'.$button.'</a>'.$html_wrap_close;
|
3 |
Plugin Name: Add to Any: Share/Bookmark/Email Button
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Help readers share, save, bookmark, and email your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
+
Version: .9.9.2.9
|
7 |
Author: Add to Any
|
8 |
Author URI: http://www.addtoany.com/contact/
|
9 |
*/
|
130 |
$button = '<img src="'.$button_src.'"'.$button_width.$button_height.' alt="Share/Save/Bookmark"/>';
|
131 |
|
132 |
echo $html_wrap_open.'<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?'
|
133 |
+
.'linkurl='.$linkurl_enc
|
134 |
.'&linkname='.$linkname_enc
|
135 |
.'"' . $style . $button_target
|
136 |
.'>'.$button.'</a>'.$html_wrap_close;
|
services.php
CHANGED
@@ -14,6 +14,14 @@ $A2A_SHARE_SAVE_services = Array(
|
|
14 |
"name" => "Allvoices",
|
15 |
"icon" => "allvoices",
|
16 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
"ask.com_mystuff" => Array(
|
18 |
"name" => "Ask.com MyStuff",
|
19 |
"icon" => "ask",
|
@@ -42,6 +50,10 @@ $A2A_SHARE_SAVE_services = Array(
|
|
42 |
"name" => "BlogMarks",
|
43 |
"icon" => "blogmarks",
|
44 |
),
|
|
|
|
|
|
|
|
|
45 |
"bookmarks.fr" => Array(
|
46 |
"name" => "Bookmarks.fr",
|
47 |
"icon" => "bookmarks_fr",
|
@@ -94,6 +106,10 @@ $A2A_SHARE_SAVE_services = Array(
|
|
94 |
"name" => "Diigo",
|
95 |
"icon" => "diigo",
|
96 |
),
|
|
|
|
|
|
|
|
|
97 |
"expression" => Array(
|
98 |
"name" => "Expression",
|
99 |
"icon" => "expression",
|
@@ -110,6 +126,10 @@ $A2A_SHARE_SAVE_services = Array(
|
|
110 |
"name" => "Faves",
|
111 |
"icon" => "faves",
|
112 |
),
|
|
|
|
|
|
|
|
|
113 |
"foxiewire" => Array(
|
114 |
"name" => "Foxiewire",
|
115 |
"icon" => "foxiewire",
|
@@ -166,10 +186,18 @@ $A2A_SHARE_SAVE_services = Array(
|
|
166 |
"name" => "Hyves",
|
167 |
"icon" => "hyves",
|
168 |
),
|
|
|
|
|
|
|
|
|
169 |
"imera_brazil" => Array(
|
170 |
"name" => "Imera Brazil",
|
171 |
"icon" => "imera",
|
172 |
),
|
|
|
|
|
|
|
|
|
173 |
"jamespot" => Array(
|
174 |
"name" => "Jamespot",
|
175 |
"icon" => "jamespot",
|
@@ -210,6 +238,10 @@ $A2A_SHARE_SAVE_services = Array(
|
|
210 |
"name" => "Maple",
|
211 |
"icon" => "maple",
|
212 |
),
|
|
|
|
|
|
|
|
|
213 |
"mindbodygreen" => Array(
|
214 |
"name" => "MindBodyGreen",
|
215 |
"icon" => "mindbodygreen",
|
@@ -242,6 +274,10 @@ $A2A_SHARE_SAVE_services = Array(
|
|
242 |
"name" => "Netvibes Share",
|
243 |
"icon" => "netvibes",
|
244 |
),
|
|
|
|
|
|
|
|
|
245 |
"newsvine" => Array(
|
246 |
"name" => "NewsVine",
|
247 |
"icon" => "newsvine",
|
@@ -382,6 +418,10 @@ $A2A_SHARE_SAVE_services = Array(
|
|
382 |
"name" => "Twitter",
|
383 |
"icon" => "twitter",
|
384 |
),
|
|
|
|
|
|
|
|
|
385 |
"viadeo" => Array(
|
386 |
"name" => "Viadeo",
|
387 |
"icon" => "viadeo",
|
14 |
"name" => "Allvoices",
|
15 |
"icon" => "allvoices",
|
16 |
),
|
17 |
+
"amazon_wish_list" => Array(
|
18 |
+
"name" => "Amazon Wish List",
|
19 |
+
"icon" => "amazon",
|
20 |
+
),
|
21 |
+
"arto" => Array(
|
22 |
+
"name" => "Arto",
|
23 |
+
"icon" => "arto",
|
24 |
+
),
|
25 |
"ask.com_mystuff" => Array(
|
26 |
"name" => "Ask.com MyStuff",
|
27 |
"icon" => "ask",
|
50 |
"name" => "BlogMarks",
|
51 |
"icon" => "blogmarks",
|
52 |
),
|
53 |
+
"blogger_post" => Array(
|
54 |
+
"name" => "Blogger Post",
|
55 |
+
"icon" => "blogger",
|
56 |
+
),
|
57 |
"bookmarks.fr" => Array(
|
58 |
"name" => "Bookmarks.fr",
|
59 |
"icon" => "bookmarks_fr",
|
106 |
"name" => "Diigo",
|
107 |
"icon" => "diigo",
|
108 |
),
|
109 |
+
"evernote" => Array(
|
110 |
+
"name" => "Evernote",
|
111 |
+
"icon" => "evernote",
|
112 |
+
),
|
113 |
"expression" => Array(
|
114 |
"name" => "Expression",
|
115 |
"icon" => "expression",
|
126 |
"name" => "Faves",
|
127 |
"icon" => "faves",
|
128 |
),
|
129 |
+
"folkd" => Array(
|
130 |
+
"name" => "Folkd",
|
131 |
+
"icon" => "folkd",
|
132 |
+
),
|
133 |
"foxiewire" => Array(
|
134 |
"name" => "Foxiewire",
|
135 |
"icon" => "foxiewire",
|
186 |
"name" => "Hyves",
|
187 |
"icon" => "hyves",
|
188 |
),
|
189 |
+
"identi.ca" => Array(
|
190 |
+
"name" => "Identi.ca",
|
191 |
+
"icon" => "identica",
|
192 |
+
),
|
193 |
"imera_brazil" => Array(
|
194 |
"name" => "Imera Brazil",
|
195 |
"icon" => "imera",
|
196 |
),
|
197 |
+
"instapaper" => Array(
|
198 |
+
"name" => "Instapaper",
|
199 |
+
"icon" => "instapaper",
|
200 |
+
),
|
201 |
"jamespot" => Array(
|
202 |
"name" => "Jamespot",
|
203 |
"icon" => "jamespot",
|
238 |
"name" => "Maple",
|
239 |
"icon" => "maple",
|
240 |
),
|
241 |
+
"meneame" => Array(
|
242 |
+
"name" => "Meneame",
|
243 |
+
"icon" => "meneame",
|
244 |
+
),
|
245 |
"mindbodygreen" => Array(
|
246 |
"name" => "MindBodyGreen",
|
247 |
"icon" => "mindbodygreen",
|
274 |
"name" => "Netvibes Share",
|
275 |
"icon" => "netvibes",
|
276 |
),
|
277 |
+
"netvouz" => Array(
|
278 |
+
"name" => "Netvouz",
|
279 |
+
"icon" => "netvouz",
|
280 |
+
),
|
281 |
"newsvine" => Array(
|
282 |
"name" => "NewsVine",
|
283 |
"icon" => "newsvine",
|
418 |
"name" => "Twitter",
|
419 |
"icon" => "twitter",
|
420 |
),
|
421 |
+
"typepad_post" => Array(
|
422 |
+
"name" => "TypePad Post",
|
423 |
+
"icon" => "typepad",
|
424 |
+
),
|
425 |
"viadeo" => Array(
|
426 |
"name" => "Viadeo",
|
427 |
"icon" => "viadeo",
|