AddToAny Share Buttons - Version 1.3.6

Version Description

  • Add LINE
  • Add Mixi
  • Add Hacker News
  • Update Twitter icon
Download this release

Release Info

Developer micropat
Plugin Icon 128x128 AddToAny Share Buttons
Version 1.3.6
Comparing to
See all releases

Code changes from version 1.3.5 to 1.3.6

Files changed (3) hide show
  1. README.txt +10 -4
  2. add-to-any.php +2 -2
  3. addtoany.services.php +12 -0
README.txt CHANGED
@@ -1,11 +1,11 @@
1
  === Share Buttons by AddToAny ===
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, 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: 4.0
6
- Stable tag: 1.3.5
7
 
8
- Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, StumbleUpon and many more.
9
 
10
  == Description ==
11
 
@@ -279,9 +279,15 @@ Upload the plugin directory (including all files and directories within) to the
279
 
280
  == Changelog ==
281
 
 
 
 
 
 
 
282
  = 1.3.5 =
283
  * Fix 'small icon + text' double-icon issue where the AddToAny Kit icon would appear in addition to packaged icon
284
- * Adjust default placement options for better control over the excepts option
285
 
286
  = 1.3.4 =
287
  * Fix large text-only icon where the AddToAny universal icon was appearing
1
  === Share Buttons by AddToAny ===
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.0
6
+ Stable tag: 1.3.6
7
 
8
+ Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more.
9
 
10
  == Description ==
11
 
279
 
280
  == Changelog ==
281
 
282
+ = 1.3.6 =
283
+ * Add LINE
284
+ * Add Mixi
285
+ * Add Hacker News
286
+ * Update Twitter icon
287
+
288
  = 1.3.5 =
289
  * Fix 'small icon + text' double-icon issue where the AddToAny Kit icon would appear in addition to packaged icon
290
+ * Adjust default placement options for better control over the excerpts option
291
 
292
  = 1.3.4 =
293
  * Fix large text-only icon where the AddToAny universal icon was appearing
add-to-any.php CHANGED
@@ -2,8 +2,8 @@
2
  /*
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.5
7
  Author: AddToAny
8
  Author URI: http://www.addtoany.com/
9
  */
2
  /*
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, WhatsApp and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
+ Version: 1.3.6
7
  Author: AddToAny
8
  Author URI: http://www.addtoany.com/
9
  */
addtoany.services.php CHANGED
@@ -188,6 +188,10 @@ $A2A_SHARE_SAVE_services = array(
188
  "name" => "Google Gmail",
189
  "icon" => "gmail",
190
  ),
 
 
 
 
191
  "hatena" => array(
192
  "name" => "Hatena",
193
  "icon" => "hatena",
@@ -216,6 +220,10 @@ $A2A_SHARE_SAVE_services = array(
216
  "name" => "Kindle It",
217
  "icon" => "kindle",
218
  ),
 
 
 
 
219
  "linkagogo" => array(
220
  "name" => "LinkaGoGo",
221
  "icon" => "linkagogo",
@@ -240,6 +248,10 @@ $A2A_SHARE_SAVE_services = array(
240
  "name" => "Meneame",
241
  "icon" => "meneame",
242
  ),
 
 
 
 
243
  "myspace" => array(
244
  "name" => "MySpace",
245
  "icon" => "myspace",
188
  "name" => "Google Gmail",
189
  "icon" => "gmail",
190
  ),
191
+ "hacker_news" => array(
192
+ "name" => "Hacker News",
193
+ "icon" => "y18",
194
+ ),
195
  "hatena" => array(
196
  "name" => "Hatena",
197
  "icon" => "hatena",
220
  "name" => "Kindle It",
221
  "icon" => "kindle",
222
  ),
223
+ "line" => array(
224
+ "name" => "Line",
225
+ "icon" => "line",
226
+ ),
227
  "linkagogo" => array(
228
  "name" => "LinkaGoGo",
229
  "icon" => "linkagogo",
248
  "name" => "Meneame",
249
  "icon" => "meneame",
250
  ),
251
+ "mixi" => array(
252
+ "name" => "Mixi",
253
+ "icon" => "mixi",
254
+ ),
255
  "myspace" => array(
256
  "name" => "MySpace",
257
  "icon" => "myspace",