WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: minimal-share-buttons (Used by 16 domains)

Minimal Share Buttons

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

The filter allows to change the whole icons markup, It receives the icon markup and the icon name as parameters.

msb_socials

The filter is applied to the default list of social networks and allows adding or removing socials networks. The array of social networks is associative array, the key is used for the option name on settings page and for the icon ID, and the value is associative array with three elements – field_label (the label of the field in settings), button_label (the label of the button for screenreader users), and share_url (the URL for sharing links). The share_url is passed through sprintf with two params – the URL of the current page and the title of the page. Example:

function my_add_xing( $socials ){

  $socials['xing'] = array(
    'field_label' => __( 'Xing', 'mytheme' ),
    'button_label' => __( 'Share on Xing', 'mytheme' ),
    'share_url' => 'https://www.xing.com/spi/shares/new?url=%1$s&title=%2$s'
  );

  return $socials;

}
add_filter( 'msb_socials', 'my_add_xing' );

msb_button_classes

This filter allows changing the classes of the individual buttons. Two parameters are apssed to the filter functions: the array with classes and the social network / button slug.

Credits

DomainExposuresHeadersLast Checked
s*u*n*s*e*a*.org F 2026-05-26 00:58:31
s*e*e*-*g.org (WP 6.9.4) F 2026-05-25 21:39:35
p*i*i*a*i*c*n*r*.ca F 2026-05-25 07:30:55
b*u*s*l*o*.nl (WP 7.0) 🔓 B 2026-05-24 05:17:47
p*c*h.ca F 2026-05-23 02:37:46
t*l*s*n*m*t.fi C 2026-05-22 00:09:11
i*k*s*v*-*-*r*t*k*-*h*.bg (WP 6.7.5) F 2026-05-21 08:14:31
e*p*-*i*e*.com F 2026-05-21 02:30:36
p*t*r.n*k*l*w.me (WP 6.9.4) F 2026-05-17 17:02:36
r*g*l*g*n*e.com (WP 6.9.4) F 2026-05-17 14:53:40
l*t*e*t*a*t.com F 2026-05-08 13:22:32
b*i*o*e*t.fr F 2026-05-07 15:25:42
d*e*m*o*s*a*k*n*.com (WP 6.9.4) F 2026-05-01 17:02:53
f*i*e*e*e*i*r*.fr (WP 6.8.1) F 2026-05-01 12:16:55
n*b*d*.com F 2026-04-28 18:20:01
f*i*e*e*e*i*r*.com (WP 6.8.1) D 2026-04-27 11:59:14

Top 50 Plugins

Plugin Count
elementor 1,755,857
contact-form-7 1,723,316
elementor-pro 1,023,482
woocommerce 800,590
revslider 607,311
jetpack 459,399
js_composer 423,992
wp-rocket 325,168
essential-addons-for-elementor-lite 282,146
gravityforms 258,492
complianz-gdpr 245,553
cookie-law-info 223,469
instagram-feed 223,057
sitepress-multilingual-cms 215,761
google-site-kit 215,090
google-analytics-for-wordpress 211,020
header-footer-elementor 206,497
elementskit-lite 198,474
bluehost-wordpress-plugin 189,227
gutenberg 157,929
gutenberg-core 149,674
cookie-notice 144,864
wpforms-lite 129,200
the-events-calendar 128,340
litespeed-cache 125,462
gtranslate 123,945
astra-sites 119,935
popup-maker 114,273
woocommerce-payments 111,576
tablepress 103,537
coblocks 95,840
honeypot 94,833
astra-addon 93,138
all-in-one-seo-pack 92,311
wp-smushit 91,745
duracelltomi-google-tag-manager 90,732
LayerSlider 90,243
bb-plugin 89,592
premium-addons-for-elementor 85,041
akismet 84,672
megamenu 83,231
cleantalk-spam-protect 82,891
mailchimp-for-wp 82,561
woocommerce-gateway-stripe 81,389
fusion-builder 78,146
ml-slider 77,078
formidable 77,022
ewww-image-optimizer 76,272
borlabs-cookie 75,606
wp-pagenavi 75,310

Top 50 Themes

Theme Count
hello-elementor 599,933
Divi 502,561
astra 416,978
flatsome 124,253
Avada 122,054
generatepress 114,538
pub 103,384
oceanwp 81,412
kadence 76,031
enfold 70,332
salient 65,830
twentyseventeen 54,845
bb-theme 54,481
twentytwentyfour 53,453
h4 52,938
cocoon-master 50,817
betheme 50,656
blocksy 49,022
dt-the7 44,911
twentytwentyfive 42,804
neve 38,235
Avada-Child-Theme 36,877
gox 32,847
bridge 32,477
twentytwentyone 32,094
woodmart 31,934
lightning 30,022
twentytwenty 29,548
swell 27,463
Impreza 25,635
bricks 25,179
twentytwentythree 24,119
Newspaper 22,638
twentytwentytwo 19,976
epik-redesign 19,290
uncode 18,640
twentysixteen 17,845
pro 17,721
sydney 17,711
storefront 17,533
voxel 17,021
extendable 15,379
kubio 14,520
Total 14,390
yith-wonder 13,996
hello-theme-child-master 12,930
themify-ultra 12,838
yootheme 12,575
factory-templates-4 12,544
hestia 12,453