Title: FAQ Block For Gutenberg
Author: Dilip Bheda
Published: <strong>24.02.2018</strong>
Last modified: 22.02.2025

---

Поиск плагинов

![](https://s.w.org/plugins/geopattern-icon/faq-block-for-gutenberg.svg)

# FAQ Block For Gutenberg

 Автор: [Dilip Bheda](https://profiles.wordpress.org/dilipbheda/)

[Скачать](https://downloads.wordpress.org/plugin/faq-block-for-gutenberg.2.7.zip)

[Предпросмотр в реальном времени](https://ru.wordpress.org/plugins/faq-block-for-gutenberg/?preview=1)

 * [Детали](https://ru.wordpress.org/plugins/faq-block-for-gutenberg/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/faq-block-for-gutenberg/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/faq-block-for-gutenberg/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/faq-block-for-gutenberg/#developers)

 [Поддержка](https://wordpress.org/support/plugin/faq-block-for-gutenberg/)

## Описание

FAQ blocks for Gutenberg предоставляют блок для нового редактора Gutenberg в WordPress,
который позволяет добавлять часто задаваемые вопросы с опциями базовых стилей.

Этот плагин позволяет добавлять несколько часто задаваемых вопросов.

Вы можете легко задать цвет фона и цвет шрифта для вопросов и ответов.

## Скриншоты

 * [[
 * FAQ block editor
 * [[
 * Advanced color settings
 * [[
 * FAQ preview

## Блоки

Этот плагин предоставляет 1 блок.

 *   Faq

## Установка

Из панели администратора перейдите к администратору WordPress — > Плагины — > Добавить
новое. Поиск FAQ Block For Gutenberg. Установите и активируйте.

Из каталогов загрузите ` FAQ FAQ For Gutenberg ` в каталог ` /wp-content/plugins/`
и активируйте плагин через меню «Плагины» в WordPress

## Часто задаваемые вопросы

### Как добавить faq на сайт

После установки блока FAQ block for Gutenberg вам нужно перейти на страницу или 
в раздел публикаций, где вы можете увидеть редактор Gutenberg и нажать на кнопку
add block Выберите блок FAQ и добавьте свой вопрос и ответ. Вы также сможете придать
стиль часто задаваемым вопросам.

### Как отключить схему JSON-LD

Возьмем, например, следующую строку кода:

    ```
    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;
        }
    );
    ```

## Отзывы

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

### 󠀁[Simple FAQ Block](https://wordpress.org/support/topic/not-very-efficient-solution/)󠁿

 [alpipego](https://profiles.wordpress.org/alpipego/) 20.05.2024 4 ответа

This plugin adds a simple FAQ block to the editor and there are sufficient styling
options. I think it could be further improved regarding accessibility, by adding
a clickable and focusable element like a button.

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

### 󠀁[Leggero, Veloce e Semplice da usare](https://wordpress.org/support/topic/leggero-veloce-e-semplice-da-usare/)󠁿

 [pagrob](https://profiles.wordpress.org/pagrob/) 11.04.2024 1 ответ

Leggero, Veloce e Semplice da usare, sono le caratteristiche ideali che ogni plugin
dovrebbe avere, ottimo lavoro!

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

### 󠀁[Simple et léger](https://wordpress.org/support/topic/simple-et-leger/)󠁿

 [becaneweb](https://profiles.wordpress.org/becaneweb/) 08.11.2023

Le plugin est très simple à installer et à utiliser. Une seule fonctionnalité et
c’est celle que je recherchais. Merci

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

### 󠀁[Great plugin if it is fixed](https://wordpress.org/support/topic/great-plugin-if-it-is-fixed/)󠁿

 [jordanmhk](https://profiles.wordpress.org/jordanmhk/) 24.06.2020

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.

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

### 󠀁[Excellent work!](https://wordpress.org/support/topic/excellent-work-255/)󠁿

 [Steve Sheppard](https://profiles.wordpress.org/steveshe/) 16.06.2020

Thanks for creating this plug in. it is super simple and does exactly what I wanted.

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

### 󠀁[Nice plugin](https://wordpress.org/support/topic/nice-plugin-3382/)󠁿

 [Dan Zakirov](https://profiles.wordpress.org/alexodiy/) 19.11.2019

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 отзывов ](https://wordpress.org/support/plugin/faq-block-for-gutenberg/reviews/)

## Участники и разработчики

«FAQ Block For Gutenberg» — проект с открытым исходным кодом. В развитие плагина
внесли свой вклад следующие участники:

Участники

 *   [ Dilip Bheda ](https://profiles.wordpress.org/dilipbheda/)
 *   [ Jigar Bhanushali ](https://profiles.wordpress.org/jigar-bhanushali/)

«FAQ Block For Gutenberg» переведён на 4 языка. Благодарим [переводчиков](https://translate.wordpress.org/projects/wp-plugins/faq-block-for-gutenberg/contributors)
за их работу.

[Перевести «FAQ Block For Gutenberg» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/faq-block-for-gutenberg)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/faq-block-for-gutenberg/),
проверьте [SVN репозиторий](https://plugins.svn.wordpress.org/faq-block-for-gutenberg/),
или подпишитесь на [журнал разработки](https://plugins.trac.wordpress.org/log/faq-block-for-gutenberg/)
по [RSS](https://plugins.trac.wordpress.org/log/faq-block-for-gutenberg/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 2.7

 * Resolve schema JSON issue with nested blocks — https://wordpress.org/support/
   topic/schema-json-not-working

#### 2.6

 * Remove jQuery dependency

#### 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

 * Исправлена ​​проблема с устаревшей блокировкой.

#### 2.0

 * Слияние JS и CSS.
 * Совместим со схемой Google.

#### 1.4

 * Исправлена ​​ошибка (CSS)

#### 1.3

 * Исправлена ошибка (wp.editor Richtext undefine).
 * Идем в ногу с изменениями в Гутенберге (версия-4.5.1).

#### 1.2

 * Ошибка устранена.
 * Идти в ногу с изменениями в Гутенберге.

#### 1.1

 * Ошибка устранена.
 * Идти в ногу с изменениями в Гутенберге.

#### 1.0

 * Первый выпуск.

## Мета

 *  Версия **2.7**
 *  Обновление: **1 год назад**
 *  Активных установок: **4 000+**
 *  Версия WordPress ** 5.0 или выше **
 *  Совместим вплоть до: **6.7.5**
 *  Версия PHP ** 7.2 или выше **
 *  Языки
 * [English (US)](https://wordpress.org/plugins/faq-block-for-gutenberg/), [French (France)](https://fr.wordpress.org/plugins/faq-block-for-gutenberg/),
   [Japanese](https://ja.wordpress.org/plugins/faq-block-for-gutenberg/), [Russian](https://ru.wordpress.org/plugins/faq-block-for-gutenberg/)
   и [Ukrainian](https://uk.wordpress.org/plugins/faq-block-for-gutenberg/).
 *  [Перевести на ваш язык](https://translate.wordpress.org/projects/wp-plugins/faq-block-for-gutenberg)
 * Метки:
 * [blocks](https://ru.wordpress.org/plugins/tags/blocks/)[editor](https://ru.wordpress.org/plugins/tags/editor/)
   [faq](https://ru.wordpress.org/plugins/tags/faq/)[faq block](https://ru.wordpress.org/plugins/tags/faq-block/)
   [gutenberg faq](https://ru.wordpress.org/plugins/tags/gutenberg-faq/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/faq-block-for-gutenberg/advanced/)

## Оценки

 4.4 из 5 звёзд.

 *  [  6 5-звездный отзыв     ](https://wordpress.org/support/plugin/faq-block-for-gutenberg/reviews/?filter=5)
 *  [  1 4-звездный отзыв     ](https://wordpress.org/support/plugin/faq-block-for-gutenberg/reviews/?filter=4)
 *  [  0 3-звездный отзыв     ](https://wordpress.org/support/plugin/faq-block-for-gutenberg/reviews/?filter=3)
 *  [  0 2-звездный отзыв     ](https://wordpress.org/support/plugin/faq-block-for-gutenberg/reviews/?filter=2)
 *  [  1 1-звездный отзыв     ](https://wordpress.org/support/plugin/faq-block-for-gutenberg/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/faq-block-for-gutenberg/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/faq-block-for-gutenberg/reviews/)

## Участники

 *   [ Dilip Bheda ](https://profiles.wordpress.org/dilipbheda/)
 *   [ Jigar Bhanushali ](https://profiles.wordpress.org/jigar-bhanushali/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/faq-block-for-gutenberg/)

## Пожертвование

Хотите поддержать улучшение этого плагина?

 [ Пожертвовать на развитие плагина ](https://paypal.me/dilipbheda)