=== Add to Any Subscribe Button ===
Contributors: micropat
Donate link: http://www.addtoany.com/contact/
Tags: widget, sidebar, rss, plugin, links, feed, feeds, images, button, Post, posts, subscribe, add to any, addtoany, add, any, email, e-mail, Google, My, Yahoo, Mixx, iTunes, Feeds
Requires at least: 2.2
Tested up to: 2.6
Stable tag: 0.9.2.1
Lets readers subscribe to your blog using any feed reader.
== Description ==
Lets readers **subscribe** to your blog using **any feed reader**, such as Google Reader, My Yahoo!, Netvibes, Pageflakes, and all the rest. 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.
* Add to Any Smart Menu
* Includes all services
* Services updated automatically
* Searchable on key-down
* Keyboard navigation
* Google Analytics integration
Demo: http://www.addtoany.com/
See also, the Share/Save/Bookmark button plugin.
== Installation ==
1. Upload `add-to-any-subscribe` to the `/wp-content/plugins/` directory
1. Activate the plugin through the `Plugins` menu in WordPress
1. Go to `Presentation` -> `Widgets` and click `Add` next to "Add to Any Subscribe"
== Frequently Asked Questions ==
= How often is the list of services updated? =
Constantly.
= Where can I choose which button to display and other options? =
Go to `Settings` > `Subscribe Buttons`.
= How come the widget doesn't display once I activate it? =
You'll have to manually put it where you want it in your sidebar. You can do so by going to `Presentation` > `Widgets` and clicking `Add` next to "Add to Any Subscribe". You'll need to have a "widget ready" theme.
If you have already added the widget but the actual button is not displaying, you should reinstall the widget, making sure to copy the actual `add-to-any-subscribe` folder (and all of its contents) to your plugins folder.
Also, be sure to deactivate any previous versions of the widget in the `Plugins` tab.
= What if I don't have a "widget ready" theme, or I want to place the button somewhere else? =
Using the Theme Editor, you can place the following code in your template pages (within sidebar.php, index.php, single.php, and/or page.php):
`<?php Add_to_Any_Subscribe_Widget::display(); ?>`
= Why do embedded objects (like Flash) disappear when the menu is displayed? =
This is done to overcome browser limitations that prevent the drop-down menu from displaying on top of intersecting embedded objects. If you would like to disable this, uncheck the `Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed` option on the plugin's settings page.
== Screenshots ==
1. This is the Add to Any Subscribe button!
2. This is the drop-down menu that appears instantly when visitors move the mouse over the Subscribe button!
== Changelog ==
.9.2.1:
* Fixed 1 line to support those without short_open_tag
.9.2:
* New: Custom buttons (specify a URL)
* Fix to permit XHTML Strict validation
.9.1:
* New Menu Styler lets you customize the color of the menus
* New Menu Option: "Only show the menu when the user clicks the Subscribe button"
* New additional customization: Set custom JavaScript variables
* Simplified config panel in `Design` > `Widgets` with link to `More Settings...`
* New full settings panel in: `Settings` > `Subscribe Buttons`
* Better support for CSS styling: .addtoany_share_save
* PHP support for short_open_tag
* PHP4 legacy and compatibility fixes