AddToAny Share Buttons
by micropat 4.7 (1,114 reviews)

AddToAny Share Buttons

Share buttons for WordPress including the AddToAny button, Facebook, Bluesky, Mastodon, WhatsApp, Pinterest, Reddit, many more, and follow icons too.

AddToAny Share Buttons ranks #186 among WordPress.org plugins with 300,000+ active installations, is #17 of 6,296 in the Media category, a 4.7/5 rating from 1,114 reviews, and was last updated May 22, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7 (Current: 7.1)
v1.8.18 Current Version v1.8.18
Updated 3 months ago Last Update on 22 May, 2026
Refreshed 11 hours ago Last Refreshed on
#17 of 6,296 in Media Top 1% by installs Downloads -24% this week
View on WordPress.org
Rank
#186
No change
Active Installs
300K+
-11.8%
KW Avg Position
12
No change
Downloads
18.5M
+798 today
Support Resolved
100%
No change
Rating
94%
Review 4.7 out of 5
4.7 (1,114 reviews)

Next Milestone 400K

Total Progress 39.6%
300K+ 400K+
29
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 60,417 more installs to reach 400K+

Rank Changes

166 176 186 196 206 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026
166 176 186 196 206 31-08-2026 01-09-2026 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026
Current #186
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

600 700 800 900 1K 1.1K 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026
600 800 1K 1.2K 1.4K 31-08-2026 01-09-2026 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

4.7
1,114 reviews
Overall 94%
5
1,004 (90%)
4
38 (3%)
3
15 (1%)
2
14 (1%)
1
43 (4%)

Support Threads Overview

Resolved
Unresolved
1
Total Threads
1
Resolved
0
Unresolved
100%
Resolution Rate

Security History

Source: WPVulnerability

5 known vulnerabilities on record · 0 in the last 24 months · checked 1 week ago

  1. AddToAny Share Buttons [add-to-any] < 1.7.48

    CVE-2021-24616 · Fixed in v1.7.48

  2. AddToAny Share Buttons [add-to-any] < 1.7.46

    CVE-2021-24568 · Fixed in v1.7.46

  3. AddToAny Share Buttons [add-to-any] < 1.7.15

    Fixed in v1.7.15

  4. AddToAny Share Buttons [add-to-any] < 1.7.15

    Fixed in v1.7.15

  5. AddToAny Share Buttons [add-to-any] < 1.7.15

    Fixed in v1.7.15

TL;DR

AI summary of the plugin's readme

This plugin is for WordPress site owners who want visitors to share their posts and pages on social media and other platforms. It solves the problem of adding customizable, fast-loading share and follow buttons for services like Facebook, Bluesky, Pinterest, and WhatsApp without requiring a signup or account.

  • Standard share buttons
  • Floating share buttons
  • Share counters
  • Follow buttons
  • Image sharing buttons
  • Custom share icons
  • Google Analytics integration
  • WooCommerce support

Frequently Asked Questions

Common questions about AddToAny Share Buttons

