{"id":41895,"date":"2016-02-12T03:42:37","date_gmt":"2016-02-12T03:42:37","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/easy-pull-quotes\/"},"modified":"2018-10-26T22:27:50","modified_gmt":"2018-10-26T22:27:50","slug":"easy-pull-quotes","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/easy-pull-quotes\/","author":5441588,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2.2","stable_tag":"1.2.2","tested":"5.0.25","requires":"3.0.1","requires_php":"","requires_plugins":"","header_name":"Easy Pull Quotes","header_author":"Jason Yingling","header_description":"","assets_banners_color":"ffffff","last_updated":"2018-10-26 22:27:50","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/jasonyingling.me\/donations\/buy-me-a-coffee\/","header_plugin_uri":"http:\/\/jasonyingling.me","header_author_uri":"http:\/\/jasonyingling.me","rating":4.7,"author_block_rating":0,"active_installs":100,"downloads":4480,"num_ratings":3,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.1":"<p>Switching twitter.com\/widgets.js to only load when Easy Pull Quotes is used in a post<\/p>","1.0":"<p>Initial release. Welcome to Easy Pull Quotes.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":"1","5":"2"},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":"1348650","resolution":"128x128","location":"assets"},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":"1348650","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"1348650","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.1","1.2","1.2.1","1.2.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1348650","resolution":"1","location":"assets"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1348650","resolution":"2","location":"assets"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1348650","resolution":"3","location":"assets"}},"screenshots":{"1":"The Easy Pull Quotes button is added to the Post Editor upon installation.","2":"After clicking the Easy Pull Quotes button you'll get a nice popup to enter your quote.","3":"The various layouts of Easy Pull Quotes."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[8656,138,161,159,2077],"plugin_category":[56],"plugin_contributors":[82263],"plugin_business_model":[],"class_list":["post-41895","plugin","type-plugin","status-publish","hentry","plugin_tags-pull-quote","plugin_tags-share","plugin_tags-tweet","plugin_tags-twitter","plugin_tags-twitter-plugin","plugin_category-social-and-sharing","plugin_contributors-yingling017","plugin_committers-yingling017"],"banners":{"banner":"https:\/\/ps.w.org\/easy-pull-quotes\/assets\/banner-772x250.jpg?rev=1348650","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/easy-pull-quotes\/assets\/icon-128x128.jpg?rev=1348650","icon_2x":"https:\/\/ps.w.org\/easy-pull-quotes\/assets\/icon-256x256.jpg?rev=1348650","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/easy-pull-quotes\/assets\/screenshot-1.png?rev=1348650","caption":"The Easy Pull Quotes button is added to the Post Editor upon installation."},{"src":"https:\/\/ps.w.org\/easy-pull-quotes\/assets\/screenshot-2.jpg?rev=1348650","caption":"After clicking the Easy Pull Quotes button you'll get a nice popup to enter your quote."},{"src":"https:\/\/ps.w.org\/easy-pull-quotes\/assets\/screenshot-3.jpg?rev=1348650","caption":"The various layouts of Easy Pull Quotes."}],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<p>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!<\/p>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<p>e.g.<\/p>\n\n<ol>\n<li>Upload <code>easy-pull-quotes.php<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Place <code>&lt;?php do_action('plugin_name_hook'); ?&gt;<\/code> in your templates<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do I add a pull quote?<\/dt>\n<dd><p>Just select the Easy Pull Quotes button on the post editor. Insert some text. Select your alignment. Press ok.<\/p><\/dd>\n<dt>But what if I want to be difficult and not do that?<\/dt>\n<dd><p>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'.<\/p>\n\n<pre><code>[epq-quote align=\"align-right\"]Bleep bloop blorp[\/epq-quote]\n<\/code><\/pre><\/dd>\n<dt>Can I edit the styles of the pull quote?<\/dt>\n<dd><p>Sure! You'll just have to use CSS. Right now the class <code>.epq-pull-quote-default<\/code> contains the styling for the pull quote. If you want to edit the Twitter icon that can be done with <code>.epq-twitter<\/code>. But be warned the icon is using the proper Twitter brand standard colors.<\/p><\/dd>\n<dt>Anything else I need to know?<\/dt>\n<dd><p>Not really. The plugin is pretty simple.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2.2<\/h4>\n\n<ul>\n<li>Fixing a bug with urlencoding caused by WordPress encoding HTML entities\nin the editor. Example, &amp; would be encoded as &amp; in the editor then encoded\nas %26amp%3B in the Twitter url insteald of just %26.<\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Better encoding for characters used in Twitter urls<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Switching twitter.com\/widgets.js to only load when Easy Pull Quotes is used in a post<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>The initial plugin<\/li>\n<\/ul>","raw_excerpt":"Easily add tweetable pull quotes to your posts.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/41895","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=41895"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/yingling017"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=41895"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=41895"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=41895"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=41895"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=41895"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=41895"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}