Blur Text

外掛說明

Use the shortcode [blur][/blur] to blur text.

For example:
[blur]This text will be blurred[/blur]

Optionally, you can set the blur to be removed when the user clicks or hovers on it.

Here are the shortcode examples for that:

[blur toggle=click]This text will be blurred until it’s clicked on[/blur]

[blur toggle=hover]This text will be blurred until it’s hovered over[/blur]

Be default, the blurred text color will be black. You can specify a different color like this:

[blur color=orange]This text will be orange, even when blurred.[/blur]

[blur color=#00FF00]This text will be green, even when blurred.[/blur]

螢幕擷圖

  • An example of blurred text.
  • An example of blackout text on unsupported browsers.

安裝方式

  1. Install the plugin in wp-content\plugins
  2. Activate the Plugin
  3. Use one of these shortcodes around your text:
    [blur][/blur]
    [blur toggle=click][/blur]
    [blur toggle=hover][/blur]

常見問題集

Can I have the blurred text revealed only to members, only after a form is submitted, or in some other context?

I may write a premium plugin that has these features. However, I need suggestions as to exactly what type of features I
should add. If you would like me to customize this plugin for you so that it shows the blurred text only in a
specific context, I may be able to program a custom plugin for you. Please contact me at http://www.linsoftware.com/contact/

使用者評論

2016 年 9 月 3 日
“Click” set default would be better, no toggle=click: [blur]This text will be blurred until it’s clicked on[/blur]
2016 年 9 月 3 日 1 則留言
I found it great and useful. Easy and flexible, I guess u can do a lot of things with it, its so open to the imagination. It could be so useful in education to help etudents to improve their leaning and understanding skills. I will use it in deep to make learning exercices, quizes and so at my high schoool http://www.ohtiana.link and http://www.comprensionlectora.com Maybe the chance to “no more see” the text after the user see it one time could be an useful addon… Realy thank you so much.
閱讀全部 3 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Blur Text〉的開發相關工作。

參與者

將〈Blur Text〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.0.0: December 2024

  • Security Release
  • Compatibility with WordPress 6.7.1
  • Remove support for IE.
  • Remove fallback for unsupported browsers because all browsers now support text-shadow.
  • Remove mailing list subscription prompt.

1.0.0: September 2015

  • First official release!