WP Manifestindependent plugin directory
manifest / social / bs-share-buttons

bS Share Buttons

Displays share buttons in bootScore WordPress theme

by Bastian Kreiter · github.com/crftwrk/bs-share-buttons · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/crftwrk/bs-share-buttons/archive/refs/heads/master.zip

Readme

=== bS Share Buttons ===

Contributors: craftwerk

Requires at least: 4.5 Tested up to: 5.5.1 Requires PHP: 5.6 Stable tag: 1.0.0 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html

Displays share buttons in bootScore WordPress Theme, Copyright 2020 Bastian Kreiter.

== Installation ==

  1. In your admin panel, go to Plugins > and click the Add New button.
  2. Click Upload Plugin and Choose File, then select the Plugin's .zip file. Click Install Now.
  3. 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 display 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

== Changelog ==

= 1.0.0 - September 13 2020 =

    * Initial release

Read the full README on GitHub →