Version Description
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 0.7 |
Comparing to | |
See all releases |
Code changes from version 0.6 to 0.7
- README.txt +5 -5
- add-to-any.php +3 -3
- bookmark.gif +0 -0
- screenshot-1.gif +0 -0
- share_save_120_16.gif +0 -0
README.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
-
=== Add to Any Bookmark Button ===
|
2 |
Contributors: micropat
|
3 |
Donate link: http://www.addtoany.com/contact/
|
4 |
Tags: bookmarking, social bookmarking, bookmark, sharing, share, saving, save, Post, posts, links, plugin, widget, e-mail, email, button, delicious, Google, digg, reddit, facebook, myspace, addtoany, add, any
|
5 |
Requires at least: 2.0
|
6 |
Tested up to: 2.5
|
7 |
-
Stable tag: 0.
|
8 |
|
9 |
Lets readers share, save, and bookmark your posts using any service.
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
-
Lets readers share, save, and bookmark your posts using any service, such as Delicious, Digg, Facebook, MySpace, and all the rest. The Bookmark button comes with a drop-down menu that appears on rollover.
|
14 |
|
15 |
Within the menu, users are additionally given a link to bookmark in-browser (Internet Explorer, Firefox, Opera, Safari, etc.), with directions on how to bookmark if their browser does not support auto-bookmarking from links/shortcuts.
|
16 |
|
@@ -42,5 +42,5 @@ Constantly.
|
|
42 |
|
43 |
== Screenshots ==
|
44 |
|
45 |
-
1. This is the Add to Any Bookmark button!
|
46 |
-
2. This is the drop-down menu that appears instantly when visitors move the mouse over the Bookmark button! This screenshot shows Delicious as selected by a user.
|
1 |
+
=== Add to Any Share/Save/Bookmark Button ===
|
2 |
Contributors: micropat
|
3 |
Donate link: http://www.addtoany.com/contact/
|
4 |
Tags: bookmarking, social bookmarking, bookmark, sharing, share, saving, save, Post, posts, links, plugin, widget, e-mail, email, button, delicious, Google, digg, reddit, facebook, myspace, addtoany, add, any
|
5 |
Requires at least: 2.0
|
6 |
Tested up to: 2.5
|
7 |
+
Stable tag: 0.7
|
8 |
|
9 |
Lets readers share, save, and bookmark your posts using any service.
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
+
Lets readers share, save, and bookmark your posts using any service, such as Delicious, Digg, Facebook, MySpace, and all the rest. The Share/Save/Bookmark button comes with a drop-down menu that appears on rollover.
|
14 |
|
15 |
Within the menu, users are additionally given a link to bookmark in-browser (Internet Explorer, Firefox, Opera, Safari, etc.), with directions on how to bookmark if their browser does not support auto-bookmarking from links/shortcuts.
|
16 |
|
42 |
|
43 |
== Screenshots ==
|
44 |
|
45 |
+
1. This is the Add to Any Share/Save/Bookmark button!
|
46 |
+
2. This is the drop-down menu that appears instantly when visitors move the mouse over the Share/Save/Bookmark button! This screenshot shows Delicious as selected by a user.
|
add-to-any.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?
|
2 |
/*
|
3 |
-
Plugin Name: Add to Any: Bookmark Button
|
4 |
Plugin URI: http://www.addtoany.com/buttons/
|
5 |
Description: Lets readers share, save and bookmark your posts using any service and browser.
|
6 |
-
Version: .
|
7 |
Author: MicroPat
|
8 |
Author URI: http://www.addtoany.com/contact/
|
9 |
*/
|
@@ -55,7 +55,7 @@ function add_to_any_link() {
|
|
55 |
?>
|
56 |
|
57 |
<a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=<?=$sitename_enc?>&siteurl=<?=$siteurl_enc?>&linkname=<?=$linkname_enc?>&linkurl=<?=$linkurl_enc?>">
|
58 |
-
<img src="<?=trailingslashit(get_option('siteurl')).PLUGINDIR.'/add-to-any/
|
59 |
</a>
|
60 |
<script type="text/javascript">a2a_linkname="<?=str_replace('"', '\\"', $linkname)?>";a2a_linkurl="<?=$linkurl?>";</script>
|
61 |
<script type="text/javascript" src="http://www.addtoany.com/js.dropdown.js?type=page"></script>
|
1 |
<?
|
2 |
/*
|
3 |
+
Plugin Name: Add to Any: Share/Save/Bookmark Button
|
4 |
Plugin URI: http://www.addtoany.com/buttons/
|
5 |
Description: Lets readers share, save and bookmark your posts using any service and browser.
|
6 |
+
Version: .7
|
7 |
Author: MicroPat
|
8 |
Author URI: http://www.addtoany.com/contact/
|
9 |
*/
|
55 |
?>
|
56 |
|
57 |
<a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=<?=$sitename_enc?>&siteurl=<?=$siteurl_enc?>&linkname=<?=$linkname_enc?>&linkurl=<?=$linkurl_enc?>">
|
58 |
+
<img src="<?=trailingslashit(get_option('siteurl')).PLUGINDIR.'/add-to-any/share_save_120_16.gif'?>" width="120" height="16" border="0" alt="Share/Save/Bookmark"/>
|
59 |
</a>
|
60 |
<script type="text/javascript">a2a_linkname="<?=str_replace('"', '\\"', $linkname)?>";a2a_linkurl="<?=$linkurl?>";</script>
|
61 |
<script type="text/javascript" src="http://www.addtoany.com/js.dropdown.js?type=page"></script>
|
bookmark.gif
DELETED
Binary file
|
screenshot-1.gif
CHANGED
Binary file
|
share_save_120_16.gif
ADDED
Binary file
|