Formerly "Instagram Feed". Display clean, customizable, and responsive Instagram feeds from multiple...
A social share plugin that doesn't spy on users and doesn't slow down your site.
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
Where it falls short
Minimal Share Buttons offers a simple and effective way to add social sharing functionality to your site, with a focus on performance and privacy.
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?
There are five ways of displaying the share buttons on a post or page:
[msb_share title="Share this"] in the classic editor.msb_display_buttons() to render the widget in your theme templates.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.
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.
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.
Other plugins for social media.
Formerly "Instagram Feed". Display clean, customizable, and responsive Instagram feeds from multiple...
One click registration & login plugin for Facebook, Google, X (formerly Twitter) and more. Quick setup and...
Most popular WooCommerce product feed plugin supporting Google shopping feed, meta/facebook feed, bing product...
Formerly "Custom Facebook Feed". Display completely customizable Facebook feeds of a Facebook page....
Display X posts (Twitter tweets) from any public user account in a clean, attractive looking feed that updates...
Social icons, share buttons & a floating Click to Chat button for WhatsApp, Telegram, Messenger & Vibe...