AddToAny Share Buttons - Version 0.9.8.7.2

Version Description

Download this release

Release Info

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

Code changes from version 0.9.8.7.1 to 0.9.8.7.2

Files changed (4) hide show
  1. README.txt +15 -5
  2. add-to-any.php +2 -2
  3. i18n/add-to-any-zh_CN.po +3 -2
  4. i18n/add-to-any.po +2 -2
README.txt CHANGED
@@ -4,24 +4,24 @@ 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.7
7
- Stable tag: 0.9.8.7.1
8
 
9
  Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more.
10
 
11
  == Description ==
12
 
13
- Helps readers **share**, **save**, **bookmark**, and **email** your posts and pages using **any service**, such as Delicious, Digg, Facebook, Twitter, and over 100 more. The button comes with Add to Any's customizable **Smart Menu**, which **places the services visitors use at the top of the menu**, based on each visitor's browsing history.
14
 
15
  The E-mail tab makes it easy to share via Gmail, Y! Mail, Hotmail, AOL, and any other web-based e-mailer or desktop program. The Bookmark or Add to Favorites tab helps users bookmark using any browser (Internet Explorer, Firefox, Opera, Safari, etc.).
16
 
17
- * Add to Any Smart Menu
18
  * Includes all services
19
  * Services updated automatically
20
- * WordPress optimized
21
  * Google Analytics integration
22
  * Many more publisher and user features
23
 
24
- <a href="http://www.addtoany.com/" title="Sharing button">Demo</a> | <a href="other_notes/">Changelog</a>
25
 
26
  See also, the <a href="/extend/plugins/add-to-any-subscribe/" title="WordPress RSS Subscribe plugin">Subscribe button</a> plugin.
27
 
@@ -46,6 +46,11 @@ It's likely because your your theme wasn't <a href="http://codex.wordpress.org/T
46
 
47
  `<?php wp_footer(); ?>`
48
 
 
 
 
 
 
49
  = How can I force the button to appear in individual posts and pages? =
50
 
51
  If your button isn't already set up to appear (it is by default), type the following tag into the page or post that you want the button to appear in: `<!--sharesave-->`
@@ -66,6 +71,11 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
66
 
67
  == Changelog ==
68
 
 
 
 
 
 
69
  .9.8.7.1:
70
 
71
  * Text-only button stripslashes
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.7
7
+ Stable tag: 0.9.8.7.2
8
 
9
  Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more.
10
 
11
  == Description ==
12
 
13
+ Helps readers **share**, **save**, **bookmark**, and **email** your posts and pages using **any service**, such as Delicious, Digg, Facebook, Twitter, and over 100 more social bookmarking and sharing sites. The button comes with Add to Any's customizable **Smart Menu**, which **places the services visitors use at the top of the menu**, based on each visitor's browsing history.
14
 
15
  The E-mail tab makes it easy to share via Gmail, Y! Mail, Hotmail, AOL, and any other web-based e-mailer or desktop program. The Bookmark or Add to Favorites tab helps users bookmark using any browser (Internet Explorer, Firefox, Opera, Safari, etc.).
16
 
17
+ * Add to Any <a href="http://www.addtoany.com/blog/smart-menus-the-services-your-visitors-use-displayed-first/" target="_blank">Smart Menu</a>
18
  * Includes all services
19
  * Services updated automatically
20
+ * WordPress optimized, localized (i18n)
21
  * Google Analytics integration
22
  * Many more publisher and user features
23
 
24
+ <a href="http://www.addtoany.com/" title="Sharing button" target="_blank">Demo</a> | <a href="other_notes/">Changelog</a>
25
 
26
  See also, the <a href="/extend/plugins/add-to-any-subscribe/" title="WordPress RSS Subscribe plugin">Subscribe button</a> plugin.
27
 
46
 
47
  `<?php wp_footer(); ?>`
48
 
49
+ = How can I move the button to another area of my theme? =
50
+
51
+ Directions are located within the plugin's settings panel located in `Settings` > `Share/Save Buttons` under `Button Placement`. In the Theme Editor, you will place this line of code where you want the button to appear in your theme:
52
+ `<?php if( function_exists('ADDTOANY_SHARE_SAVE_BUTTON') ) { ADDTOANY_SHARE_SAVE_BUTTON(); } ?>`
53
+
54
  = How can I force the button to appear in individual posts and pages? =
