
Help visitors subscribe to your blog using email or any feed reader, such as Feedly, The Old Reader, Yahoo!, AOL, and many more feed services.
The Subscribe button helps people subscribe to your blog using any feed reader, such as Feedly, The Old Reader, Yahoo!, AOL, and many more RSS readers.
The button displays AddToAny’s customizable Smart Menu, which places the services visitors use at the top of the menu, based on each visitor’s preferences.
Subscribe Button (standard version)
See also:
add-to-any-subscribe directory (including all files within) to the /wp-content/plugins/ directoryPlugins menu in WordPressAppearance -> Widgets and click Add next to “AddToAny Subscribe”add-to-any-subscribe directory (including all files within) to the /wp-content/plugins/ directoryPlugins menu in WordPressAppearance -> Widgets and click Add next to “AddToAny Subscribe”Go to Settings > Subscribe Buttons, and Appearance > Widgets for configuring AddToAny Subscribe widgets.
FeedBlitz and Google’s FeedBurner offer subscription analytics. See Using FeedBurner for implementing Google’s FeedBurner.
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 “AddToAny Subscribe”. You’ll need to have a “widget ready” theme.
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 if ( class_exists( 'Add_to_Any_Subscribe_Widget' ) ) { Add_to_Any_Subscribe_Widget::display(); } ?> This can be done through the template tag (as described above). Specify a feed name and feed URL through the template tag like so:
<?php if ( class_exists( 'Add_to_Any_Subscribe_Widget' ) ) { $A2A_SUBSCRIBE_options = array( 'feedname' => 'Name of the Feed', 'feedurl' => 'http://www.example.com/feed'); Add_to_Any_Subscribe_Widget::display( $A2A_SUBSCRIBE_options ); } ?> Upload the plugin directory (including all files within) to the /wp-content/mu-plugins/ folder, then move the add-to-any-subscribe.php file from the plugin directory to the mu-plugins folder so that it can auto-execute.
wp_footer checkname attribute from the button’s anchorDesign > Widgets with link to More Settings...Settings > Subscribe Buttons