In WordPress, go to Settings > AddToAny. Setup Follow buttons (like Instagram, YouTube, etc.) using the AddToAny Follow widget in Appearance > Widgets (or Appearance > Customize). To further customize AddToAny, see the WordPress sharing documentation for the AddToAny plugin. Many customizations will have you copy & paste one or more lines of code into your "Additional JavaScript" or "Additional CSS" box. Those boxes are in Settings > AddToAny.
Try temporarily switching themes and deactivating other plugins to identify a potential conflict. If you find a conflict, try contacting that theme or plugin author. If an issue persists on a default theme with all other plugins deactivated, search the WordPress plugin's support forum. Feel free to post here, where the community can hopefully help you. Describe the issue, what troubleshooting you have already done, provide a link to your site, and any other potentially relevant information.
Something on your own device/browser/connection is likely filtering out major social buttons. Try another web browser, device, and/or Internet connection to see if the buttons appear. Tools like browserling.com will give you an idea of what other people are seeing. The usual cause for this uncommon issue is 3rd party browser add-on software that blocks ads and optionally filters out major social buttons. Some security apps and Internet connections have an option to filter social buttons. Usually a social filter option is disabled by default, but if you find that some software is inappropriately filtering AddToAny buttons, let AddToAny know.
You can place your share buttons exactly where you want them by inserting the following shortcode: [addtoany] Customize the shared URL like so: [addtoany url="https://www.example.com/page.html" title="Some Example Page"] Display specific share buttons by specifying comma-separated service codes: [addtoany buttons="facebook,mastodon,email"] Share a specific image or video to certain services that accept arbitrary media (Pinterest, Yummly, Houzz): [addtoany buttons="pinterest,yummly,houzz" media="https://www.example.com/media/picture.jpg"]
Facebook expects the Title, Description, and preview image of a shared page to be defined in the Open Graph meta tags of a shared page. Use Facebook's Sharing Debugger on your pages to see how Facebook reads your site. "Scrape Again" to test site changes and clear Facebook's cache of a page, or use the Batch Invalidator to purge Facebook's cache of multiple URLs. To change the title, description and/or image on Facebook, your theme's header file should be modified according to Facebook's OpenGraph specification. With WordPress, this can be accomplished with plugins such as Yoast SEO or the Social Meta feature of the All in One SEO Pack. Please see those plugins for details, and post in the WordPress or plugin author's forums for more support. For more technical information on setting your pages up for Facebook sharing, see "Sharing Best Practices for Websites" in Facebook's documentation.
AddToAny routing enables publisher customization, visitor personalization, and keeps the AddToAny plugin remarkably lightweight without the need for constant plugin updates. In AddToAny menus, visitors see the services they actually use. On mobile, AddToAny presents the choice of sharing to a service's native app or mobile site and the preference is used on the next share. Publishers take advantage of AddToAny services such as email templates, custom parameters, URL shorteners, localization, and more. Just as service icons change, service endpoints change too, and AddToAny is updated daily to reflect service endpoint and API changes.
Configure your social media profile links by adding the "AddToAny Follow" widget in Appearance > Customize or Appearance > Widgets.
Upload sharing icons in a single directory to a public location, and make sure the icon filenames match the icon filenames packaged in the AddToAny plugin. In WordPress, go to Settings > AddToAny > Advanced Options > check the "Use custom icons" checkbox and specify the URL to your custom icons directory (including the trailing /). For AddToAny's universal button, go to Universal Button, select "Image URL" and specify the exact location of your AddToAny universal share icon (including the filename).
In the Theme Editor (or another code editor), place this code block where you want the button and individual icons to appear in your theme: <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT(); } ?> You can specify AddToAny service code(s) to show specific share buttons, for example: <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT( array( 'buttons' => array( 'facebook', 'mastodon', 'email', 'whatsapp' ), ) ); } ?> To customize the shared URL and title: <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT( array( 'linkname' => 'Example Page', 'linkurl' => 'https://example.com/page.html', ) ); } ?> To share the current URL and title (detected on the client-side): <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT( array( 'use_current_page' => true ) ); } ?> To hardcode the shared current URL and modify the title (server-side): <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT( array( 'linkname' => is_home() ? get_bloginfo( 'description' ) : wp_title( '', false ), 'linkurl' => esc_url_raw( home_url( $_SERVER['REQUEST_URI'] ) ), ) ); } ?> To share a specific image or video to certain services that accept arbitrary media (Pinterest, Yummly): <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT( array( 'buttons' => array( 'pinterest', 'yummly' ), 'linkmedia' => 'https://www.example.com/media/picture.jpg', 'linkname' => 'Example Page', 'linkurl' => 'https://www.example.com/page.html', ) ); } ?>
See the supported follow services for service code names, then place this example code in your theme's file(s) where you want the follow buttons to appear: <?php if ( function_exists( 'ADDTOANY_FOLLOW_KIT' ) ) { ADDTOANY_FOLLOW_KIT( array( 'buttons' => array( 'facebook' => array( 'id' => 'zuck' ), 'instagram' => array( 'id' => 'kevin' ), 'tumblr' => array( 'id' => 'photomatt' ), ), ) ); } ?>

More plugins by micropat

Sign In / Register

You need to sign in or register to use this feature.