Version Description
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 0.9.8.6.5 |
Comparing to | |
See all releases |
Code changes from version 0.9.8.6.4 to 0.9.8.6.5
- README.txt +12 -7
- add-to-any.php +9 -9
- add-to-any.po +1 -1
- favicon.png +0 -0
- screenshot-1.gif +0 -0
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- share_save_120_16.png +0 -0
- share_save_171_16.png +0 -0
- share_save_256_24.png +0 -0
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, 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,
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
-
Helps readers **share**, **save**, and **
|
14 |
|
15 |
-
|
16 |
|
17 |
* Add to Any Smart Menu
|
18 |
* Includes all services
|
19 |
* Services updated automatically
|
20 |
-
*
|
21 |
-
* Keyboard navigation
|
22 |
* Google Analytics integration
|
|
|
23 |
|
24 |
-
|
25 |
|
26 |
See also, the <a href="/extend/plugins/add-to-any-subscribe/" title="WordPress RSS Subscribe plugin">Subscribe button</a> plugin.
|
27 |
|
@@ -66,6 +66,11 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
|
|
66 |
|
67 |
== Changelog ==
|
68 |
|
|
|
|
|
|
|
|
|
|
|
69 |
.9.8.6.4:
|
70 |
|
71 |
* Additional Options in Admin panel provides link to JavaScript API
|
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.5
|
8 |
|
9 |
+
Helps readers share, save, and bookmark 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 |
|
66 |
|
67 |
== Changelog ==
|
68 |
|
69 |
+
.9.8.6.5:
|
70 |
+
|
71 |
+
* Less JavaScript redundancy from Additional Options (saves bandwidth)
|
72 |
+
* Compressed PNGs added, select a button from settings to begin using PNG (saves bandwidth)
|
73 |
+
|
74 |
.9.8.6.4:
|
75 |
|
76 |
* Additional Options in Admin panel provides link to JavaScript API
|
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.6.
|
7 |
Author: Add to Any
|
8 |
Author URI: http://www.addtoany.com/contact/
|
9 |
*/
|
@@ -46,7 +46,7 @@ function ADDTOANY_SHARE_SAVE_BUTTON( $args = false) {
|
|
46 |
$button_target = (get_option('A2A_SHARE_SAVE_button_opens_new_window')=='1' && (get_option('A2A_SHARE_SAVE_onclick')!='1')) ? ' target="_blank"' : '';
|
47 |
|
48 |
if( !get_option('A2A_SHARE_SAVE_button') ) {
|
49 |
-
$button_fname = 'share_save_120_16.
|
50 |
$button_width = ' width="120"';
|
51 |
$button_height = ' height="16"';
|
52 |
$button_src = trailingslashit(get_option('siteurl')).PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)).'/'.$button_fname;
|
@@ -94,7 +94,7 @@ function ADDTOANY_SHARE_SAVE_BUTTON( $args = false) {
|
|
94 |
. ((get_option('A2A_SHARE_SAVE_onclick')=='1') ? 'a2a_onclick=1;' . "\n" : '')
|
95 |
. ((get_option('A2A_SHARE_SAVE_hide_embeds')=='-1') ? 'a2a_hide_embeds=0;' . "\n" : '')
|
96 |
. ((get_option('A2A_SHARE_SAVE_show_title')=='1') ? 'a2a_show_title=1;' . "\n" : '')
|
97 |
-
. stripslashes(get_option('A2A_SHARE_SAVE_additional_js_variables')) . "\n"
|
98 |
. $external_script_call . "\n\n";
|
99 |
|
100 |
remove_action('wp_footer', 'A2A_menu_javascript');
|
@@ -228,21 +228,21 @@ function A2A_SHARE_SAVE_options_page() {
|
|
228 |
onclick="this.parentNode.firstChild.checked=true"/>
|
229 |
</label><br>
|
230 |
<label>
|
231 |
-
<input name="A2A_SHARE_SAVE_button" value="share_save_120_16.
|
232 |
style="margin:9px 0;vertical-align:middle">
|
233 |
-
<img src="<?php echo trailingslashit(get_option('siteurl')).PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)).'/share_save_120_16.
|
234 |
onclick="this.parentNode.firstChild.checked=true"/>
|
235 |
</label><br>
|
236 |
<label>
|
237 |
-
<input name="A2A_SHARE_SAVE_button" value="share_save_171_16.
|
238 |
style="margin:9px 0;vertical-align:middle">
|
239 |
-
<img src="<?php echo trailingslashit(get_option('siteurl')).PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)).'/share_save_171_16.
|
240 |
onclick="this.parentNode.firstChild.checked=true"/>
|
241 |
</label><br>
|
242 |
<label>
|
243 |
-
<input name="A2A_SHARE_SAVE_button" value="share_save_256_24.
|
244 |
style="margin:9px 0;vertical-align:middle">
|
245 |
-
<img src="<?php echo trailingslashit(get_option('siteurl')).PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)).'/share_save_256_24.
|
246 |
onclick="this.parentNode.firstChild.checked=true"/>
|
247 |
</label><br>
|
248 |
<label>
|
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.5
|
7 |
Author: Add to Any
|
8 |
Author URI: http://www.addtoany.com/contact/
|
9 |
*/
|
46 |
$button_target = (get_option('A2A_SHARE_SAVE_button_opens_new_window')=='1' && (get_option('A2A_SHARE_SAVE_onclick')!='1')) ? ' target="_blank"' : '';
|
47 |
|
48 |
if( !get_option('A2A_SHARE_SAVE_button') ) {
|
49 |
+
$button_fname = 'share_save_120_16.png';
|
50 |
$button_width = ' width="120"';
|
51 |
$button_height = ' height="16"';
|
52 |
$button_src = trailingslashit(get_option('siteurl')).PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)).'/'.$button_fname;
|
94 |
. ((get_option('A2A_SHARE_SAVE_onclick')=='1') ? 'a2a_onclick=1;' . "\n" : '')
|
95 |
. ((get_option('A2A_SHARE_SAVE_hide_embeds')=='-1') ? 'a2a_hide_embeds=0;' . "\n" : '')
|
96 |
. ((get_option('A2A_SHARE_SAVE_show_title')=='1') ? 'a2a_show_title=1;' . "\n" : '')
|
97 |
+
. (($A2A_javascript == '' || !$A2A_SHARE_SAVE_external_script_called) ? stripslashes(get_option('A2A_SHARE_SAVE_additional_js_variables')) . "\n" : '')
|
98 |
. $external_script_call . "\n\n";
|
99 |
|
100 |
remove_action('wp_footer', 'A2A_menu_javascript');
|
228 |
onclick="this.parentNode.firstChild.checked=true"/>
|
229 |
</label><br>
|
230 |
<label>
|
231 |
+
<input name="A2A_SHARE_SAVE_button" value="share_save_120_16.png|120|16" type="radio"<?php if( !get_option('A2A_SHARE_SAVE_button') || get_option('A2A_SHARE_SAVE_button' )=='share_save_120_16.png|120|16' ) echo ' checked="checked"'; ?>
|
232 |
style="margin:9px 0;vertical-align:middle">
|
233 |
+
<img src="<?php echo trailingslashit(get_option('siteurl')).PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)).'/share_save_120_16.png'; ?>" width="120" height="16" border="0" style="padding:9px;vertical-align:middle"
|
234 |
onclick="this.parentNode.firstChild.checked=true"/>
|
235 |
</label><br>
|
236 |
<label>
|
237 |
+
<input name="A2A_SHARE_SAVE_button" value="share_save_171_16.png|171|16" type="radio"<?php if(get_option('A2A_SHARE_SAVE_button')=='share_save_171_16.png|171|16') echo ' checked="checked"'; ?>
|
238 |
style="margin:9px 0;vertical-align:middle">
|
239 |
+
<img src="<?php echo trailingslashit(get_option('siteurl')).PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)).'/share_save_171_16.png'; ?>" width="171" height="16" border="0" style="padding:9px;vertical-align:middle"
|
240 |
onclick="this.parentNode.firstChild.checked=true"/>
|
241 |
</label><br>
|
242 |
<label>
|
243 |
+
<input name="A2A_SHARE_SAVE_button" value="share_save_256_24.png|256|24" type="radio"<?php if(get_option('A2A_SHARE_SAVE_button')=='share_save_256_24.png|256|24') echo ' checked="checked"'; ?>
|
244 |
style="margin:9px 0;vertical-align:middle">
|
245 |
+
<img src="<?php echo trailingslashit(get_option('siteurl')).PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)).'/share_save_256_24.png'; ?>" width="256" height="24" border="0" style="padding:9px;vertical-align:middle"
|
246 |
onclick="this.parentNode.firstChild.checked=true"/>
|
247 |
</label><br>
|
248 |
<label>
|
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-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: \n"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2008-11-27 14:13-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: \n"
|
favicon.png
CHANGED
Binary file
|
screenshot-1.gif
DELETED
Binary file
|
screenshot-1.png
ADDED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
Binary file
|
share_save_120_16.png
ADDED
Binary file
|
share_save_171_16.png
ADDED
Binary file
|
share_save_256_24.png
ADDED
Binary file
|