
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 AddToAny 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>a2a_init('feed'); to the end of the normal JavaScript variables, like this:
<a class="a2a_dd" 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/";a2a_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, AddToAny 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.
If the target URL is invalid, Internet Explorer blocks this function. The Add to Favorites button will only work when the URL is properly formatted (i.e. http://example.com/page.html)
See this page!
<script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>a2a_init('page'); to the end of the normal JavaScript variables, like this:
<a class="a2a_dd" 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;a2a_init('page');</script> <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>Facebook does link sharing a little differently than most other services. Facebook uses the Meta Description of a shared page instead of the page's title (or the title that is passed to your AddToAny widget). For more information on setting the description and image that Facebook uses, see http://wiki.developers.facebook.com/index.php/Facebook_Share/Specifying_Meta_Tags.
Not at all. AddToAny 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.
AddToAny is free, and always will be.
AddToAny automatically integrates with Google Analytics. If you are using an AddToAny widget on a page that uses Google Analytics, the statistics roll in on their own. See AddToAny & 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!
Set this JavaScript variable: a2a_onclick=1;
AddToAny automatically places the services you visit at the top of the menu, and those services appear in bold. Read the blog post about this smart menu feature here.
Yes! For the best performance, we let publishers use our content delivery network directly. In the event that this URL changes or we change CDNs, we ask that you please contact us before implementing so we can let you know if/when we make changes to the HTTPS URL. After you contact us, see the source code of the HTTPS/SSL example page for how to use the SSL version for the sharing button and script.
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"...