=== Perfect Pullquotes === Contributors: adamdehaven Donate link: http://adamdehaven.com/2015/05/easily-add-pullquotes-to-your-wordpress-posts-with-my-perfect-pullquotes-plugin/ Tags: pullquotes, pullquote, pull quotes, pull quote, quotes, quote, blockquotes, blockquote Requires at least: 3.0.1 Tested up to: 4.2.2 Stable tag: 1.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Add beautifully styled left-aligned, right-aligned, or full-width pullquotes to your Wordpress posts. == Description == Add beautifully styled left-aligned, right-aligned, or full-width pullquotes. Includes a custom 'Pullquote' menu button for the TinyMCE Editor as well as a custom shortcode. View the always-current info post on [adamdehaven.com](http://adamdehaven.com/2015/05/easily-add-pullquotes-to-your-wordpress-theme-with-the-perfect-pullquotes-plugin/) The plugin enables a Wordpress shortcode that allows you to add a pullquote within your content. The shortcode can be added manually or by selecting text in the text editor and then selecting an option (left, right, or full) from the Pullquote dropdown button. The default shortcode tag is shown here
[pullquote align="left" color="" class="" cite="" link=""]This is the pullquote text.[/pullquote]
= Options = The shortcode includes five options, (align, color, and class) as outlined below: = align="left" = **REQUIRED**: Determines whether pullquote is left-aligned, right-aligned, or full-width (95% width of container). Accepts "left", "right", or "full"
[pullquote align="left"][/pullquote]
= color="#EEEEEE" = **Optional**: Change the default `border-color` attribute by entering a valid HEX color, including the pound ( # ) sign.
[pullquote align="left" color="#16989D"][/pullquote]
= class="className" = **Optional**: Add class(es) to pullquote container.
[pullquote align ="right" class="firstClass secondClass"][/pullquote]
= cite="Jane Doe" = **Optional**: Cite your quotes back to their author/source
[pullquote align ="right" cite="Jane Doe"][/pullquote]
= link="http://example.com" = **Optional**: Turn the cited author's name into a link that opens in a new window. Must be a valid URL beginning with `http` or `https`
[pullquote align ="right" cite="Jane Doe" link="http://example.com"][/pullquote]
== Installation == Download the plugin from Wordpress or [GitHub](https://github.com/adamdehaven/perfect-pullquotes/archive/master.zip). To change the default color of the pullquote’s border before installing, edit lines `67`, `75`, and `83` of the `perfect-pullquotes.css` file by changing the HEX value of the `border-color` attribute. Alternatively, once the plugin is installed, you may utilize the “color” option included within the shortcode. 1. Upload the compressed `perfect-pullquotes.zip` plugin file via your Wordpress Dashboard: `Plugins > Add New > Upload Plugin`, or to the `/wp-content/plugins/` directory within your Wordpress installation on your server. 2. Activate the plugin through the 'Plugins' menu in WordPress Once installed, the plugin will add a Pullquote dropdown button to the Visual Editor (as seen below) within your Wordpress installation as well as enable the `[pullquote]` shortcode. == Frequently Asked Questions == = How can I change the color of the pullquote's border? = To change the default color of the pullquote’s border, before uploading the plugin, edit lines `51` and `59` of the `pullquote.css` file by changing the HEX value of the `border-color` attribute. Alternatively, once the plugin is installed, you may utilize the “color” option included within the shortcode. = How can I add additional classes to the pullquote's container? = Simply utilize the "class" option on the shortcode tag. `[pullquote align="left" class="firstClass secondClass"]Text[/pullquote]` = How can I add a cite to the quote? = Simply utilize the "cite" option on the shortcode tag. `[pullquote align="left" cite="Author Name"]Text[/pullquote]` = Can I link to the cited author's website, online works, etc.? = Simply utilize the "cite" and "link" options on the shortcode tag. Both options must be present in order to generate a working link `[pullquote align="left" cite="Author Name" link="http://example.com"]Text[/pullquote]` == Screenshots == 1. This screenshot shows the 'Pullquote' button that will be added to the Visual Editor once installed. The button can be used to insert a left-aligned, right-aligned, or full-width pullquote, accordingly. The actual positioning of the button in your installation may vary. 2. An example of a left-aligned and right-aligned pullquote. Your pullquotes will vary depending on your font settings, color choices, etc. == Changelog == = 1.4 = * Fixes issue where empty `cite=""` attribute causes an empty footer element. * Properly spaces pullquote without corrupting surrounding paragraph `

` tags. * Replaces 2 separate pullquote buttons in editor with one menu button dropdown allowing the selection of adding a left-aligned, right-aligned, or full-width pullquote. = 1.1.4 = * Added schema.org tags and microformats.org tags = 1.1.3 = * CSS fix for full-width quote. = 1.1.2 = * Adds support for full-width width:95% quotes. Utilize by specifying align="full" on shortcode. Update to docs and plugin URL. = 1.1.1 = * Adds support for full-width width:95% quotes. Utilize by specifying align="full" on shortcode. = 1.1 = * Fixes "Plugin does not have a valid header" error. = 1.0.2 = * Added support for optionally citing the quote's author within a `