FAQ Block For Gutenberg

外掛說明

FAQ blocks for Gutenberg provide a block for the new Gutenberg editor in WordPress which allows you to add FAQs with basic styling options.

This plugin allows you to add multiple FAQs.

You can easily give background color and font color to question and answer.

螢幕擷圖

  • FAQ block editor
  • Advanced color settings
  • FAQ preview

適用於區塊編輯器

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

  • FAQ Block For Gutenberg

安裝方式

From the admin panel, Go to your WordPress Admin -> Plugins -> Add New. Search for FAQ Block For Gutenberg. Install and Activate.

From directories, Upload FAQ Block For Gutenberg to the /wp-content/plugins/ directory and activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

How to add faq in website

After installing FAQ block for Gutenberg you need to go to page or post section where you can see the Gutenberg editor and click on add block. Select FAQ block and add your question and answer. You will also be able to give the styling to FAQs.

How to disable Schema JSON-LD

Take, for example, the following line of code:

add_filter( 'fbfg_json_ld_output', '__return_false' );

Can I set global colors?

Yes, you can add it using this filter:

add_filter(
    'fbfg_global_colors',
    function ( $colors ) {
        $colors = array(
            'backgroundColor'         => '#f6f7f7',
            'questionTextColor'       => '#000',
            'questionBackgroundColor' => 'none',
            'answerTextColor'         => '#000',
            'answerBackgroundColor'   => 'none',
        );
        return $colors;
    }
);

使用者評論

2023 年 12 月 10 日 2 則留言
This plugin will output FAQs in a simple and appealing way with the block editor. However, it requires jQuery for a simple slide-in-out effect in the frontend, and the stylesheet gets enqueued on every post, regardless if the block is used or not. For these reasons, I will continue looking for another solution.
2023 年 11 月 8 日
Le plugin est très simple à installer et à utiliser. Une seule fonctionnalité et c'est celle que je recherchais. Merci
2020 年 6 月 24 日
This plugin used to work really well. However, recently the question part of the block is inaccessible when using the visual editor within Gutenberg. It's no problem for me to use the HTML view in the editor to edit the question, but my client is having issues understanding that workaround, so I am faced with a decision to continue taking client complaints or switch plugins. I've added my voice to the support forum where others are having the same issue, but we have not received an update. If the developer could fix this one issue, it would be a perfect plugin.
2019 年 11 月 19 日
It’s a good plugin and simple, but we just translated it into Russian, but for some reason the whole translation does not appear in the admin panel
閱讀全部 8 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈FAQ Block For Gutenberg〉的開發相關工作。

參與者

〈FAQ Block For Gutenberg〉外掛目前已有 4 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈FAQ Block For Gutenberg〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

2.5

  • Bug Fixed ( https://wordpress.org/support/topic/php-notice-232/, https://wordpress.org/support/topic/supprimer-les-majuscules-a-tous-les-mots/, https://wordpress.org/support/topic/block-not-appearing-in-gutenberg-editor/ )
  • Added clone and delete block action ( https://wordpress.org/support/topic/define-colors-site-wide/ )
  • Compatible with WordPress ^6.3 ( https://wordpress.org/support/topic/react-error-2/ )
  • Compatible with PHP ^8.0
  • Added new filter for global colors – fbfg_global_colors

2.4

  • Bug Fixed ( https://wordpress.org/support/topic/php-warning-366/ )

2.3

  • Compatible with WordPress 5.5

2.2

  • Added javaScript i18n support.

2.1

  • Fixed block deprecated issue.

2.0

  • Merge JS and CSS.
  • Compatible with Google schema.

1.4

  • Bug Fixed ( CSS )

1.3

  • Bug Fixed (wp.editor Richtext undefine).
  • Keeping up with changes in gutenberg (version-4.5.1).

1.2

  • Bug Fixed.
  • Keeping up with changes in gutenberg.

1.1

  • Bug Fixed.
  • Keeping up with changes in gutenberg.

1.0

  • Initial release.