Title: FAQ Block For Gutenberg
Author: Dilip Bheda
Published: <strong>24 vasario, 2018</strong>
Last modified: 22 vasario, 2025

---

Ieškoti įskiepiuose

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

# FAQ Block For Gutenberg

 Autorius [Dilip Bheda](https://profiles.wordpress.org/dilipbheda/)

[Parsisiųsti](https://downloads.wordpress.org/plugin/faq-block-for-gutenberg.2.7.zip)

[Live Preview](https://lt.wordpress.org/plugins/faq-block-for-gutenberg/?preview=1)

 * [Informacija](https://lt.wordpress.org/plugins/faq-block-for-gutenberg/#description)
 * [Atsiliepimai](https://lt.wordpress.org/plugins/faq-block-for-gutenberg/#reviews)
 *  [Diegimas](https://lt.wordpress.org/plugins/faq-block-for-gutenberg/#installation)
 * [Kūrimas](https://lt.wordpress.org/plugins/faq-block-for-gutenberg/#developers)

 [Pagalba](https://wordpress.org/support/plugin/faq-block-for-gutenberg/)

## Aprašymas

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.

## Ekrano nuotraukos

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

## Blokai

Šis įskiepis suteikia 1 bloką.

 *   Faq

## Diegimas

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

## DUK

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

## Atsiliepimai

![](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 gegužės, 2024 4 replies

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 balandžio, 2024 1 reply

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/) 8 lapkričio, 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 birželio, 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 birželio, 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 lapkričio, 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

 [ Perskaityti visus atsiliepimus (8) ](https://wordpress.org/support/plugin/faq-block-for-gutenberg/reviews/)

## Programuotojai ir komandos nariai

“FAQ Block For Gutenberg” yra atviro kodo programa. Prie jos sukūrimo prisidėję 
žmonės surašyti toliau.

Autoriai

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

Įskiepis “FAQ Block For Gutenberg” išverstas į 4 kalbas. Dėkojame [vertėjams](https://translate.wordpress.org/projects/wp-plugins/faq-block-for-gutenberg/contributors)
už jų darbą.

[Išverskite “FAQ Block For Gutenberg” į savo kalbą.](https://translate.wordpress.org/projects/wp-plugins/faq-block-for-gutenberg)

### Domina programavimas?

[Peržiūrėkite kodą](https://plugins.trac.wordpress.org/browser/faq-block-for-gutenberg/),
naršykite [SVN repozitorijoje](https://plugins.svn.wordpress.org/faq-block-for-gutenberg/),
arba užsiprenumeruokite [kodo pakeitimų žurnalą](https://plugins.trac.wordpress.org/log/faq-block-for-gutenberg/)
per [RSS](https://plugins.trac.wordpress.org/log/faq-block-for-gutenberg/?limit=100&mode=stop_on_copy&format=rss).

## Pakeitimų istorija

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

 * 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.

## Metainformacija

 *  Version **2.7**
 *  Atnaujinta **prieš 1 metai**
 *  Aktyvių instaliacijų **4 000+**
 *  WordPress versija ** 5.0 ar naujesnė **
 *  Ištestuota iki **6.7.5**
 *  PHP versija ** 7.2 ar naujesnė **
 *  Kalbos
 * [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/)
   ir [Ukrainian](https://uk.wordpress.org/plugins/faq-block-for-gutenberg/).
 *  [Išversti į savo kalbą](https://translate.wordpress.org/projects/wp-plugins/faq-block-for-gutenberg)
 * Žymos
 * [blocks](https://lt.wordpress.org/plugins/tags/blocks/)[editor](https://lt.wordpress.org/plugins/tags/editor/)
   [faq](https://lt.wordpress.org/plugins/tags/faq/)[faq block](https://lt.wordpress.org/plugins/tags/faq-block/)
   [gutenberg faq](https://lt.wordpress.org/plugins/tags/gutenberg-faq/)
 *  [Daugiau](https://lt.wordpress.org/plugins/faq-block-for-gutenberg/advanced/)

## Įvertinimai

 4.4 out of 5 stars.

 *  [  6 5-star reviews     ](https://wordpress.org/support/plugin/faq-block-for-gutenberg/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/faq-block-for-gutenberg/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/faq-block-for-gutenberg/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/faq-block-for-gutenberg/reviews/?filter=2)
 *  [  1 1-star review     ](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)

[See all reviews](https://wordpress.org/support/plugin/faq-block-for-gutenberg/reviews/)

## Autoriai

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

## Pagalba

Turite pastabų? Reikia pagalbos?

 [Peržiūrėti pagalbos forumą](https://wordpress.org/support/plugin/faq-block-for-gutenberg/)

## Paremkite

Galbūt norite padėti plėtoti šį įskiepį?

 [ Paremti įskiepio kūrimą ](https://paypal.me/dilipbheda)