這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

OtFm Gutenberg Spoiler – 開闔式內容區塊

外掛說明

WordPress 5.0 introduces a block-based editor (codename “Gutenberg”) that offers a streamlined editing experience.
The plugin provides in the block editor 2 types of spoilers:

  • Little Spoiler
  • Box spoiler

Little Spoiler – small spoiler for plain text.

Box spoiler – consists of 2 blocks:
Opening spoiler (Box Spoiler Start) and closing spoiler (Box Spoiler End)
Between them, you insert any block (or several block’s) with content that you want to hide.

In the frontend, the spoiler (accordion) opens with animation.
In the editor you can choose the color design of the spoiler.

Ability to add new colors or replace a set of colors. See FAQ

Want to hide part of the publication? or make up the FAQ? – plugin is perfect for this

Check out all beauty and power of the plugin by watching this video:

Requirements

PHP 7.4, 8.0+ recommended for better performance, WordPress 6.1

Translation

Available in English, Russian, Ukrainian, Spanish, German, Swedish, Dutch, Japanese, French, Italian, Norwegian, Portuguese, Chinese and more other languages in becoming.

Acknowledgements

Thanks to Nilo Velez for Spanish (Spain) translation approval.
Thanks to Yordan Soares for Spanish (Venezuela) translation.
Thanks to Tor-Bjorn Fjellner for Swedish translation approval.
Thanks to Peter Smits for Dutch translation approval.
Thanks to miccweb for Japanese translation approval.
Thanks to FX Bénard for French (France) translation approval.
Thanks to Luisa Ravelli and aliceorru for Italian translation approval.
Thanks to Eivind for Norwegian (Nynorsk) translation approval.
Thanks to Pedro Mendonça for Portuguese (Portugal) translation approval.
Thanks to Sergey Kovalets for Ukrainian translation.
Thanks to Jens Ratzel for German translation.
Thanks to Alex Lion for Chinese (Taiwan) translation.
Thanks to Pieterjan Deneys for Dutch (Belgium) translation.

螢幕擷圖

  • Find & add spoiler blocks
  • Little spoiler
  • Box spoiler
  • In frontend
  • Open spoiler

適用於區塊編輯器

這個外掛提供 3 個可供 Gutenberg/區塊編輯器使用的區塊。

  • Box Spoiler Start
  • Box Spoiler End
  • Little Spoiler

安裝方式

  1. Upload the otfm-gutenberg-spoiler folder to your /wp-content/plugins/ directory or alternatively upload the otfm-gutenberg-spoiler.zip file via the plugin page of WordPress by clicking ‘Add New’ and selecting the zip from your computer.
  2. Activate the OtFm Gutenberg Spoiler WordPress plugin through the ‘Plugins’ menu in WordPress.
  3. Use OtFm Gutenberg Spoiler blocks on your next page or post.

常見問題集

Accessibility support? Navigation by tab?

Yes!
Navigation by “Tab” button:
The “Up arrow” key pressed – If the focused spoiler is open, you close it
The “Down arrow” key pressed – If the focused spoiler is closed, you open it
Either the “Enter” key or “Space bar” pressed – You toggle the focused spoiler. If it is open, close it; if it is closed, open it.
The “End” key pressed – You move focus to the last spoiler on the page
The “Home” key pressed – You move focus to the first spoiler on the page

Support screen readers

How can I close a lot of blocks?

  1. find “Box Spoiler Start” and paste (spoiler open)
  2. blocks, blocks, blocks…
  3. find “Box Spoiler End” and paste (this spoiler closed)

How can I add my own color?

Add this snippet to your file functions.php:

// add new colors to spoiler
function otfmgs_add_new_colors($colors){
    $colors[]= array( 'color' => '#bd4747', 'name' => 'my_brown' );
    $colors[]= array( 'color' => '#32dd94', 'name' => 'my_green' );
    //... etc

    return $colors;
}
add_filter('otfmgs_colors','otfmgs_add_new_colors');

where: #bd4747 – new hex color

result: https://yadi.sk/i/223x_1-S3e_H1w

(available from plugin version 1.4.0)

How to replace colors with your own set?

Add this snippet to your file functions.php:

// add my color palette to spoiler
function otfmgs_add_my_color_pallete($colors){
    $colors['new'][]= array( 'color' => '#bd4747', 'name' => 'my_brown' );
    $colors['new'][]= array( 'color' => '#32dd94', 'name' => 'my_green' );
    //... etc

    return $colors;
}
add_filter('otfmgs_colors','otfmgs_add_my_color_pallete');

where: #bd4747 – new hex color

result: https://yadi.sk/i/Fv7BaxRLkjj_SA

(available from plugin version 1.4.0)

What WordPress themes work with OtFm Gutenberg Spoiler?

Any properly developed WordPress theme will work with OtFm Gutenberg Spoiler

How do I find the spoiler block?

  1. Go to the block editor (add new post)
  2. Click “insert block”
  3. Search for a block “spoiler” or “otfm” or “faq”

Is OtFm Gutenberg Spoiler free?

Yes! OtFm Gutenberg Spoiler core features are absolutely free.

Where can I ask for help?

Write me Otshelnik-Fm@yandex.ru

使用者評論

2021 年 4 月 29 日 1 則留言
⭐⭐⭐⭐⭐ Спасибо автору за плагин, альтернатив для Gutenberg не нашёл. Плагин работает хорошо, форматировать уже имеющийся текст очень удобно. Автор ответил на мой вопрос на форуме и помог с кастомизаций плагина под сайт.
2020 年 9 月 8 日 1 則留言
Easy to use spoiler plugin (to show or hide content-blocks as an accordion). Simple styled title row with heading, showing or hiding the complete following content-block or only a chunk of text. Looks well in desktop and mobile mode. (For better adaption of different website-designs it would be great if the color of the used borders for title-box and expanded content-box could be easily set via custom CSS code 😉
2019 年 9 月 16 日 3 則留言
The most important feature for me was the box spoiler feature. After testing a little bit I can say that everything works fine! 🙂 Maybe you could implement custom colors into GUI.
2018 年 12 月 16 日 1 則留言
The best spoiler plugin ever. Please keep up the good work and then eventually it will get more popular 🙂 Thank you!
2018 年 9 月 20 日 1 則留言
This is hands down the best spoiler plugin for Gutenberg. It comes with 2 options to choose from: a simple spoiler for text only, and 2-piece spoiler which can be used with any blocks. The way it works is very simple, yet very effective. You just add some Gutenberg blocks between a START SPOILER and END SPOILER blocks, and you get a very good looking dropdown. Very happy with the plugin!
閱讀全部 5 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈OtFm Gutenberg Spoiler – 開闔式內容區塊〉的開發相關工作。

參與者

〈OtFm Gutenberg Spoiler – 開闔式內容區塊〉外掛目前已有 14 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈OtFm Gutenberg Spoiler – 開闔式內容區塊〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

Full Changelog