/wp_bootstrap_share_buttons

A Template-Partial for native Link Social-Media Share Buttons with Twitter Bootstrap 3 classes.

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Wordpress Twitter Bootstrap 3 Share Buttons

A Template-Partial for native Link Social-Media Share Buttons with Twitter Bootstrap 3 classes.

The goal of this Partial is to improve the performance and design quality of your Wordpress site. You can use it with nearly no changes out of Wordpress with another CMS, Framework or plain PHP.

Installation

Simply add the following line where you want to display the share Buttons and edit the $services, $parameters and $settings arrays in the share.php to your needs.

<?php get_template_part( 'partials/share' ); ?>

You can include the example.less or example.css in your project for the default button styles with the brand colors.

Iconsets

The following Iconsets are supported by default. You have to include and download them separately. In the $iconsets Variable you can add your own Iconsets.

License

GNU GENERAL PUBLIC LICENSE Version 3

Quick Summary

The GPLv3 allows others to copy, distribute and modify the software as long as they state what has been changed when, and ensure that any modifications are also licensed under the GPL. Software incorporating (via compiler) GPL-licensed code must also be made also available under the GPLv3 along with build & install instructions.

Links