이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Easy Pull Quotes

설명

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!

스크린샷

  • 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.

설치

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. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  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.

후기

2018년 8월 21일
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!
2017년 12월 19일
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!
2017년 11월 28일 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.
모든 3 평가 읽기

기여자 & 개발자

“Easy Pull Quotes”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Easy Pull Quotes”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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