Title: Easy Pull Quotes
Author: Jason Yingling
Published: <strong>February 12, 2016</strong>
Last modified: October 26, 2018

---

Search plugins

![](https://ps.w.org/easy-pull-quotes/assets/banner-772x250.jpg?rev=1348650)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/easy-pull-quotes/assets/icon-256x256.jpg?rev=1348650)

# Easy Pull Quotes

 By [Jason Yingling](https://profiles.wordpress.org/yingling017/)

[Download](https://downloads.wordpress.org/plugin/easy-pull-quotes.1.2.2.zip)

 * [Details](https://srd.wordpress.org/plugins/easy-pull-quotes/#description)
 * [Reviews](https://srd.wordpress.org/plugins/easy-pull-quotes/#reviews)
 *  [Installation](https://srd.wordpress.org/plugins/easy-pull-quotes/#installation)
 * [Development](https://srd.wordpress.org/plugins/easy-pull-quotes/#developers)

 [Support](https://wordpress.org/support/plugin/easy-pull-quotes/)

## Description

This plugin allows you to easily create pull quotes in your posts by adding a button
to the post editor. As an added bonus, pull quotes can be easily shared to Twitter
by the end user by clicking the Twitter icon.

You’ve got 3 options for pull quotes, full-width, right-aligned, or left-aligned.
Easy Pull Quotes will take on the styles and font sizes from your theme. Plus be
on the lookout for customizer options coming soon!

## Screenshots

 * [[
 * The Easy Pull Quotes button is added to the Post Editor upon installation.
 * [[
 * After clicking the Easy Pull Quotes button you’ll get a nice popup to enter your
   quote.
 * [[
 * The various layouts of Easy Pull Quotes.

## Installation

This section describes how to install the plugin and get it working.

e.g.

 1. Upload `easy-pull-quotes.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Place `<?php do_action('plugin_name_hook'); ?>` in your templates

## FAQ

  How do I add a pull quote?

Just select the Easy Pull Quotes button on the post editor. Insert some text. Select
your alignment. Press ok.

  But what if I want to be difficult and not do that?

Well you could manually enter the shortcode. It takes 1 attribute ‘align’ which 
can take 1 of 3 arguments ‘align-left’, ‘align-right’, and, you guessed it, ‘align-
center’.

    ```
    [epq-quote align="align-right"]Bleep bloop blorp[/epq-quote]
    ```

  Can I edit the styles of the pull quote?

Sure! You’ll just have to use CSS. Right now the class `.epq-pull-quote-default`
contains the styling for the pull quote. If you want to edit the Twitter icon that
can be done with `.epq-twitter`. But be warned the icon is using the proper Twitter
brand standard colors.

  Anything else I need to know?

Not really. The plugin is pretty simple.

## Reviews

![](https://secure.gravatar.com/avatar/347ff3687159a17a84514379950c08ff493ef9e0def7a8bd5af23172bb85e6cb?
s=60&d=retro&r=g)

### 󠀁[Great support!](https://wordpress.org/support/topic/great-support-1783/)󠁿

 [krisrennt](https://profiles.wordpress.org/krisrennt/) August 21, 2018

I really like this plugin, its modern and simple. I was having a few problems with
the css and Jason helped me very quick. Now I can use this plugin as I wanted to–
thanks very much Jason!

![](https://secure.gravatar.com/avatar/0dc8979bdb76944bddbd6644c4c63c34a212ea53b7154781d81d0be1c1184938?
s=60&d=retro&r=g)

### 󠀁[Excellent plugin and even better service!](https://wordpress.org/support/topic/excellent-plugin-and-even-better-service-2/)󠁿

 [nicholaseisel](https://profiles.wordpress.org/nicholaseisel/) December 19, 2017

I was creating a new Blog series template for our website and our writer wanted 
to use pull out quotations in the article. Our back-end was not set up to do this,
so I set out on a hunt for plugins. After testing 8 different plugins and not finding
what I wanted, I finally found Easy Pull Quotes which did exactly what I wanted.
I had a few questions on Custom CSS code edits to make the Pull Outs pop more off
the page and utilize color, contrast, and depth. Jason Yingling the creator of the
plugin was Amazing to work with! He responded very quickly and offered me snippets
of CSS code to work with which enabled a great end result. I would very highly recommend
both this plugin and the creator to anyone looking to make their website even more
engaging and catch the visitor’s attention! Thank you again Jason for the great 
plugin and incredible service and help!

![](https://secure.gravatar.com/avatar/f01d9905a6142c6ea03830ed28564b2d650913977fcac60fc1ac7e827419c6e1?
s=60&d=retro&r=g)

### 󠀁[Awesome plugin for increasing twitter sharing.](https://wordpress.org/support/topic/awesome-plugin-for-increasing-twitter-sharing/)󠁿

 [askateth](https://profiles.wordpress.org/askateth/) November 28, 2017 1 reply

It is a shame not more people know about this plugin, as it is a shame that it has
not been updated in a long time. The plugin works almost perfectly: quotes look 
nice, unlike other similar plugins that box the quote in a way you may not like.
Unfortunately the plugin is designed for the old Twitter of 140 characters but it
is easy to find the function truncate in the editor and swap the 100 limit for 240(
so that it works with the 280 Twitter new limit). In addition, it is possible to
easily change the attributes of the css in the plugin twitter but beware: you may
need to reload a few times and purge the cache to see the changes. It does not get
the 5 stars because it has no sharing option for facebook and the limit has not 
been updated recently, but nevertheless it is the best pull quote plugin I have 
found for Wordpress.

 [ Read all 3 reviews ](https://wordpress.org/support/plugin/easy-pull-quotes/reviews/)

## Contributors & Developers

“Easy Pull Quotes” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Jason Yingling ](https://profiles.wordpress.org/yingling017/)

[Translate “Easy Pull Quotes” into your language.](https://translate.wordpress.org/projects/wp-plugins/easy-pull-quotes)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/easy-pull-quotes/),
check out the [SVN repository](https://plugins.svn.wordpress.org/easy-pull-quotes/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/easy-pull-quotes/)
by [RSS](https://plugins.trac.wordpress.org/log/easy-pull-quotes/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.2

 * Fixing a bug with urlencoding caused by WordPress encoding HTML entities
    in 
   the editor. Example, & would be encoded as & in the editor then encoded as %26amp%
   3B in the Twitter url insteald of just %26.

#### 1.2.1

 * Better encoding for characters used in Twitter urls

#### 1.1

 * Switching twitter.com/widgets.js to only load when Easy Pull Quotes is used in
   a post

#### 1.0

 * The initial plugin

## Meta

 *  Version **1.2.2**
 *  Last updated **7 years ago**
 *  Active installations **100+**
 *  WordPress version ** 3.0.1 or higher **
 *  Tested up to **5.0.25**
 *  Language
 * [English (US)](https://wordpress.org/plugins/easy-pull-quotes/)
 * Tags
 * [pull-quote](https://srd.wordpress.org/plugins/tags/pull-quote/)[share](https://srd.wordpress.org/plugins/tags/share/)
   [tweet](https://srd.wordpress.org/plugins/tags/tweet/)[twitter](https://srd.wordpress.org/plugins/tags/twitter/)
   [twitter plugin](https://srd.wordpress.org/plugins/tags/twitter-plugin/)
 *  [Advanced View](https://srd.wordpress.org/plugins/easy-pull-quotes/advanced/)

## Ratings

 4.7 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/easy-pull-quotes/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/easy-pull-quotes/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/easy-pull-quotes/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/easy-pull-quotes/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/easy-pull-quotes/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/easy-pull-quotes/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/easy-pull-quotes/reviews/)

## Contributors

 *   [ Jason Yingling ](https://profiles.wordpress.org/yingling017/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/easy-pull-quotes/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://jasonyingling.me/donations/buy-me-a-coffee/)