Version Description
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 0.9.8.3 |
Comparing to | |
See all releases |
Code changes from version 0.9.8.2 to 0.9.8.3
- README.txt +8 -3
- add-to-any.php +6 -2
- add-to-any.po +50 -34
- screenshot-1.gif +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
README.txt
CHANGED
@@ -4,7 +4,7 @@ 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, addtoany, add, any
|
5 |
Requires at least: 2.0
|
6 |
Tested up to: 2.7
|
7 |
-
Stable tag: 0.9.8.
|
8 |
|
9 |
Helps readers share, save, and bookmark your posts and pages using any service, such as Delicious, Digg, Facebook, MySpace, and all the rest.
|
10 |
|
@@ -60,12 +60,17 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
|
|
60 |
|
61 |
== Screenshots ==
|
62 |
|
63 |
-
1. Add to Any Share/Save button
|
64 |
2. Drop-down menu that appears instantly when visitors move the mouse over the Share/Save button
|
65 |
-
3.
|
66 |
|
67 |
== Changelog ==
|
68 |
|
|
|
|
|
|
|
|
|
|
|
69 |
.9.8.2:
|
70 |
|
71 |
* Event attributes removed (JS now takes care of button events)
|
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, addtoany, add, any
|
5 |
Requires at least: 2.0
|
6 |
Tested up to: 2.7
|
7 |
+
Stable tag: 0.9.8.3
|
8 |
|
9 |
Helps readers share, save, and bookmark your posts and pages using any service, such as Delicious, Digg, Facebook, MySpace, and all the rest.
|
10 |
|
60 |
|
61 |
== Screenshots ==
|
62 |
|
63 |
+
1. Add to Any Share/Save button, featuring the Open <a href="http://www.shareicon.com/">Share Icon</a>
|
64 |
2. Drop-down menu that appears instantly when visitors move the mouse over the Share/Save button
|
65 |
+
3. E-mail tab, with direct links to the most popular web-based e-mailers' auto-filled Compose page, a web-based sender for use with any e-mail address
|
66 |
|
67 |
== Changelog ==
|
68 |
|
69 |
+
.9.8.3:
|
70 |
+
|
71 |
+
* Language & localization update
|
72 |
+
* "After clicking OK," removed from the Bookmark tab
|
73 |
+
|
74 |
.9.8.2:
|
75 |
|
76 |
* Event attributes removed (JS now takes care of button events)
|
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, and bookmark your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
-
Version: .9.8.
|
7 |
Author: Add to Any
|
8 |
Author URI: http://www.addtoany.com/contact/
|
9 |
*/
|
@@ -113,6 +113,8 @@ if (!function_exists('A2A_menu_locale')) {
|
|
113 |
Share: "' . __("Share", "add-to-any") . '",
|
114 |
Save: "' . __("Save", "add-to-any") . '",
|
115 |
Subscribe: "' . __("Subscribe", "add-to-any") . '",
|
|
|
|
|
116 |
ShowAll: "' . __("Show all", "add-to-any") . '",
|
117 |
ShowLess: "' . __("Show less", "add-to-any") . '",
|
118 |
FindServices: "' . __("Find service(s)", "add-to-any") . '",
|
@@ -121,8 +123,10 @@ if (!function_exists('A2A_menu_locale')) {
|
|
121 |
ShareViaEmail: "' . __("Share via e-mail", "add-to-any") . '",
|
122 |
SubscribeViaEmail: "' . __("Subscribe via e-mail", "add-to-any") . '",
|
123 |
BookmarkInYourBrowser: "' . __("Bookmark in your browser", "add-to-any") . '",
|
124 |
-
BookmarkInstructions: "' . __("
|
125 |
AddToYourFavorites: "' . __("Add to your favorites", "add-to-any") . '"
|
|
|
|
|
126 |
};
|
127 |
';
|
128 |
return $A2A_locale;
|
3 |
Plugin Name: Add to Any: Share/Save/Bookmark Button
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Helps readers share, save, and bookmark your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
+
Version: .9.8.3
|
7 |
Author: Add to Any
|
8 |
Author URI: http://www.addtoany.com/contact/
|
9 |
*/
|
113 |
Share: "' . __("Share", "add-to-any") . '",
|
114 |
Save: "' . __("Save", "add-to-any") . '",
|
115 |
Subscribe: "' . __("Subscribe", "add-to-any") . '",
|
116 |
+
Email: "' . __("E-mail") . '",
|
117 |
+
Bookmark: "' . __("Bookmark") . '",
|
118 |
ShowAll: "' . __("Show all", "add-to-any") . '",
|
119 |
ShowLess: "' . __("Show less", "add-to-any") . '",
|
120 |
FindServices: "' . __("Find service(s)", "add-to-any") . '",
|
123 |
ShareViaEmail: "' . __("Share via e-mail", "add-to-any") . '",
|
124 |
SubscribeViaEmail: "' . __("Subscribe via e-mail", "add-to-any") . '",
|
125 |
BookmarkInYourBrowser: "' . __("Bookmark in your browser", "add-to-any") . '",
|
126 |
+
BookmarkInstructions: "' . __("Press Ctrl+D or Cmd+D to bookmark this page", "add-to-any") . '",
|
127 |
AddToYourFavorites: "' . __("Add to your favorites", "add-to-any") . '"
|
128 |
+
SendFromWebOrProgram: "' . __("Send from any e-mail address or e-mail program") . '",
|
129 |
+
EmailProgram: "' . __("E-mail program") . '"
|
130 |
};
|
131 |
';
|
132 |
return $A2A_locale;
|
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: 2008-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: \n"
|
@@ -13,18 +13,26 @@ msgstr ""
|
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
-
#: add-to-any.php:
|
17 |
msgid "Share"
|
18 |
msgstr ""
|
19 |
|
20 |
-
#: add-to-any.php:
|
21 |
msgid "Save"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: add-to-any.php:
|
25 |
msgid "Subscribe"
|
26 |
msgstr ""
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
#: add-to-any.php:118
|
29 |
msgid "Show all"
|
30 |
msgstr ""
|
@@ -58,123 +66,131 @@ msgid "Bookmark in your browser"
|
|
58 |
msgstr ""
|
59 |
|
60 |
#: add-to-any.php:126
|
61 |
-
msgid "
|
62 |
msgstr ""
|
63 |
|
64 |
#: add-to-any.php:127
|
65 |
msgid "Add to your favorites"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: add-to-any.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
msgid "Settings saved."
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: add-to-any.php:
|
73 |
msgid "Add to Any: Share/Save "
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: add-to-any.php:
|
77 |
-
#: add-to-any.php:
|
78 |
msgid "Settings"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: add-to-any.php:
|
82 |
msgid "Button"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: add-to-any.php:
|
86 |
msgid "Image URL"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: add-to-any.php:
|
90 |
msgid "Text only"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: add-to-any.php:
|
94 |
msgid "Button Placement"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: add-to-any.php:
|
98 |
msgid "Display Share/Save button at the bottom of posts"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: add-to-any.php:
|
102 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: add-to-any.php:
|
106 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: add-to-any.php:
|
110 |
msgid "Display Share/Save button at the bottom of pages"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: add-to-any.php:
|
114 |
msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: add-to-any.php:
|
118 |
msgid "Menu Style"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: add-to-any.php:
|
122 |
msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: add-to-any.php:
|
126 |
msgid "Open the Add to Any Menu Styler in a new window"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: add-to-any.php:
|
130 |
msgid "Open Menu Styler"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: add-to-any.php:
|
134 |
msgid "Menu Options"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: add-to-any.php:
|
138 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: add-to-any.php:
|
142 |
msgid "Show the title of the post (or page) within the menu"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: add-to-any.php:
|
146 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: add-to-any.php:
|
150 |
msgid "Additional Options"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: add-to-any.php:
|
154 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: add-to-any.php:
|
158 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: add-to-any.php:
|
162 |
msgid "Advanced users might want to check out the code generated by Add to Any's general <a href=\"http://www.addtoany.com/buttons/share_save\">Share/Save button generator</a>."
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: add-to-any.php:
|
166 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: add-to-any.php:
|
170 |
msgid "Save Changes"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: add-to-any.php:
|
174 |
msgid "Share/Save"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: add-to-any.php:
|
178 |
msgid "Share/Save Buttons"
|
179 |
msgstr ""
|
180 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2008-11-13 12:37-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: \n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
+
#: add-to-any.php:113
|
17 |
msgid "Share"
|
18 |
msgstr ""
|
19 |
|
20 |
+
#: add-to-any.php:114
|
21 |
msgid "Save"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: add-to-any.php:115
|
25 |
msgid "Subscribe"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: add-to-any.php:116
|
29 |
+
msgid "E-mail"
|
30 |
+
msgstr ""
|
31 |
+
|
32 |
+
#: add-to-any.php:117
|
33 |
+
msgid "Bookmark"
|
34 |
+
msgstr ""
|
35 |
+
|
36 |
#: add-to-any.php:118
|
37 |
msgid "Show all"
|
38 |
msgstr ""
|
66 |
msgstr ""
|
67 |
|
68 |
#: add-to-any.php:126
|
69 |
+
msgid "Press Ctrl+D or Cmd+D to bookmark this page"
|
70 |
msgstr ""
|
71 |
|
72 |
#: add-to-any.php:127
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: add-to-any.php:128
|
77 |
+
msgid "Send from any e-mail address or e-mail program"
|
78 |
+
msgstr ""
|
79 |
+
|
80 |
+
#: add-to-any.php:129
|
81 |
+
msgid "E-mail program"
|
82 |
+
msgstr ""
|
83 |
+
|
84 |
+
#: add-to-any.php:188
|
85 |
msgid "Settings saved."
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: add-to-any.php:197
|
89 |
msgid "Add to Any: Share/Save "
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: add-to-any.php:197
|
93 |
+
#: add-to-any.php:352
|
94 |
msgid "Settings"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: add-to-any.php:207
|
98 |
msgid "Button"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: add-to-any.php:236
|
102 |
msgid "Image URL"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: add-to-any.php:243
|
106 |
msgid "Text only"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: add-to-any.php:251
|
110 |
msgid "Button Placement"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: add-to-any.php:260
|
114 |
msgid "Display Share/Save button at the bottom of posts"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: add-to-any.php:267
|
118 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: add-to-any.php:274
|
122 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: add-to-any.php:278
|
126 |
msgid "Display Share/Save button at the bottom of pages"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: add-to-any.php:281
|
130 |
msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: add-to-any.php:286
|
134 |
msgid "Menu Style"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: add-to-any.php:288
|
138 |
msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: add-to-any.php:290
|
142 |
msgid "Open the Add to Any Menu Styler in a new window"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: add-to-any.php:292
|
146 |
msgid "Open Menu Styler"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: add-to-any.php:297
|
150 |
msgid "Menu Options"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: add-to-any.php:302
|
154 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: add-to-any.php:307
|
158 |
msgid "Show the title of the post (or page) within the menu"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: add-to-any.php:312
|
162 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: add-to-any.php:317
|
166 |
msgid "Additional Options"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: add-to-any.php:321
|
170 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: add-to-any.php:325
|
174 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: add-to-any.php:326
|
178 |
msgid "Advanced users might want to check out the code generated by Add to Any's general <a href=\"http://www.addtoany.com/buttons/share_save\">Share/Save button generator</a>."
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: add-to-any.php:332
|
182 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: add-to-any.php:339
|
186 |
msgid "Save Changes"
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: add-to-any.php:352
|
190 |
msgid "Share/Save"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: add-to-any.php:353
|
194 |
msgid "Share/Save Buttons"
|
195 |
msgstr ""
|
196 |
|
screenshot-1.gif
CHANGED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
Binary file
|