===WP Call to Action Buttons=== Contributors: Connor Laird Tags: call to actions, button, css, conversion Requires at least: 3.0 Tested up to: 3.6 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin inserts pure css Call To Action Buttons via shortcode. == Description == Every page needs a strong Call to Action to entice the user to the complete the pages goal. This might be to get to the contact page, or to buy a certain product. This plugin generates custom colored CTA Buttons in pure css3. Simply use the shortcode in your pages or templates to up your conversation rate and complete your goals! = Simple Usage: = Use the following shortcode with simple options for the base color(6 digit hex color) and href. The text of the button goes in the middle of the opening and closing shortcode tags. [WPCTA color="" href=""]Button Text Here[/WPCTA] = Advanced Usage (all options): = The following shortcode attributes are available to you: * color - A six digit hex color * style - valid css styles to be added to the button * href - Target location of the button * rounded - true for a rounded button and false for a normal button * size - "large" for a large button, "normal" otherwise == Installation == Upload the plugin file to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place `[WPCTA][/WPCTA]` shortcode in your pages == Screenshots == 1. Example of an outputted call to action == Changelog == = 1.0 = *Base Version