=== Basic Social Share Buttons === Contributors: basicbydesign Tags: social shares, social buttons, share buttons, social share buttons Requires at least: 5 Tested up to: 6.3.1 Stable tag: 1.0.3 Requires PHP: 7.0 License: MIT License URI: https://opensource.org/licenses/MIT Basic Social Share Buttons. Easily stylable. Fast loading. No Javascript. No tracking. == Description == Basic Social Share Buttons allows your users to share posts to social networks without loading any javascript. == Configuration == Admin options are in the Wordpress admin under Reading. You can choose between three button sizes: * Small - Icon only * Medium - Icon + site name * Large - Icon + "Share on " + site name You can choose to include the css (via wp_enqueue) or you can disable the enqueue and the css rules will be shown in admin for you to insert in your main stylesheet (for one less http request). == Usage == Use the short `[basic-share-buttons]` in your post content. or in a php template its `` The title and URL are taken from Wordpress's `the_title()` and `the_permalink()` functions. You can override both as parameters to the shortcode. `[basic-share-buttons title='Your custom page title' url='http://customurl.com/page']` == Screenshots == 1. Admin settings (Large buttons) 2. Admin settings (Medium buttons) 3. Admin settings (Small buttons) 4. Admin settings (CSS dumped to be included in your main stylesheet) 5. Buttons on page == Changelog == = 1.0.1 = * Shortcode added to admin page = 1.0 = * Initial launch == Copyright == This plugin includes code from: * SortableJS [https://github.com/SortableJS/Sortable](https://github.com/SortableJS/Sortable) - [MIT License](https://github.com/SortableJS/Sortable/blob/master/LICENSE) * Sharing Buttons io [https://github.com/mxstbr/sharingbuttons.io](https://github.com/mxstbr/sharingbuttons.io) - [MIT License](https://github.com/mxstbr/sharingbuttons.io/blob/master/LICENSE.md)