bootscore / bs-share-buttons

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

Home Page:https://bootscore.me/plugins/bs-share-buttons/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://bootscore.me/plugins/bs-share-buttons/

License:MIT License


Languages

Language:PHP 72.5%Language:CSS 27.5%