55
 
56
  If your button isn't already set up to appear (it is by default), type the following tag into the page or post that you want the button to appear in: `<!--sharesave-->`
71
 
72
  == Changelog ==
73
 
74
+ .9.8.7.2:
75
+
76
+ * Additional options / JavaScript API clarification
77
+ * i18n update
78
+
79
  .9.8.7.1:
80
 
81
  * Text-only button stripslashes
add-to-any.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Add to Any: Share/Save/Bookmark Button
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Helps 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.8.7.1
7
  Author: Add to Any
8
  Author URI: http://www.addtoany.com/contact/
9
  */
@@ -362,7 +362,7 @@ function A2A_SHARE_SAVE_options_page() {
362
  </p>
363
  <label for="A2A_SHARE_SAVE_additional_js_variables">
364
  <p><?php _e('Below you can set special JavaScript variables to apply to each Share/Save menu.', 'add-to-any'); ?>
365
- <?php _e("Advanced users might want to check out the code generated by Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\">JavaScript API</a>.", "add-to-any"); ?></p>
366
  </label>
367
  <p>
368
  <textarea name="A2A_SHARE_SAVE_additional_js_variables" id="A2A_SHARE_SAVE_additional_js_variables" class="code" style="width: 98%; font-size: 12px;" rows="5" cols="50"><?php echo stripslashes(get_option('A2A_SHARE_SAVE_additional_js_variables')); ?></textarea>
3
  Plugin Name: Add to Any: Share/Save/Bookmark Button
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Helps 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.8.7.2
7
  Author: Add to Any
8
  Author URI: http://www.addtoany.com/contact/
9
  */
362
  </p>
363
  <label for="A2A_SHARE_SAVE_additional_js_variables">
364
  <p><?php _e('Below you can set special JavaScript variables to apply to each Share/Save menu.', 'add-to-any'); ?>
365
+ <?php _e("Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target="_blank">JavaScript API</a>.", "add-to-any"); ?></p>
366
  </label>
367
  <p>
368
  <textarea name="A2A_SHARE_SAVE_additional_js_variables" id="A2A_SHARE_SAVE_additional_js_variables" class="code" style="width: 98%; font-size: 12px;" rows="5" cols="50"><?php echo stripslashes(get_option('A2A_SHARE_SAVE_additional_js_variables')); ?></textarea>
i18n/add-to-any-zh_CN.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-01-13 19:38-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
@@ -182,7 +182,8 @@ msgid "Below you can set special JavaScript variables to apply to each Share/Sav
182
  msgstr "您可以设置特殊 JavaScript 变量以应用于全部 分享/收藏 菜单。"
183
 
184
  #: add-to-any.php:365
185
- msgid "Advanced users might want to check out the code generated by Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\">JavaScript API</a>."
 
186
  msgstr "高级用户可能希望尝试 Add to Any 的 <a href=\"http://www.addtoany.com/buttons/api/\">JavaScript API</a> 所生成的代码。"
187
 
188
  #: add-to-any.php:371
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-01-20 18:27-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
182
  msgstr "您可以设置特殊 JavaScript 变量以应用于全部 分享/收藏 菜单。"
183
 
184
  #: add-to-any.php:365
185
+ #, fuzzy
186
+ msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target="
187
  msgstr "高级用户可能希望尝试 Add to Any 的 <a href=\"http://www.addtoany.com/buttons/api/\">JavaScript API</a> 所生成的代码。"
188
 
189
  #: add-to-any.php:371
i18n/add-to-any.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-01-13 19:38-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
@@ -179,7 +179,7 @@ msgid "Below you can set special JavaScript variables to apply to each Share/Sav
179
  msgstr ""
180
 
181
  #: add-to-any.php:365
182
- msgid "Advanced users might want to check out the code generated by Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\">JavaScript API</a>."
183
  msgstr ""
184
 
185
  #: add-to-any.php:371
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-01-20 18:27-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
179
  msgstr ""
180
 
181
  #: add-to-any.php:365
182
+ msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target="
183
  msgstr ""
184
 
185
  #: add-to-any.php:371