Important
This plugin has reached its end of life (EOL) and will no longer receive updates.
WordPress plugin to show share buttons in pages, posts, widgets or .php files.
Demo & documentation: https://bootscore.me/documentation/bs-share-buttons/
- Download the zip file right here by pressing the green
code
button above. - In your admin panel, go to Plugins > and click the Add New button.
- Click Upload Plugin and Choose File, then select the Plugin's .zip file. Click Install Now.
- Click Activate to use your new Plugin right away.
Use shortcode to display share buttons in your post, page or widget:
[bs-share-buttons]
Use shortcode to display share buttons in your `.php files:
<?php echo do_shortcode("[bs-share-buttons]"); ?>
Remove buttons you do not want to show directly in main.php line 77 to 89 by deleting the respective line or override them by display: none;
. Use following classes:
.btn-twitter
.btn-facebook
.btn-whatsapp
.btn-pinterest
.btn-linkedin
.btn-reddit
.btn-tumblr
.btn-buffer
.btn-mix
.btn-vk
.btn-mail
- `.btn-print
- bS Share Buttons, MIT License https://github.com/bootscore/bs-share-buttons/blob/main/LICENSE