AddToAny Share Buttons
The AddToAny Share Buttons plugin for WordPress increases traffic & engagement by helping people share your posts and pages to any service. Services include Facebook, Bluesky, Mastodon, Pinterest, WhatsApp, LinkedIn, Threads, Tumblr, Reddit, X, WeChat, and many more sharing and social media sites & apps. AddToAny is the home of universal sharing, and the AddToAny plugin is the most popular share plugin for WordPress, making sites social media ready since 2006. Share Buttons Standard share buttons — share each piece of content Floating share buttons — responsive & customizable, vertical & horizontal Counters — fast & official share counts in the same style Follow buttons — social media links to your Instagram, YouTube, Discord, Snapchat Image sharing buttons – share buttons for sharing images Vector share buttons & follow buttons — custom color SVG icons Custom share icons — use your own if you prefer Official buttons including the Facebook Like Button, Pinterest Save Button, and LinkedIn Share Button Universal email sharing makes it easy to share via Gmail, Yahoo Mail, Outlook.com (Hotmail), AOL Mail, and any other web or native apps Custom Placement & Appearance Before content, after content, or before & after content Vertical Floating Share Bar, and Horizontal Floating Share Bar As a shortcode, or a widget within a theme’s layout Programmatically with template tags Analytics Integration Google Analytics integration (access guide) for sharing analytics Track shared links with Bitly and custom URL shorteners Display share counts on posts and pages WordPress Optimized Loads asynchronously so your content always loads before or in parallel with AddToAny Supports theme features such as HTML5, widgets, infinite scroll, post formats Supports WooCommerce, multilingual sites, multisite networks, and accessibility standards AddToAny is free — no signup, no login, no accounts to manage Mobile Optimized & Retina Ready AddToAny gives users the choice in sharing from a service’s native app or from a web app Responsive Floating Share Buttons are mobile ready by default, and configurable breakpoints make floating buttons work with any theme AddToAny’s SVG icons are super-lightweight and pixel-perfect at any size, and AddToAny’s responsive share menu fits on all displays Automatic AMP (Accelerated Mobile Pages) support for social share buttons on AMP pages Customizable & Extensible Choose exactly where you want AddToAny to appear Easily customize sharing on your WordPress site Highly extensible for developers and designers Custom icons let you use any icons from any location (media uploads directory, CDN, etc.) Many more publisher and user features Wide Support Over 10 years of development Over 18 million downloads Translated into dozens of languages Ongoing support from the community This plugin always strives to be the best WordPress plugin for sharing. Development is fueled by your kind words and feedback. Share this plugin See also: The share buttons for all platforms The share buttons for WordPress.com AddToAny Blog | Privacy Policy
Top keywords
- share22×4.79%
- buttons15×3.27%
- addtoany10×2.18%
- share buttons10×2.18%
- sharing9×1.96%
- wordpress6×1.31%
- content5×1.09%
- custom5×1.09%
- floating5×1.09%
- icons5×1.09%
- floating share4×0.87%
- media4×0.87%
Saiy2k Nostr Components
Nostr Components brings the power of Nostr (Notes and Other Stuff Transmitted by Relays) to your WordPress site through modern web components. This plugin provides Gutenberg blocks and shortcodes that allow you to seamlessly integrate Nostr content into your posts and pages. Key Features Gutenberg Blocks: Modern block editor integration for Nostr Zap button, Post, Profile, Profile Badge, Follow Button, Like Button, and Livestream Shortcodes: Classic editor support with simple shortcode syntax Selective Loading: Enable only the components you need for optimal performance Customizable: Configure relays, themes, and component settings Security: Built-in security with custom element allowlist via KSES Performance: Conditional asset loading based on enabled components Available Components Nostr Zap button: Allows your readers to zap to your posts and pages Nostr Follow Button: Interactive follow/unfollow buttons for Nostr users Nostr Post: Display Nostr notes/posts with full content and metadata Nostr Profile: Show complete Nostr user profiles with bio, stats, and social links Nostr Profile Badge: Compact profile display perfect for sidebars and footers Nostr Like Button: Like URLs using Nostr reactions (NIP-25) Nostr Livestream: Display Nostr livestreams (NIP-53) with video playback and participant information How It Works Install and activate the plugin Go to Settings → Saiy2k Nostr Components to configure Enable only the components you need Add blocks in the Gutenberg editor or use shortcodes Configure relays and theme settings as needed Example Usage Gutenberg Blocks: Simply add the Nostr blocks from the block inserter and configure them in the block settings. Shortcodes: [nostr_zap_button pubkey=”npub1abc…” url=””] [nostr_post eventid=”note1abc…”] [nostr_profile pubkey=”npub1abc…”] [nostr_profile_badge pubkey=”npub1abc…”] [nostr_follow_button pubkey=”npub1abc…”] [nostr_like_button] [nostr_livestream naddr=”naddr1abc…”] Adding Like and Zap Buttons to All Posts/Pages To automatically add Like and Zap buttons to the end of every post and page: Go to Appearance → Theme Editor (or use a child theme for safer customization) Select your active theme (or child theme) Open functions.php Add the following code at the end of the file: // Add shortcode to the end of every post and page function add_shortcode_to_content($content) { // Only add in single posts and pages (not homepage or archives) if (is_singular(['post', 'page']) && in_the_loop() && is_main_query()) { $shortcode_1 = do_shortcode('[nostr_like_button]'); $current_url = esc_url(get_permalink()); $shortcode_2 = do_shortcode('[nostr_zap_button npub="[YOUR-NPUB-GOES-HERE]" url="' . $current_url . '"]'); $content .= ' ' . $shortcode_1 . ' ' . $shortcode_2 . ' '; } return $content; } add_filter('the_content', 'add_shortcode_to_content'); Important Notes: * Replace [YOUR-NPUB-GOES-HERE] with your actual Nostr public key (npub format) * Always use a child theme when modifying theme files to preserve changes during theme updates * The buttons will only appear on single post and page views, not on archive pages or the homepage Development This plugin is developed as part of the Nostr Components project. For development, bug reports, and feature requests, please visit the GitHub repository. Support For support, please visit the GitHub repository or create an issue. Privacy Policy This plugin does not collect, store, or transmit any personal data. All Nostr data is fetched directly from public relays and displayed locally on your site. If components fetch data client‑side, visitors’ browsers may directly connect to configured relays (exposing their IP and user agent to those relays). Configure trusted relays accordingly.