Title: Better Blockquotes
Author: Devin Price
Published: <strong>2016 年 4 月 10 日</strong>
Last modified: 2016 年 3 月 25 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/better-blockquotes/assets/icon.svg?rev=1391581)

# Better Blockquotes

 作者：[Devin Price](https://profiles.wordpress.org/downstairsdev/)

[下载](https://downloads.wordpress.org/plugin/better-blockquotes.1.0.0.zip)

 * [详情](https://cn.wordpress.org/plugins/better-blockquotes/#description)
 * [评价](https://cn.wordpress.org/plugins/better-blockquotes/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/better-blockquotes/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/better-blockquotes/#developers)

 [支持](https://wordpress.org/support/plugin/better-blockquotes/)

## 描述

Better Blockquotes provides an way to easily add citations to quotes using the WordPress
editor. Simply click on the blockquote button, and a pop-up will provide fields 
for quote, citation and citation link. Developers can extend the plugin to support
various blockquote classes.

Contribute or submit bugs via [Github](https://github.com/devinsays/better-blockquotes).

## 屏幕截图

 * [[
 * Pop-up that displays when the blockquote button is clicked in the editor.

## 安装

 1. Go to “Plugins > Add New”
 2. Search for “Better Blockquotes”
 3. Click “Install”

## 常见问题

  What does the blockquote markup look like?

>  This is the quote.
>  [Citation](https://cn.wordpress.org/plugins/better-blockquotes/?output_format=md#)

  Why doesn’t my blockquote look good when displayed?

This plugin doesn’t add any styling for blockquotes. Contact the author of your 
theme to make sure they support blockquote markup.

  Blockquote Classes/Styles

Developers can optionally add style options to the pop-up. Any selected styles will
apply a class directly to the `<blockquote>` element.

    ```
    function prefix_blockquote_classes() {
        $options = array(
            'class-1' => __( 'Style One', 'better-blockquotes' ),
            'class-2' => __( 'Style Two', 'better-blockquotes' ),
        );
        return $options;
    }
    add_filter( 'betterblockquotes_classes', 'prefix_blockquote_classes' );
    ```

## 评价

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

### 󠀁[Exactly what I was wanting!](https://wordpress.org/support/topic/exactly-what-i-was-wanting/)󠁿

 [David Artiss](https://profiles.wordpress.org/dartiss/) 2016 年 9 月 3 日

I too was about to add an enhancement request for Core to do just this, when I saw
that it had already been requested and this plugin was the result. It’s just as 
I imagined. I can only hope that, in time, this gets added to Core, especially as
it’s a similar premise to the inline link feature.

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

### 󠀁[Where have you been all my life?](https://wordpress.org/support/topic/where-have-you-been-all-my-life-11/)󠁿

 [JoshMB](https://profiles.wordpress.org/joshmb/) 2016 年 9 月 3 日

This plugin has been a godsend for client sites where we have a need to utilize 
the cite element in blockquotes. Without it, we’d have to train people to add the
proper markup in the Text pane. (And the training never stuck.) With this plugin,
the WordPress editor’s blockquote button works exactly the way we always wished 
it would.

 [ 阅读所有2条评价 ](https://wordpress.org/support/plugin/better-blockquotes/reviews/)

## 贡献者及开发者

「Better Blockquotes」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Devin Price ](https://profiles.wordpress.org/downstairsdev/)

[帮助将「Better Blockquotes」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/better-blockquotes)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/better-blockquotes/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/better-blockquotes/)，或通过[RSS](https://plugins.trac.wordpress.org/log/better-blockquotes/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/better-blockquotes/)。

## 更新日志

#### 1.0.0 (03/25/16)

 * Public Release

## 额外信息

 *  版本 **1.0.0**
 *  最后更新：**10 年前**
 *  活跃安装数量 **400+**
 *  WordPress 版本 ** 4.4 或更高版本 **
 *  已测试的最高版本为 **4.4.34**
 *  语言
 * [English (US)](https://wordpress.org/plugins/better-blockquotes/)
 * 标签
 * [blockquotes](https://cn.wordpress.org/plugins/tags/blockquotes/)[tinyMCE](https://cn.wordpress.org/plugins/tags/tinymce/)
 *  [高级视图](https://cn.wordpress.org/plugins/better-blockquotes/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  2 条 5 星评价     ](https://wordpress.org/support/plugin/better-blockquotes/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/better-blockquotes/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/better-blockquotes/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/better-blockquotes/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/better-blockquotes/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/better-blockquotes/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/better-blockquotes/reviews/)

## 贡献者

 *   [ Devin Price ](https://profiles.wordpress.org/downstairsdev/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/better-blockquotes/)