Forever.
Constantly. We're always in search of new services. Let us know if you find one that isn't listed.
Yes! You can use FeedBurner in conjunction with Add to Any by entering your FeedBurner feed url like http://feeds.feedburner.com/FEEDBURNER_USERNAME in the Feed URL box.
<script type="text/javascript" src="http://static.addtoany.com/menu/feed.js"></script>init('feed'); to the end of the normal JavaScript variables, like this:
<a class="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/subscribe?linkname=Example%27s%20feed&linkurl=http%3A%2F%2Fwww.example.com%2Frss%2F"><img src="http://static.addtoany.com/buttons/subscribe_171_16.gif" width="171" height="16" border="0" alt="Subscribe"/></a><script type="text/javascript">a2a_linkname="Example's feed";a2a_linkurl="http://www.example.com/rss/";init('feed');</script> <script type="text/javascript" src="http://static.addtoany.com/menu/feed.js"></script>It's an extra safeguard. Some people have JavaScript and/or HTTP referers disabled in their browsers. JavaScript is needed for the dropdown menu to appear, and the referring page is used if the page URL isn't supplied. By typing in the page URL, all visitors will still be able to share, save and bookmark your page regardless of their browser settings. If you do not specify a URL, Add to Any will automatically detect the current page using JavaScript and/or the refererring page, and your visitors will always be able to click the button to go to the landing page.
See this page!
<script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>init('page'); to the end of the normal JavaScript variables, like this:
<a class="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark"><img src="http://static.addtoany.com/buttons/share_save_171_16.gif" width="171" height="16" border="0" alt="Share/Save/Bookmark"/></a><script type="text/javascript">a2a_linkname=document.title;a2a_linkurl=location.href;init('page');</script> <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>Not at all. Add to Any only passes the information you provide in the form above to the feed readers your visitors select. Today, most (if not all) of the listed feed readers support every standard format.
Add to Any is free, and always will be.
Add to Any automatically integrates with Google Analytics. If you use are using an Add to Any widget on a page that uses Google Analytics, the statistics roll in on their own. See Add to Any & Google Analytics for details on how to access these stats within Google Analytics.
Click the More Options button on the widget generation page. If you're looking to customize the button in a way that doesn't appear to be possible yet, definitely let us know.
Yes, please do!
Certainly, and when you do, feel free to add them to the buttons pool on Flickr!
In the code, replaceonmouseover="a2a_show_dropdown(this)"withonclick="a2a_show_dropdown(this);return false"
The button's anchor link needs to have a class name ofa2a_ddfor the menu to function properly. You can safely add other class names to the anchor tag by separating them with spaces like this:<a class="a2a_dd someClassName anotherClassName"...