Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (30 loc) · 1.26 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.26 KB

Important

This plugin has reached its end of life (EOL) and will no longer receive updates.

bs Share Buttons

WordPress plugin to show share buttons in pages, posts, widgets or .php files.

Demo & documentation: https://bootscore.me/documentation/bs-share-buttons/

Installation

  1. Download the zip file right here by pressing the green code button above.
  2. In your admin panel, go to Plugins > and click the Add New button.
  3. Click Upload Plugin and Choose File, then select the Plugin's .zip file. Click Install Now.
  4. Click Activate to use your new Plugin right away.

Usage

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

License & Credits