WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Milen Petrinski - Gonzo v1.8.0

Minimal Share Buttons

A social share plugin that doesn't spy on users and doesn't slow down your site.

Minimal Share Buttons

The facts

Rating
4.6★ from 9
Active installs
100+
Price
Free
Last updated
13 Jun 2025
Added
Aug 2017
Tested up to
WP 6.8.8
Requires PHP
5.6
Downloads
6,369

Our analysis

AI-assisted

Minimal Share Buttons is a WordPress plugin that adds share buttons to your posts and pages. It allows you to display these buttons in various ways, including under the content, in a sidebar widget, or within the post content using a Gutenberg block or shortcode. The plugin uses SVG icons for social media logos and is designed to blend with your site's theme.

The plugin prioritises performance and user privacy, as it does not load third-party scripts or set cookies. It also supports accessibility features, making it suitable for users with disabilities. This plugin is suitable for website owners who want a simple and elegant solution for social sharing without compromising on performance or privacy.

Best for: Website owners looking for a straightforward social sharing solution.

What it does well

  • Adds share buttons under posts and pages
  • Uses SVG icons that match your theme's design
  • No third-party scripts or cookies
  • Supports accessibility features
  • Compatible with Gutenberg and classic editor

Where it falls short

  • Limited information on additional features or customisation options

Verdict

Minimal Share Buttons offers a simple and effective way to add social sharing functionality to your site, with a focus on performance and privacy.

From the developer

Milen Petrinski - Gonzo's own description of Minimal Share Buttons, lightly tidied.

Add simple share buttons under your posts, add share block in the new editor, or use the widget to add sharing to any widget area your theme provides. This plugin uses simple SVG icons for social network logos and small vanilla JavaScript to allow the user to share the current post or page. Share icons inherit their colours from the theme link colours to match the website design.

Why choose Minimal Share Buttons before other similar plugins?

  • Minimal and elegant look that blends with your theme (tested with all latest default WordPress themes as well as with some other popular themes).
  • Minimal impact on your site’s performance – the plugin loads only a small SVG file with the icons, less than 1k CSS and 3.5к unminified and uncompressed JavaScript – most of it to make SVG icons work in old browsers.
  • Doesn’t spy on your users – the plugin doesn’t load any thitd-party scripts that record your user’s activity on your site, doesn’t set or read any cookies.
  • Sharing through the native share dialog on devices that support it.
  • GDPR-hasle-free – since the plugin doesn’t leak personal information to third parties, this makes it easier for website owners to comply with the European privacy regulations.
  • Accessibility – the share links have labels, read by screen readers, and visible for keyboard users.
  • Gutenberg and WordPress 5.0 ready – the plugin provides block that displays the share buttons so that authors can place them wherever they want in the post content.

Usage

There are five ways of displaying the share buttons on a post or page:

  1. Force them to display under the content of the post by checking the relevant checkboxes in the Display settings sections on the plugin settings screen.
  2. Add Share widget to the sidebar or another widget area.
  3. Use the Gutenberg block to add the share buttons whereever you want in the post content.
  4. Use the shortcode [msb_share title="Share this"] in the classic editor.
  5. Use the function msb_display_buttons() to render the widget in your theme templates.

Theme developers

From version 1.4 you can more easily display the sharing widget in your templates using the function msb_display_buttons(). The function accepts two arguments – an array of options, passed to the widget, and a second boolean argument that tells the function to echo the resulting markup. Here’s an example:

$args = [
  'before_widget' => '<div class="msb-container">',
  'after_widget'  => '</div>',
  'before_title'  => '<h2>',
  'after_title'   => '</h2>',
  'title'         => __( 'Share this article', 'mytextdomain' ),
];
msb_display_buttons( $args, true );

If your theme uses SVG icons, combined into a SVG sprite, and your sprite has icons for Facebook, Twitter, Google+ and LinkedIn, there are two filters you can use to replace the icons, provided by the plugin, with yours. The results of the two filters are concatenated with a hash between them and passed through esc_url before output.

Another filter allows manipulation of the array of social networks.

msb_sprite_url

The filter is applied to the URL of the sprite image and the filter function should return the URL (without the hash sign) of an SVG sprite image, consisting of icons in symbol elements.

msb_icon_name

The filter is applied to the icon name before concatenating it to the sprite URL. It should return the ID of the icon symbol in the sprite.

msb_icon

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for social media.

Smash Balloon Social Photo Feed

Formerly "Instagram Feed". Display clean, customizable, and responsive Instagram feeds from multiple...

Free 1M+ installs 4.9★ (4,350)
Nextend Social Login and Register

One click registration & login plugin for Facebook, Google, X (formerly Twitter) and more. Quick setup and...

Free 200k+ installs 4.9★ (446)
Smash Balloon Social Post Feed

Formerly "Custom Facebook Feed". Display completely customizable Facebook feeds of a Facebook page....

Free 200k+ installs 4.7★ (1,508)
Custom Twitter Feeds

Display X posts (Twitter tweets) from any public user account in a clean, attractive looking feed that updates...

Free 100k+ installs 4.8★ (401)