Skip to content

Adds share buttons in page, posts, widgets or php files in bootScore 5 by insert shortcode.

License

Notifications You must be signed in to change notification settings

bootscore/bs-share-buttons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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