by Vova Druzhaev
5 (5 reviews)
OtFm Gutenberg Spoiler – (or FAQ) collapse block
The plugin provides in the block editor 2 types of spoilers. Need FAQ or Spoiler?
Tested up to WP 6.1.10 (Current: 6.9.4)
v1.5.4
Current Version v1.5.4
Updated 3 years ago
Last Update on 15 Jan, 2023
Refreshed 6 hours ago
Last Refreshed on
Rank
#8,318
—
No change
Active Installs
700+
—
No change
KW Avg Position
39
—
No change
Downloads
10K
+1 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(5 reviews)
Next Milestone 800
700+
800+
409
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 83 more installs to reach 800+
Rank Changes
Current
#8,318
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
5.0
5 reviews
Overall
100%
5
5
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 2 of 2| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| spoiler | 3 | — | Tag | 1 day ago |
| frequently asked questions | 75 | — | Tag | 1 day ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.5.4
- Last Updated
- Jan 15, 2023
- Requires WP
- 6.1.0+
- Tested Up To
- 6.1.10
- PHP Version
- 8.0 or higher
- Author
- Vova Druzhaev
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 5
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,720
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#956
Qi Addons For Elementor
200K+ installs
#252
MW
MW WP Form
200K+ installs
#266
WPFront Scroll Top
200K+ installs
#272
Frequently Asked Questions
Common questions about OtFm Gutenberg Spoiler – (or FAQ) collapse block
find "Box Spoiler Start" and paste (spoiler open)
blocks, blocks, blocks...
find "Box Spoiler End" and paste (this spoiler closed)
blocks, blocks, blocks...
find "Box Spoiler End" and paste (this spoiler closed)
// 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');
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');
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');
(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');
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?
Go to the block editor (add new post)
Click "insert block"
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
(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?
Go to the block editor (add new post)
Click "insert block"
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