=== WP Button by Sorsawo Digital === Contributors: sorsawodigital Donate link: https://sorsawodigital.com/donate/ Tags: button, link Requires at least: 4.6 Tested up to: 4.7 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Create beautiful button on your WordPress site. == Description == This plugin lets you create beautiful button on your WordPress site. You can use this plugin to create good looking button which can be used on any post or page on your WordPress site. Button can be inserted anywhere in your WordPress site: * Page/post editor by using the `[button]` shortcode * In sidebar by using text widget * In template files by using WordPress `do_shortcode` function = How do I add a button shortcode? = Insert `[button]` shortcode anywhere in your content and the button will appear when you preview the content. Here is a list of attributes for this button shortcode: * `container` – Markup to place before the button. Default: "div". * `link` - The URL for the button. * `title` - The title for the button. * `blank` - Whether open the link on new window or not. Default: false * `nofollow` - Whether add `nofollow` attribute for the button or not. Default: false. = Example = `[button link="https://sorsawodigital.com/button/" title="Read More" blank=true nofollow=true]` == Installation == 1. Upload the plugin files to the `/wp-content/plugins/sorsawodigital-button` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress == Frequently Asked Questions == == Screenshots == == Changelog == = 1.0 = Initial release