AddToAny Share Buttons - Version 0.9.8.6

Version Description

Download this release

Release Info

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

Code changes from version 0.9.8.5 to 0.9.8.6

Files changed (3) hide show
  1. README.txt +5 -1
  2. add-to-any.php +3 -2
  3. add-to-any.po +47 -47
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.5
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
 
@@ -66,6 +66,10 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
66
 
67
  == Changelog ==
68
 
 
 
 
 
69
  .9.8.5:
70
 
71
  * Button targets the current page if called outside The Loop
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.6
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
 
66
 
67
  == Changelog ==
68
 
69
+ .9.8.6:
70
+
71
+ * Fixed output buffering - button should appear below posts again if option is set
72
+
73
  .9.8.5:
74
 
75
  * Button targets the current page if called outside The Loop
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.5
7
  Author: Add to Any
8
  Author URI: http://www.addtoany.com/contact/
9
  */
@@ -25,7 +25,8 @@ add_action('init', 'A2A_SHARE_SAVE_textdomain');
25
 
26
  function ADDTOANY_SHARE_SAVE_BUTTON( $args = false) {
27
 
28
- global $id;
 
29
 
30
  if($output_buffering) ob_start();
31
 
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.6
7
  Author: Add to Any
8
  Author URI: http://www.addtoany.com/contact/
9
  */
25
 
26
  function ADDTOANY_SHARE_SAVE_BUTTON( $args = false) {
27
 
28
+ if( $args )
29
+ extract( $args );
30
 
31
  if($output_buffering) ob_start();
32
 
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-11-18 15:12-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
@@ -13,184 +13,184 @@ msgstr ""
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SearchPath-0: .\n"
15
 
16
- #: add-to-any.php:121
17
  msgid "Share"
18
  msgstr ""
19
 
20
- #: add-to-any.php:122
21
  msgid "Save"
22
  msgstr ""
23
 
24
- #: add-to-any.php:123
25
  msgid "Subscribe"
26
  msgstr ""
27
 
28
- #: add-to-any.php:124
29
  msgid "E-mail"
30
  msgstr ""
31
 
32
- #: add-to-any.php:125
33
  msgid "Bookmark"
34
  msgstr ""
35
 
36
- #: add-to-any.php:126
37
  msgid "Show all"
38
  msgstr ""
39
 
40
- #: add-to-any.php:127
41
  msgid "Show less"
42
  msgstr ""
43
 
44
- #: add-to-any.php:128
45
  msgid "Find service(s)"
46
  msgstr ""
47
 
48
- #: add-to-any.php:129
49
  msgid "Instantly find any service to add to"
50
  msgstr ""
51
 
52
- #: add-to-any.php:130
53
  msgid "Powered by"
54
  msgstr ""
55
 
56
- #: add-to-any.php:131
57
  msgid "Share via e-mail"
58
  msgstr ""
59
 
60
- #: add-to-any.php:132
61
  msgid "Subscribe via e-mail"
62
  msgstr ""
63
 
64
- #: add-to-any.php:133
65
  msgid "Bookmark in your browser"
66
  msgstr ""
67
 
68
- #: add-to-any.php:134
69
  msgid "Press Ctrl+D or Cmd+D to bookmark this page"
70
  msgstr ""
71
 
72
- #: add-to-any.php:135
73
  msgid "Add to your favorites"
74
  msgstr ""
75
 
76
- #: add-to-any.php:136
77
  msgid "Send from any e-mail address or e-mail program"
78
  msgstr ""
79
 
80
- #: add-to-any.php:137
81
  msgid "E-mail program"
82
  msgstr ""
83
 
84
- #: add-to-any.php:199
85
  msgid "Settings saved."
86
  msgstr ""
87
 
88
- #: add-to-any.php:208
89
  msgid "Add to Any: Share/Save "
90
  msgstr ""
91
 
92
- #: add-to-any.php:208
93
- #: add-to-any.php:363
94
  msgid "Settings"
95
  msgstr ""
96
 
97
- #: add-to-any.php:218
98
  msgid "Button"
99
  msgstr ""
100
 
101
- #: add-to-any.php:247
102
  msgid "Image URL"
103
  msgstr ""
104
 
105
- #: add-to-any.php:254
106
  msgid "Text only"
107
  msgstr ""
108
 
109
- #: add-to-any.php:262
110
  msgid "Button Placement"
111
  msgstr ""
112
 
113
- #: add-to-any.php:271
114
  msgid "Display Share/Save button at the bottom of posts"
115
  msgstr ""
116
 
117
- #: add-to-any.php:278
118
  msgid "Display Share/Save button at the bottom of posts on the front page"
119
  msgstr ""
120
 
121
- #: add-to-any.php:285
122
  msgid "Display Share/Save button at the bottom of posts in the feed"
123
  msgstr ""
124
 
125
- #: add-to-any.php:289
126
  msgid "Display Share/Save button at the bottom of pages"
127
  msgstr ""
128
 
129
- #: add-to-any.php:292
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:297
134
  msgid "Menu Style"
135
  msgstr ""
136
 
137
- #: add-to-any.php:299
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:301
142
  msgid "Open the Add to Any Menu Styler in a new window"
143
  msgstr ""
144
 
145
- #: add-to-any.php:303
146
  msgid "Open Menu Styler"
147
  msgstr ""
148
 
149
- #: add-to-any.php:308
150
  msgid "Menu Options"
151
  msgstr ""
152
 
153
- #: add-to-any.php:313
154
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
155
  msgstr ""
156
 
157
- #: add-to-any.php:318
158
  msgid "Show the title of the post (or page) within the menu"
159
  msgstr ""
160
 
161
- #: add-to-any.php:323
162
  msgid "Only show the menu when the user clicks the Share/Save button"
163
  msgstr ""
164
 
165
- #: add-to-any.php:328
166
  msgid "Additional Options"
167
  msgstr ""
168
 
169
- #: add-to-any.php:332
170
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
171
  msgstr ""
172
 
173
- #: add-to-any.php:336
174
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
175
  msgstr ""
176
 
177
- #: add-to-any.php:337
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:343
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:350
186
  msgid "Save Changes"
187
  msgstr ""
188
 
189
- #: add-to-any.php:363
190
  msgid "Share/Save"
191
  msgstr ""
192
 
193
- #: add-to-any.php:364
194
  msgid "Share/Save Buttons"
195
  msgstr ""
196
 
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-11-18 22:54-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:122
17
  msgid "Share"
18
  msgstr ""
19
 
20
+ #: add-to-any.php:123
21
  msgid "Save"
22
  msgstr ""
23
 
24
+ #: add-to-any.php:124
25
  msgid "Subscribe"
26
  msgstr ""
27
 
28
+ #: add-to-any.php:125
29
  msgid "E-mail"
30
  msgstr ""
31
 
32
+ #: add-to-any.php:126
33
  msgid "Bookmark"
34
  msgstr ""
35
 
36
+ #: add-to-any.php:127
37
  msgid "Show all"
38
  msgstr ""
39
 
40
+ #: add-to-any.php:128
41
  msgid "Show less"
42
  msgstr ""
43
 
44
+ #: add-to-any.php:129
45
  msgid "Find service(s)"
46
  msgstr ""
47
 
48
+ #: add-to-any.php:130
49
  msgid "Instantly find any service to add to"
50
  msgstr ""
51
 
52
+ #: add-to-any.php:131
53
  msgid "Powered by"
54
  msgstr ""
55
 
56
+ #: add-to-any.php:132
57
  msgid "Share via e-mail"
58
  msgstr ""
59
 
60
+ #: add-to-any.php:133
61
  msgid "Subscribe via e-mail"
62
  msgstr ""
63
 
64
+ #: add-to-any.php:134
65
  msgid "Bookmark in your browser"
66
  msgstr ""
67
 
68
+ #: add-to-any.php:135
69
  msgid "Press Ctrl+D or Cmd+D to bookmark this page"
70
  msgstr ""
71
 
72
+ #: add-to-any.php:136
73
  msgid "Add to your favorites"
74
  msgstr ""
75
 
76
+ #: add-to-any.php:137
77
  msgid "Send from any e-mail address or e-mail program"
78
  msgstr ""
79
 
80
+ #: add-to-any.php:138
81
  msgid "E-mail program"
82
  msgstr ""
83
 
84
+ #: add-to-any.php:200
85
  msgid "Settings saved."
86
  msgstr ""
87
 
88
+ #: add-to-any.php:209
89
  msgid "Add to Any: Share/Save "
90
  msgstr ""
91
 
92
+ #: add-to-any.php:209
93
+ #: add-to-any.php:364
94
  msgid "Settings"
95
  msgstr ""
96
 
97
+ #: add-to-any.php:219
98
  msgid "Button"
99
  msgstr ""
100
 
101
+ #: add-to-any.php:248
102
  msgid "Image URL"
103
  msgstr ""
104
 
105
+ #: add-to-any.php:255
106
  msgid "Text only"
107
  msgstr ""
108
 
109
+ #: add-to-any.php:263
110
  msgid "Button Placement"
111
  msgstr ""
112
 
113
+ #: add-to-any.php:272
114
  msgid "Display Share/Save button at the bottom of posts"
115
  msgstr ""
116
 
117
+ #: add-to-any.php:279
118
  msgid "Display Share/Save button at the bottom of posts on the front page"
119
  msgstr ""
120
 
121
+ #: add-to-any.php:286
122
  msgid "Display Share/Save button at the bottom of posts in the feed"
123
  msgstr ""
124
 
125
+ #: add-to-any.php:290
126
  msgid "Display Share/Save button at the bottom of pages"
127
  msgstr ""
128
 
129
+ #: add-to-any.php:293
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:298
134
  msgid "Menu Style"
135
  msgstr ""
136
 
137
+ #: add-to-any.php:300
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:302
142
  msgid "Open the Add to Any Menu Styler in a new window"
143
  msgstr ""
144
 
145
+ #: add-to-any.php:304
146
  msgid "Open Menu Styler"
147
  msgstr ""
148
 
149
+ #: add-to-any.php:309
150
  msgid "Menu Options"
151
  msgstr ""
152
 
153
+ #: add-to-any.php:314
154
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
155
  msgstr ""
156
 
157
+ #: add-to-any.php:319
158
  msgid "Show the title of the post (or page) within the menu"
159
  msgstr ""
160
 
161
+ #: add-to-any.php:324
162
  msgid "Only show the menu when the user clicks the Share/Save button"
163
  msgstr ""
164
 
165
+ #: add-to-any.php:329
166
  msgid "Additional Options"
167
  msgstr ""
168
 
169
+ #: add-to-any.php:333
170
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
171
  msgstr ""
172
 
173
+ #: add-to-any.php:337
174
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
175
  msgstr ""
176
 
177
+ #: add-to-any.php:338
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:344
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:351
186
  msgid "Save Changes"
187
  msgstr ""
188
 
189
+ #: add-to-any.php:364
190
  msgid "Share/Save"
191
  msgstr ""
192
 
193
+ #: add-to-any.php:365
194
  msgid "Share/Save Buttons"
195
  msgstr ""
196