Version Description
- Share event handling comes to the WordPress plugin!
- This means you can track and modify the share with some JavaScripting
- Track shares with Adobe Analytics, Clicky, KISSmetrics, Mixpanel, Piwik, Webtrends, Woopra, custom analytics, etc.
- Google Analytics integration is automatic as always
- Modify the shared URL
- Modify the shared Title for services that accept a Title directly (i.e. Twitter, but not Facebook)
- Add Renren
- Remove blip, iwiw
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 1.5.3 |
Comparing to | |
See all releases |
Code changes from version 1.5.2 to 1.5.3
- README.txt +21 -8
- add-to-any.php +3 -2
- addtoany.services.php +31 -35
- icons/blip.png +0 -0
- icons/iwiw.png +0 -0
- icons/renren.png +0 -0
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, 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.
|
7 |
|
8 |
Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more.
|
9 |
|
@@ -49,7 +49,7 @@ AddToAny's customizable platform and social share icons let you optimize your si
|
|
49 |
|
50 |
* AddToAny gives users the choice in sharing from a service's native app or from a web app. For example, choose between Twitter's native app or Twitter's mobile web app
|
51 |
* Responsive Floating Share Buttons are mobile ready by default, and configurable breakpoints make floating buttons work with any theme
|
52 |
-
* AddToAny's SVG icons are super-lightweight and pixel-perfect at any size
|
53 |
|
54 |
= Customizable & Extensible =
|
55 |
|
@@ -287,15 +287,25 @@ Upload the plugin directory (including all files and directories within) to the
|
|
287 |
|
288 |
== Screenshots ==
|
289 |
|
290 |
-
1.
|
291 |
-
2. Share/Save
|
292 |
-
3.
|
293 |
-
4.
|
294 |
5. Settings panel
|
295 |
-
6. Color chooser for your
|
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
|
@@ -507,7 +517,7 @@ Upload the plugin directory (including all files and directories within) to the
|
|
507 |
* Large sharing buttons (major new feature!)
|
508 |
* Scalable vector icons (SVG icons)
|
509 |
* Mobile ready
|
510 |
-
* Retina and high-
|
511 |
* Customizable through CSS code (effects, height & width, border-radius, and much more)
|
512 |
* Support for older browsers (reverts gracefully to PNG)
|
513 |
* Large icons are available for the most popular services right now. More services will roll out soon
|
@@ -1248,6 +1258,9 @@ Upload the plugin directory (including all files and directories within) to the
|
|
1248 |
|
1249 |
== Upgrade Notice ==
|
1250 |
|
|
|
|
|
|
|
1251 |
= 1.4 =
|
1252 |
AddToAny share counters are now available for supported standalone buttons! For Facebook, Twitter, Pinterest, Reddit and Linkedin, click the down arrow and toggle the "Show count" checkbox.
|
1253 |
|
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.3
|
7 |
|
8 |
Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more.
|
9 |
|
49 |
|
50 |
* AddToAny gives users the choice in sharing from a service's native app or from a web app. For example, choose between Twitter's native app or Twitter's mobile web app
|
51 |
* Responsive Floating Share Buttons are mobile ready by default, and configurable breakpoints make floating buttons work with any theme
|
52 |
+
* AddToAny's SVG icons are super-lightweight and pixel-perfect at any size, and AddToAny's responsive share menu fits on all displays
|
53 |
|
54 |
= Customizable & Extensible =
|
55 |
|
287 |
|
288 |
== Screenshots ==
|
289 |
|
290 |
+
1. Vector sharing buttons (SVG icons) are pixel-perfect on Retina and high-PPI dispays
|
291 |
+
2. Traditional Share/Save button features Facebook, Twitter, and a generic share icon
|
292 |
+
3. Mini share menu that drops down when visitors use the universal share button
|
293 |
+
4. Full universal share menu modal that includes all services
|
294 |
5. Settings panel
|
295 |
+
6. Color chooser for your share menus
|
296 |
|
297 |
== Changelog ==
|
298 |
|
299 |
+
= 1.5.3 =
|
300 |
+
* <a href="https://www.addtoany.com/buttons/customize/wordpress/events" title="Track shares, or change the shared URL">Share event handling</a> comes to the WordPress plugin!
|
301 |
+
* This means you can track and modify the share with some JavaScripting
|
302 |
+
* Track shares with Adobe Analytics, Clicky, KISSmetrics, Mixpanel, Piwik, Webtrends, Woopra, custom analytics, etc.
|
303 |
+
* Google Analytics integration is automatic as always
|
304 |
+
* Modify the shared URL
|
305 |
+
* Modify the shared Title for services that accept a Title directly (i.e. Twitter, but not Facebook)
|
306 |
+
* Add Renren
|
307 |
+
* Remove blip, iwiw
|
308 |
+
|
309 |
= 1.5.2 =
|
310 |
* Localize More button string
|
311 |
* Improve interoperability among feed readers by removing official service buttons from feeds
|
517 |
* Large sharing buttons (major new feature!)
|
518 |
* Scalable vector icons (SVG icons)
|
519 |
* Mobile ready
|
520 |
+
* Retina and high-PPI ready
|
521 |
* Customizable through CSS code (effects, height & width, border-radius, and much more)
|
522 |
* Support for older browsers (reverts gracefully to PNG)
|
523 |
* Large icons are available for the most popular services right now. More services will roll out soon
|
1258 |
|
1259 |
== Upgrade Notice ==
|
1260 |
|
1261 |
+
= 1.5.3 =
|
1262 |
+
Switch to the Large or Custom icon size if you haven't already - AddToAny's vector icons are way better than the traditional Small icons.
|
1263 |
+
|
1264 |
= 1.4 =
|
1265 |
AddToAny share counters are now available for supported standalone buttons! For Facebook, Twitter, Pinterest, Reddit and Linkedin, click the down arrow and toggle the "Show count" checkbox.
|
1266 |
|
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 |
*/
|
@@ -712,7 +712,8 @@ function A2A_SHARE_SAVE_head_script() {
|
|
712 |
. "}"
|
713 |
. "};"
|
714 |
|
715 |
-
. "a2a_config.
|
|
|
716 |
. A2A_menu_locale()
|
717 |
. $script_configs
|
718 |
|
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.3
|
7 |
Author: AddToAny
|
8 |
Author URI: https://www.addtoany.com/
|
9 |
*/
|
712 |
. "}"
|
713 |
. "};"
|
714 |
|
715 |
+
. "a2a_config.callbacks=a2a_config.callbacks||[];"
|
716 |
+
. "a2a_config.callbacks.push({ready:wpa2a.script_onready});"
|
717 |
. A2A_menu_locale()
|
718 |
. $script_configs
|
719 |
|
addtoany.services.php
CHANGED
@@ -34,18 +34,22 @@ $A2A_SHARE_SAVE_services = array(
|
|
34 |
"name" => "LinkedIn",
|
35 |
"icon" => "linkedin",
|
36 |
),
|
|
|
|
|
|
|
|
|
37 |
"aim" => array(
|
38 |
"name" => "AIM",
|
39 |
"icon" => "aim",
|
40 |
),
|
41 |
-
"aol_mail" => array(
|
42 |
-
"name" => "AOL Mail",
|
43 |
-
"icon" => "aol",
|
44 |
-
),
|
45 |
"amazon_wish_list" => array(
|
46 |
"name" => "Amazon Wish List",
|
47 |
"icon" => "amazon",
|
48 |
),
|
|
|
|
|
|
|
|
|
49 |
"app_net" => array(
|
50 |
"name" => "App.net",
|
51 |
"icon" => "app_net",
|
@@ -70,18 +74,14 @@ $A2A_SHARE_SAVE_services = array(
|
|
70 |
"name" => "Blinklist",
|
71 |
"icon" => "blinklist",
|
72 |
),
|
73 |
-
"
|
74 |
-
"name" => "
|
75 |
-
"icon" => "
|
76 |
),
|
77 |
"blogmarks" => array(
|
78 |
"name" => "BlogMarks",
|
79 |
"icon" => "blogmarks",
|
80 |
),
|
81 |
-
"blogger_post" => array(
|
82 |
-
"name" => "Blogger Post",
|
83 |
-
"icon" => "blogger",
|
84 |
-
),
|
85 |
"browser" => array(
|
86 |
"name" => "Bookmark/Favorites",
|
87 |
"icon" => "bookmark",
|
@@ -112,10 +112,6 @@ $A2A_SHARE_SAVE_services = array(
|
|
112 |
"name" => "CiteULike",
|
113 |
"icon" => "citeulike",
|
114 |
),
|
115 |
-
"dzone" => array(
|
116 |
-
"name" => "DZone",
|
117 |
-
"icon" => "dzone",
|
118 |
-
),
|
119 |
"delicious" => array(
|
120 |
"name" => "Delicious",
|
121 |
"icon" => "delicious",
|
@@ -136,10 +132,18 @@ $A2A_SHARE_SAVE_services = array(
|
|
136 |
"name" => "Digg",
|
137 |
"icon" => "digg",
|
138 |
),
|
|
|
|
|
|
|
|
|
139 |
"diigo" => array(
|
140 |
"name" => "Diigo",
|
141 |
"icon" => "diigo",
|
142 |
),
|
|
|
|
|
|
|
|
|
143 |
"email" => array(
|
144 |
"name" => "Email",
|
145 |
"icon" => "email",
|
@@ -180,10 +184,6 @@ $A2A_SHARE_SAVE_services = array(
|
|
180 |
"name" => "Hatena",
|
181 |
"icon" => "hatena",
|
182 |
),
|
183 |
-
"iwiw" => array(
|
184 |
-
"name" => "IWIW",
|
185 |
-
"icon" => "iwiw",
|
186 |
-
),
|
187 |
"instapaper" => array(
|
188 |
"name" => "Instapaper",
|
189 |
"icon" => "instapaper",
|
@@ -228,10 +228,6 @@ $A2A_SHARE_SAVE_services = array(
|
|
228 |
"name" => "MySpace",
|
229 |
"icon" => "myspace",
|
230 |
),
|
231 |
-
"nujij" => array(
|
232 |
-
"name" => "NUjij",
|
233 |
-
"icon" => "nujij",
|
234 |
-
),
|
235 |
"netlog" => array(
|
236 |
"name" => "Netlog",
|
237 |
"icon" => "netlog",
|
@@ -248,6 +244,10 @@ $A2A_SHARE_SAVE_services = array(
|
|
248 |
"name" => "NewsVine",
|
249 |
"icon" => "newsvine",
|
250 |
),
|
|
|
|
|
|
|
|
|
251 |
"odnoklassniki" => array(
|
252 |
"name" => "Odnoklassniki",
|
253 |
"icon" => "odnoklassniki",
|
@@ -305,6 +305,10 @@ $A2A_SHARE_SAVE_services = array(
|
|
305 |
"name" => "Rediff MyPage",
|
306 |
"icon" => "rediff",
|
307 |
),
|
|
|
|
|
|
|
|
|
308 |
"segnalo" => array(
|
309 |
"name" => "Segnalo",
|
310 |
"icon" => "segnalo",
|
@@ -349,14 +353,14 @@ $A2A_SHARE_SAVE_services = array(
|
|
349 |
"name" => "TypePad Post",
|
350 |
"icon" => "typepad",
|
351 |
),
|
352 |
-
"vk" => array(
|
353 |
-
"name" => "VK",
|
354 |
-
"icon" => "vk",
|
355 |
-
),
|
356 |
"viadeo" => array(
|
357 |
"name" => "Viadeo",
|
358 |
"icon" => "viadeo",
|
359 |
),
|
|
|
|
|
|
|
|
|
360 |
"wanelo" => array(
|
361 |
"name" => "Wanelo",
|
362 |
"icon" => "wanelo",
|
@@ -365,10 +369,6 @@ $A2A_SHARE_SAVE_services = array(
|
|
365 |
"name" => "Webnews",
|
366 |
"icon" => "webnews",
|
367 |
),
|
368 |
-
"whatsapp" => array(
|
369 |
-
"name" => "WhatsApp",
|
370 |
-
"icon" => "whatsapp",
|
371 |
-
),
|
372 |
"wordpress" => array(
|
373 |
"name" => "WordPress",
|
374 |
"icon" => "wordpress",
|
@@ -405,9 +405,5 @@ $A2A_SHARE_SAVE_services = array(
|
|
405 |
"name" => "Yummly",
|
406 |
"icon" => "yummly",
|
407 |
),
|
408 |
-
"dihitt" => array(
|
409 |
-
"name" => "diHITT",
|
410 |
-
"icon" => "dihitt",
|
411 |
-
),
|
412 |
|
413 |
);
|
34 |
"name" => "LinkedIn",
|
35 |
"icon" => "linkedin",
|
36 |
),
|
37 |
+
"whatsapp" => array(
|
38 |
+
"name" => "WhatsApp",
|
39 |
+
"icon" => "whatsapp",
|
40 |
+
),
|
41 |
"aim" => array(
|
42 |
"name" => "AIM",
|
43 |
"icon" => "aim",
|
44 |
),
|
|
|
|
|
|
|
|
|
45 |
"amazon_wish_list" => array(
|
46 |
"name" => "Amazon Wish List",
|
47 |
"icon" => "amazon",
|
48 |
),
|
49 |
+
"aol_mail" => array(
|
50 |
+
"name" => "AOL Mail",
|
51 |
+
"icon" => "aol",
|
52 |
+
),
|
53 |
"app_net" => array(
|
54 |
"name" => "App.net",
|
55 |
"icon" => "app_net",
|
74 |
"name" => "Blinklist",
|
75 |
"icon" => "blinklist",
|
76 |
),
|
77 |
+
"blogger_post" => array(
|
78 |
+
"name" => "Blogger Post",
|
79 |
+
"icon" => "blogger",
|
80 |
),
|
81 |
"blogmarks" => array(
|
82 |
"name" => "BlogMarks",
|
83 |
"icon" => "blogmarks",
|
84 |
),
|
|
|
|
|
|
|
|
|
85 |
"browser" => array(
|
86 |
"name" => "Bookmark/Favorites",
|
87 |
"icon" => "bookmark",
|
112 |
"name" => "CiteULike",
|
113 |
"icon" => "citeulike",
|
114 |
),
|
|
|
|
|
|
|
|
|
115 |
"delicious" => array(
|
116 |
"name" => "Delicious",
|
117 |
"icon" => "delicious",
|
132 |
"name" => "Digg",
|
133 |
"icon" => "digg",
|
134 |
),
|
135 |
+
"dihitt" => array(
|
136 |
+
"name" => "diHITT",
|
137 |
+
"icon" => "dihitt",
|
138 |
+
),
|
139 |
"diigo" => array(
|
140 |
"name" => "Diigo",
|
141 |
"icon" => "diigo",
|
142 |
),
|
143 |
+
"dzone" => array(
|
144 |
+
"name" => "DZone",
|
145 |
+
"icon" => "dzone",
|
146 |
+
),
|
147 |
"email" => array(
|
148 |
"name" => "Email",
|
149 |
"icon" => "email",
|
184 |
"name" => "Hatena",
|
185 |
"icon" => "hatena",
|
186 |
),
|
|
|
|
|
|
|
|
|
187 |
"instapaper" => array(
|
188 |
"name" => "Instapaper",
|
189 |
"icon" => "instapaper",
|
228 |
"name" => "MySpace",
|
229 |
"icon" => "myspace",
|
230 |
),
|
|
|
|
|
|
|
|
|
231 |
"netlog" => array(
|
232 |
"name" => "Netlog",
|
233 |
"icon" => "netlog",
|
244 |
"name" => "NewsVine",
|
245 |
"icon" => "newsvine",
|
246 |
),
|
247 |
+
"nujij" => array(
|
248 |
+
"name" => "NUjij",
|
249 |
+
"icon" => "nujij",
|
250 |
+
),
|
251 |
"odnoklassniki" => array(
|
252 |
"name" => "Odnoklassniki",
|
253 |
"icon" => "odnoklassniki",
|
305 |
"name" => "Rediff MyPage",
|
306 |
"icon" => "rediff",
|
307 |
),
|
308 |
+
"renren" => array(
|
309 |
+
"name" => "Renren",
|
310 |
+
"icon" => "renren",
|
311 |
+
),
|
312 |
"segnalo" => array(
|
313 |
"name" => "Segnalo",
|
314 |
"icon" => "segnalo",
|
353 |
"name" => "TypePad Post",
|
354 |
"icon" => "typepad",
|
355 |
),
|
|
|
|
|
|
|
|
|
356 |
"viadeo" => array(
|
357 |
"name" => "Viadeo",
|
358 |
"icon" => "viadeo",
|
359 |
),
|
360 |
+
"vk" => array(
|
361 |
+
"name" => "VK",
|
362 |
+
"icon" => "vk",
|
363 |
+
),
|
364 |
"wanelo" => array(
|
365 |
"name" => "Wanelo",
|
366 |
"icon" => "wanelo",
|
369 |
"name" => "Webnews",
|
370 |
"icon" => "webnews",
|
371 |
),
|
|
|
|
|
|
|
|
|
372 |
"wordpress" => array(
|
373 |
"name" => "WordPress",
|
374 |
"icon" => "wordpress",
|
405 |
"name" => "Yummly",
|
406 |
"icon" => "yummly",
|
407 |
),
|
|
|
|
|
|
|
|
|
408 |
|
409 |
);
|
icons/blip.png
DELETED
Binary file
|
icons/iwiw.png
DELETED
Binary file
|
icons/renren.png
ADDED
Binary file
|