Version Description
- Localize More button string
- Improve interoperability among feed readers by removing official service buttons from feeds
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 1.5.2 |
Comparing to | |
See all releases |
Code changes from version 1.5 to 1.5.2
- README.txt +31 -16
- add-to-any.php +7 -2
- addtoany.services.php +5 -61
- icons/allvoices.png +0 -0
- icons/arto.png +0 -0
- icons/bebo.png +0 -0
- icons/funp.png +0 -0
- icons/jumptags.png +0 -0
- icons/khabbr.png +0 -0
- icons/linkagogo.png +0 -0
- icons/linkatopia.png +0 -0
- icons/nowpublic.png +0 -0
- icons/orkut.png +0 -0
- icons/phonefavs.png +0 -0
- icons/print.png +0 -0
- icons/qq.png +0 -0
- icons/startaid.png +0 -0
- icons/symbaloo.png +0 -0
- icons/technotizie.png +0 -0
- icons/wists.png +0 -0
- icons/xerpi.png +0 -0
- icons/youmob.png +0 -0
README.txt
CHANGED
@@ -2,26 +2,26 @@
|
|
2 |
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, socialize, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, shortcode, sidebar, widget, responsive, email, e-mail, print, seo, button, delicious, google, tumblr, linkedin, digg, reddit, facebook, facebook share, facebook like, like, twitter, twitter button, twitter share, tweet, tweet button, +1, plus 1, google +1, google plus, google plus one, plus one, pinterest, pin, pin it, pinit, wanelo, buffer, stumbleupon, bitly, whatsapp, 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: 4.
|
6 |
-
Stable tag: 1.5
|
7 |
|
8 |
Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more.
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
-
The WordPress sharing plugin to help people share,
|
13 |
|
14 |
AddToAny's customizable platform and social share icons let you optimize your site's blog posts & pages for the best social sharing engagement.
|
15 |
|
16 |
= Share Buttons =
|
17 |
|
18 |
-
* **
|
19 |
-
* Floating share buttons — responsive & customizable, vertical & horizontal
|
20 |
-
* Vector sharing buttons (SVG sharing icons)
|
21 |
-
* Universal Share Button and Smart Menu
|
22 |
-
*
|
23 |
* Custom share icons
|
24 |
-
* Choose from over 100
|
25 |
* 3rd party buttons include the Facebook Like Button, Twitter Tweet Button, Pinterest Pin It Button, Google+ Share Button and Google +1 Button
|
26 |
* Universal email sharing makes it easy to share via Gmail, Yahoo! Mail, Outlook.com (Hotmail), AOL Mail, and any other web and native apps
|
27 |
|
@@ -61,8 +61,8 @@ AddToAny's customizable platform and social share icons let you optimize your si
|
|
61 |
|
62 |
= Wide Support =
|
63 |
|
64 |
-
* Over 8 years of active development
|
65 |
-
* Over 3 million downloads
|
66 |
* Translated into dozens of languages
|
67 |
* Ongoing support from the community
|
68 |
|
@@ -97,7 +97,7 @@ To further customize AddToAny, see the <a href="https://www.addtoany.com/buttons
|
|
97 |
|
98 |
Try temporarily switching themes and disabling other plugins to identify a potential conflict. If you find a conflict, try contacting that theme or plugin author. If an issue persists on a default theme with all other plugins disabled, perform a google search across the WordPress forums using a query such as: <a href="https://www.google.com/#q=site:wordpress.org%2Fsupport+-reviews+addtoany+">site:wordpress.org/support -reviews addtoany [your issue issue here]</a>
|
99 |
|
100 |
-
Feel free to <a href="
|
101 |
|
102 |
= Why isn't the universal drop-down menu appearing? =
|
103 |
|
@@ -121,12 +121,16 @@ You can also customize the shared URL like so:
|
|
121 |
|
122 |
Facebook does link sharing differently than most other services. Facebook expects the Title, Description, and Thumbnail of a shared page to be defined in the actual HTML code of a shared page. Unlike other services that accept common parameters, Facebook only accepts a URL, then Facebook scans the actual page for details. To change the title, description or image on Facebook, you will need to modify your theme or use another plugin that filters your theme.
|
123 |
|
124 |
-
Try running Facebook's <a href="https://developers.facebook.com/tools/debug">URL Debugger</a> on your pages to see how Facebook reads your site.
|
125 |
|
126 |
-
To change the title, description and/or image on Facebook, your theme's header file should be modified according to <a href="https://developers.facebook.com/docs/opengraph/">Facebook's OpenGraph specification</a>. With WordPress, this can be accomplished with plugins such as the <a href="
|
127 |
|
128 |
For more technical information on setting your pages up for Facebook sharing, see "Facebook Sharing Checklist" in <a href="https://developers.facebook.com/docs/plugins/checklist/">Facebook's documentation</a>.
|
129 |
|
|
|
|
|
|
|
|
|
130 |
= How can I use custom icons? =
|
131 |
|
132 |
Upload sharing icons in a single directory to a public location, and make sure the icon filenames match the icon filenames packaged in the AddToAny plugin. In your Admin panel, go to `Settings` > `AddToAny` > `Advanced Options` > check the "Use custom icons" checkbox and specify the URL to your custom icons directory (including the trailing `/`). For AddToAny's universal button, go to Universal Button, select `Image URL` and specify the exact location of your AddToAny universal share icon (including the filename).
|
@@ -203,8 +207,8 @@ You can create a plugin or customize the following PHP sample code to add to you
|
|
203 |
$services['example_service'] = array(
|
204 |
'name' => 'Example Service',
|
205 |
'icon_url' => 'https://www.google.com/favicon.ico',
|
206 |
-
'icon_width' =>
|
207 |
-
'icon_height' =>
|
208 |
'href' => 'http://www.example.com/share?url=A2A_LINKURL&title=A2A_LINKNAME'
|
209 |
);
|
210 |
return $services;
|
@@ -292,6 +296,17 @@ Upload the plugin directory (including all files and directories within) to the
|
|
292 |
|
293 |
== Changelog ==
|
294 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
295 |
= 1.5 =
|
296 |
* Custom icon sizes (applied to AddToAny vector icons)
|
297 |
* Fix custom standalone service icons when used with large icons
|
2 |
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, socialize, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, shortcode, sidebar, widget, responsive, email, e-mail, print, seo, button, delicious, google, tumblr, linkedin, digg, reddit, facebook, facebook share, facebook like, like, twitter, twitter button, twitter share, tweet, tweet button, +1, plus 1, google +1, google plus, google plus one, plus one, pinterest, pin, pin it, pinit, wanelo, buffer, stumbleupon, bitly, whatsapp, 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: 4.2
|
6 |
+
Stable tag: 1.5.2
|
7 |
|
8 |
Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more.
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
+
The WordPress sharing plugin to help people share, save, and email your posts and pages using any service, such as Facebook, Twitter, Pinterest, Google, Reddit, Tumblr, StumbleUpon, LinkedIn, and well over 100 more sharing and social bookmarking sites.
|
13 |
|
14 |
AddToAny's customizable platform and social share icons let you optimize your site's blog posts & pages for the best social sharing engagement.
|
15 |
|
16 |
= Share Buttons =
|
17 |
|
18 |
+
* **Counters** — fast & official share counts in the same style
|
19 |
+
* **Floating** share buttons — responsive & customizable, vertical & horizontal
|
20 |
+
* **Vector** sharing buttons (SVG sharing icons)
|
21 |
+
* **Universal** Share Button and Smart Menu
|
22 |
+
* Individual share links
|
23 |
* Custom share icons
|
24 |
+
* Choose from over 100 services
|
25 |
* 3rd party buttons include the Facebook Like Button, Twitter Tweet Button, Pinterest Pin It Button, Google+ Share Button and Google +1 Button
|
26 |
* Universal email sharing makes it easy to share via Gmail, Yahoo! Mail, Outlook.com (Hotmail), AOL Mail, and any other web and native apps
|
27 |
|
61 |
|
62 |
= Wide Support =
|
63 |
|
64 |
+
* Over 8 years of active development
|
65 |
+
* Over 3.5 million downloads
|
66 |
* Translated into dozens of languages
|
67 |
* Ongoing support from the community
|
68 |
|
97 |
|
98 |
Try temporarily switching themes and disabling other plugins to identify a potential conflict. If you find a conflict, try contacting that theme or plugin author. If an issue persists on a default theme with all other plugins disabled, perform a google search across the WordPress forums using a query such as: <a href="https://www.google.com/#q=site:wordpress.org%2Fsupport+-reviews+addtoany+">site:wordpress.org/support -reviews addtoany [your issue issue here]</a>
|
99 |
|
100 |
+
Feel free to <a href="https://wordpress.org/support/plugin/add-to-any">post here</a>, where the community can hopefully help you. Describe the issue, what troubleshooting you have already done, provide a link to your site, and any other potentially relevant information.
|
101 |
|
102 |
= Why isn't the universal drop-down menu appearing? =
|
103 |
|
121 |
|
122 |
Facebook does link sharing differently than most other services. Facebook expects the Title, Description, and Thumbnail of a shared page to be defined in the actual HTML code of a shared page. Unlike other services that accept common parameters, Facebook only accepts a URL, then Facebook scans the actual page for details. To change the title, description or image on Facebook, you will need to modify your theme or use another plugin that filters your theme.
|
123 |
|
124 |
+
Try running Facebook's <a href="https://developers.facebook.com/tools/debug">URL Debugger</a> on your pages to see how Facebook reads your site. "Fetch new scrape information" to test site changes and clear Facebook's cache of a page.
|
125 |
|
126 |
+
To change the title, description and/or image on Facebook, your theme's header file should be modified according to <a href="https://developers.facebook.com/docs/opengraph/">Facebook's OpenGraph specification</a>. With WordPress, this can be accomplished with plugins such as the <a href="https://wordpress.org/plugins/wordpress-seo/">WordPress SEO by Yoast</a> or the <a href="https://wordpress.org/plugins/all-in-one-seo-pack/">All in One SEO Pack</a>. Please see those plugins for details, and post in the WordPress or plugin author's forums for more support.
|
127 |
|
128 |
For more technical information on setting your pages up for Facebook sharing, see "Facebook Sharing Checklist" in <a href="https://developers.facebook.com/docs/plugins/checklist/">Facebook's documentation</a>.
|
129 |
|
130 |
+
= Why do share links route through AddToAny? =
|
131 |
+
|
132 |
+
Since 2006, AddToAny is trusted across the web to always route to each service's current endpoint. This routing enables publisher customization, visitor personalization, and keeps the AddToAny plugin remarkably lightweight without the need for constant plugin updates. In AddToAny menus, visitors see the services they actually use. On mobile, AddToAny presents the choice of sharing to a service's native app or mobile site and the preference is used on the next share. Publishers take advantage of AddToAny services such as <a href="https://www.addtoany.com/buttons/customize/wordpress/email_template">email templates</a>, <a href="https://www.addtoany.com/buttons/customize/wordpress/twitter_message">Twitter templates</a>, <a href="https://www.addtoany.com/buttons/customize/wordpress/link_tracking">URL shortener & parameters</a>, and more. Just as service icons change, service endpoints change too, and AddToAny is updated daily to reflect service endpoint and API changes.
|
133 |
+
|
134 |
= How can I use custom icons? =
|
135 |
|
136 |
Upload sharing icons in a single directory to a public location, and make sure the icon filenames match the icon filenames packaged in the AddToAny plugin. In your Admin panel, go to `Settings` > `AddToAny` > `Advanced Options` > check the "Use custom icons" checkbox and specify the URL to your custom icons directory (including the trailing `/`). For AddToAny's universal button, go to Universal Button, select `Image URL` and specify the exact location of your AddToAny universal share icon (including the filename).
|
207 |
$services['example_service'] = array(
|
208 |
'name' => 'Example Service',
|
209 |
'icon_url' => 'https://www.google.com/favicon.ico',
|
210 |
+
'icon_width' => 32,
|
211 |
+
'icon_height' => 32,
|
212 |
'href' => 'http://www.example.com/share?url=A2A_LINKURL&title=A2A_LINKNAME'
|
213 |
);
|
214 |
return $services;
|
296 |
|
297 |
== Changelog ==
|
298 |
|
299 |
+
= 1.5.2 =
|
300 |
+
* Localize More button string
|
301 |
+
* Improve interoperability among feed readers by removing official service buttons from feeds
|
302 |
+
|
303 |
+
= 1.5.1 =
|
304 |
+
* Update Print icon
|
305 |
+
* Update YouMob icon
|
306 |
+
* Update Symbaloo icon
|
307 |
+
* Update Qzone (QQ) icon
|
308 |
+
* Remove allvoices, arto, bebo, funp, jumptags, khabbr, linkagogo, linkatopia, nowpublic, orkut, phonefavs, startaid, technotizie, wists, xerpi
|
309 |
+
|
310 |
= 1.5 =
|
311 |
* Custom icon sizes (applied to AddToAny vector icons)
|
312 |
* Fix custom standalone service icons when used with large icons
|
add-to-any.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Share Buttons by AddToAny
|
4 |
Plugin URI: https://www.addtoany.com/
|
5 |
Description: Share buttons for your pages including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
-
Version: 1.5
|
7 |
Author: AddToAny
|
8 |
Author URI: https://www.addtoany.com/
|
9 |
*/
|
@@ -462,6 +462,10 @@ function ADDTOANY_SHARE_SAVE_BUTTON( $args = array() ) {
|
|
462 |
function ADDTOANY_SHARE_SAVE_SPECIAL( $special_service_code, $args = array() ) {
|
463 |
// $args array = output_later, linkname, linkurl
|
464 |
|
|
|
|
|
|
|
|
|
465 |
$options = get_option( 'addtoany_options' );
|
466 |
|
467 |
$linkname = ( isset( $args['linkname'] ) ) ? $args['linkname'] : FALSE;
|
@@ -534,7 +538,8 @@ if ( ! function_exists( 'A2A_menu_locale' ) ) {
|
|
534 |
BookmarkInstructions: "' . __( "Press Ctrl+D or \u2318+D to bookmark this page", "add-to-any" ) . '",
|
535 |
AddToYourFavorites: "' . __( "Add to your favorites", "add-to-any" ) . '",
|
536 |
SendFromWebOrProgram: "' . __( "Send from any email address or email program", "add-to-any" ) . '",
|
537 |
-
EmailProgram: "' . __( "Email program", "add-to-any" ) . '"
|
|
|
538 |
};
|
539 |
';
|
540 |
return $A2A_locale;
|
3 |
Plugin Name: Share Buttons by AddToAny
|
4 |
Plugin URI: https://www.addtoany.com/
|
5 |
Description: Share buttons for your pages including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
+
Version: 1.5.2
|
7 |
Author: AddToAny
|
8 |
Author URI: https://www.addtoany.com/
|
9 |
*/
|
462 |
function ADDTOANY_SHARE_SAVE_SPECIAL( $special_service_code, $args = array() ) {
|
463 |
// $args array = output_later, linkname, linkurl
|
464 |
|
465 |
+
if ( is_feed() ) {
|
466 |
+
return;
|
467 |
+
}
|
468 |
+
|
469 |
$options = get_option( 'addtoany_options' );
|
470 |
|
471 |
$linkname = ( isset( $args['linkname'] ) ) ? $args['linkname'] : FALSE;
|
538 |
BookmarkInstructions: "' . __( "Press Ctrl+D or \u2318+D to bookmark this page", "add-to-any" ) . '",
|
539 |
AddToYourFavorites: "' . __( "Add to your favorites", "add-to-any" ) . '",
|
540 |
SendFromWebOrProgram: "' . __( "Send from any email address or email program", "add-to-any" ) . '",
|
541 |
+
EmailProgram: "' . __( "Email program", "add-to-any" ) . '",
|
542 |
+
More: "' . __( "More…", "add-to-any" ) . '"
|
543 |
};
|
544 |
';
|
545 |
return $A2A_locale;
|
addtoany.services.php
CHANGED
@@ -42,10 +42,6 @@ $A2A_SHARE_SAVE_services = array(
|
|
42 |
"name" => "AOL Mail",
|
43 |
"icon" => "aol",
|
44 |
),
|
45 |
-
"allvoices" => array(
|
46 |
-
"name" => "Allvoices",
|
47 |
-
"icon" => "allvoices",
|
48 |
-
),
|
49 |
"amazon_wish_list" => array(
|
50 |
"name" => "Amazon Wish List",
|
51 |
"icon" => "amazon",
|
@@ -54,10 +50,6 @@ $A2A_SHARE_SAVE_services = array(
|
|
54 |
"name" => "App.net",
|
55 |
"icon" => "app_net",
|
56 |
),
|
57 |
-
"arto" => array(
|
58 |
-
"name" => "Arto",
|
59 |
-
"icon" => "arto",
|
60 |
-
),
|
61 |
"baidu" => array(
|
62 |
"name" => "Baidu",
|
63 |
"icon" => "baidu",
|
@@ -66,10 +58,6 @@ $A2A_SHARE_SAVE_services = array(
|
|
66 |
"name" => "Balatarin",
|
67 |
"icon" => "balatarin",
|
68 |
),
|
69 |
-
"bebo" => array(
|
70 |
-
"name" => "Bebo",
|
71 |
-
"icon" => "bebo",
|
72 |
-
),
|
73 |
"bibsonomy" => array(
|
74 |
"name" => "BibSonomy",
|
75 |
"icon" => "bibsonomy",
|
@@ -176,10 +164,6 @@ $A2A_SHARE_SAVE_services = array(
|
|
176 |
"name" => "FriendFeed",
|
177 |
"icon" => "friendfeed",
|
178 |
),
|
179 |
-
"funp" => array(
|
180 |
-
"name" => "FunP",
|
181 |
-
"icon" => "funp",
|
182 |
-
),
|
183 |
"google_bookmarks" => array(
|
184 |
"name" => "Google Bookmarks",
|
185 |
"icon" => "google",
|
@@ -208,18 +192,10 @@ $A2A_SHARE_SAVE_services = array(
|
|
208 |
"name" => "Jamespot",
|
209 |
"icon" => "jamespot",
|
210 |
),
|
211 |
-
"jumptags" => array(
|
212 |
-
"name" => "Jumptags",
|
213 |
-
"icon" => "jumptags",
|
214 |
-
),
|
215 |
"kakao" => array(
|
216 |
"name" => "Kakao",
|
217 |
"icon" => "kakao",
|
218 |
),
|
219 |
-
"khabbr" => array(
|
220 |
-
"name" => "Khabbr",
|
221 |
-
"icon" => "khabbr",
|
222 |
-
),
|
223 |
"kindle_it" => array(
|
224 |
"name" => "Kindle It",
|
225 |
"icon" => "kindle",
|
@@ -228,14 +204,6 @@ $A2A_SHARE_SAVE_services = array(
|
|
228 |
"name" => "Line",
|
229 |
"icon" => "line",
|
230 |
),
|
231 |
-
"linkagogo" => array(
|
232 |
-
"name" => "LinkaGoGo",
|
233 |
-
"icon" => "linkagogo",
|
234 |
-
),
|
235 |
-
"linkatopia" => array(
|
236 |
-
"name" => "Linkatopia",
|
237 |
-
"icon" => "linkatopia",
|
238 |
-
),
|
239 |
"livejournal" => array(
|
240 |
"name" => "LiveJournal",
|
241 |
"icon" => "livejournal",
|
@@ -280,10 +248,6 @@ $A2A_SHARE_SAVE_services = array(
|
|
280 |
"name" => "NewsVine",
|
281 |
"icon" => "newsvine",
|
282 |
),
|
283 |
-
"nowpublic" => array(
|
284 |
-
"name" => "NowPublic",
|
285 |
-
"icon" => "nowpublic",
|
286 |
-
),
|
287 |
"odnoklassniki" => array(
|
288 |
"name" => "Odnoklassniki",
|
289 |
"icon" => "odnoklassniki",
|
@@ -292,18 +256,10 @@ $A2A_SHARE_SAVE_services = array(
|
|
292 |
"name" => "Oknotizie",
|
293 |
"icon" => "oknotizie",
|
294 |
),
|
295 |
-
"orkut" => array(
|
296 |
-
"name" => "Orkut",
|
297 |
-
"icon" => "orkut",
|
298 |
-
),
|
299 |
"outlook_com" => array(
|
300 |
"name" => "Outlook.com",
|
301 |
"icon" => "outlook_com",
|
302 |
),
|
303 |
-
"phonefavs" => array(
|
304 |
-
"name" => "PhoneFavs",
|
305 |
-
"icon" => "phonefavs",
|
306 |
-
),
|
307 |
"pinboard" => array(
|
308 |
"name" => "Pinboard",
|
309 |
"icon" => "pinboard",
|
@@ -321,6 +277,10 @@ $A2A_SHARE_SAVE_services = array(
|
|
321 |
"icon" => "print",
|
322 |
"href" => "javascript:print()",
|
323 |
),
|
|
|
|
|
|
|
|
|
324 |
"printfriendly" => array(
|
325 |
"name" => "PrintFriendly",
|
326 |
"icon" => "printfriendly",
|
@@ -335,7 +295,7 @@ $A2A_SHARE_SAVE_services = array(
|
|
335 |
),
|
336 |
"qq" => array(
|
337 |
"name" => "QQ",
|
338 |
-
"icon" => "
|
339 |
),
|
340 |
"qzone" => array(
|
341 |
"name" => "Qzone",
|
@@ -365,10 +325,6 @@ $A2A_SHARE_SAVE_services = array(
|
|
365 |
"name" => "Springpad",
|
366 |
"icon" => "springpad",
|
367 |
),
|
368 |
-
"startaid" => array(
|
369 |
-
"name" => "StartAid",
|
370 |
-
"icon" => "startaid",
|
371 |
-
),
|
372 |
"stumpedia" => array(
|
373 |
"name" => "Stumpedia",
|
374 |
"icon" => "stumpedia",
|
@@ -381,10 +337,6 @@ $A2A_SHARE_SAVE_services = array(
|
|
381 |
"name" => "Symbaloo Feeds",
|
382 |
"icon" => "symbaloo",
|
383 |
),
|
384 |
-
"technotizie" => array(
|
385 |
-
"name" => "Technotizie",
|
386 |
-
"icon" => "technotizie",
|
387 |
-
),
|
388 |
"tuenti" => array(
|
389 |
"name" => "Tuenti",
|
390 |
"icon" => "tuenti",
|
@@ -417,10 +369,6 @@ $A2A_SHARE_SAVE_services = array(
|
|
417 |
"name" => "WhatsApp",
|
418 |
"icon" => "whatsapp",
|
419 |
),
|
420 |
-
"wists" => array(
|
421 |
-
"name" => "Wists",
|
422 |
-
"icon" => "wists",
|
423 |
-
),
|
424 |
"wordpress" => array(
|
425 |
"name" => "WordPress",
|
426 |
"icon" => "wordpress",
|
@@ -433,10 +381,6 @@ $A2A_SHARE_SAVE_services = array(
|
|
433 |
"name" => "XING",
|
434 |
"icon" => "xing",
|
435 |
),
|
436 |
-
"xerpi" => array(
|
437 |
-
"name" => "Xerpi",
|
438 |
-
"icon" => "xerpi",
|
439 |
-
),
|
440 |
"yahoo_bookmarks" => array(
|
441 |
"name" => "Yahoo Bookmarks",
|
442 |
"icon" => "yahoo",
|
42 |
"name" => "AOL Mail",
|
43 |
"icon" => "aol",
|
44 |
),
|
|
|
|
|
|
|
|
|
45 |
"amazon_wish_list" => array(
|
46 |
"name" => "Amazon Wish List",
|
47 |
"icon" => "amazon",
|
50 |
"name" => "App.net",
|
51 |
"icon" => "app_net",
|
52 |
),
|
|
|
|
|
|
|
|
|
53 |
"baidu" => array(
|
54 |
"name" => "Baidu",
|
55 |
"icon" => "baidu",
|
58 |
"name" => "Balatarin",
|
59 |
"icon" => "balatarin",
|
60 |
),
|
|
|
|
|
|
|
|
|
61 |
"bibsonomy" => array(
|
62 |
"name" => "BibSonomy",
|
63 |
"icon" => "bibsonomy",
|
164 |
"name" => "FriendFeed",
|
165 |
"icon" => "friendfeed",
|
166 |
),
|
|
|
|
|
|
|
|
|
167 |
"google_bookmarks" => array(
|
168 |
"name" => "Google Bookmarks",
|
169 |
"icon" => "google",
|
192 |
"name" => "Jamespot",
|
193 |
"icon" => "jamespot",
|
194 |
),
|
|
|
|
|
|
|
|
|
195 |
"kakao" => array(
|
196 |
"name" => "Kakao",
|
197 |
"icon" => "kakao",
|
198 |
),
|
|
|
|
|
|
|
|
|
199 |
"kindle_it" => array(
|
200 |
"name" => "Kindle It",
|
201 |
"icon" => "kindle",
|
204 |
"name" => "Line",
|
205 |
"icon" => "line",
|
206 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
"livejournal" => array(
|
208 |
"name" => "LiveJournal",
|
209 |
"icon" => "livejournal",
|
248 |
"name" => "NewsVine",
|
249 |
"icon" => "newsvine",
|
250 |
),
|
|
|
|
|
|
|
|
|
251 |
"odnoklassniki" => array(
|
252 |
"name" => "Odnoklassniki",
|
253 |
"icon" => "odnoklassniki",
|
256 |
"name" => "Oknotizie",
|
257 |
"icon" => "oknotizie",
|
258 |
),
|
|
|
|
|
|
|
|
|
259 |
"outlook_com" => array(
|
260 |
"name" => "Outlook.com",
|
261 |
"icon" => "outlook_com",
|
262 |
),
|
|
|
|
|
|
|
|
|
263 |
"pinboard" => array(
|
264 |
"name" => "Pinboard",
|
265 |
"icon" => "pinboard",
|
277 |
"icon" => "print",
|
278 |
"href" => "javascript:print()",
|
279 |
),
|
280 |
+
"print" => array(
|
281 |
+
"name" => "Print",
|
282 |
+
"icon" => "print",
|
283 |
+
),
|
284 |
"printfriendly" => array(
|
285 |
"name" => "PrintFriendly",
|
286 |
"icon" => "printfriendly",
|
295 |
),
|
296 |
"qq" => array(
|
297 |
"name" => "QQ",
|
298 |
+
"icon" => "qzone",
|
299 |
),
|
300 |
"qzone" => array(
|
301 |
"name" => "Qzone",
|
325 |
"name" => "Springpad",
|
326 |
"icon" => "springpad",
|
327 |
),
|
|
|
|
|
|
|
|
|
328 |
"stumpedia" => array(
|
329 |
"name" => "Stumpedia",
|
330 |
"icon" => "stumpedia",
|
337 |
"name" => "Symbaloo Feeds",
|
338 |
"icon" => "symbaloo",
|
339 |
),
|
|
|
|
|
|
|
|
|
340 |
"tuenti" => array(
|
341 |
"name" => "Tuenti",
|
342 |
"icon" => "tuenti",
|
369 |
"name" => "WhatsApp",
|
370 |
"icon" => "whatsapp",
|
371 |
),
|
|
|
|
|
|
|
|
|
372 |
"wordpress" => array(
|
373 |
"name" => "WordPress",
|
374 |
"icon" => "wordpress",
|
381 |
"name" => "XING",
|
382 |
"icon" => "xing",
|
383 |
),
|
|
|
|
|
|
|
|
|
384 |
"yahoo_bookmarks" => array(
|
385 |
"name" => "Yahoo Bookmarks",
|
386 |
"icon" => "yahoo",
|
icons/allvoices.png
DELETED
Binary file
|
icons/arto.png
DELETED
Binary file
|
icons/bebo.png
DELETED
Binary file
|
icons/funp.png
DELETED
Binary file
|
icons/jumptags.png
DELETED
Binary file
|
icons/khabbr.png
DELETED
Binary file
|
icons/linkagogo.png
DELETED
Binary file
|
icons/linkatopia.png
DELETED
Binary file
|
icons/nowpublic.png
DELETED
Binary file
|
icons/orkut.png
DELETED
Binary file
|
icons/phonefavs.png
DELETED
Binary file
|
icons/print.png
CHANGED
Binary file
|
icons/qq.png
DELETED
Binary file
|
icons/startaid.png
DELETED
Binary file
|
icons/symbaloo.png
CHANGED
Binary file
|
icons/technotizie.png
DELETED
Binary file
|
icons/wists.png
DELETED
Binary file
|
icons/xerpi.png
DELETED
Binary file
|
icons/youmob.png
CHANGED
Binary file
|