IZ Block Editor Tooltips
An easy way to implement tooltip element in the WordPress Block Editor
The facts
- Rating
- 5★ from 6
- Active installs
- 100+
- Price
- Free
- Last updated
- 27 Aug 2026
- Added
- Dec 2023
- Requires WP
- 5.9
- Tested up to
- WP 7.1
- Requires PHP
- 7.4
- Downloads
- 3,538
Our analysis
AI-assistedIZ Block Editor Tooltips is a WordPress plugin that adds a tooltip button to the RichText toolbar in the Gutenberg editor. This allows you to create popover tooltips for words and phrases in your articles, enhancing the content with additional information. You can style these tooltips through the plugin's admin settings or by using CSS filters for customisation.
This plugin is suitable for content creators who want to provide readers with supplementary information in a visually appealing way. It is particularly useful for educational or informative websites where clarifying terms or concepts can enhance user experience.
Best for: Content creators looking to enhance articles with informative tooltips.
What it does well
- ✓Adds tooltip functionality to the Gutenberg editor
- ✓Allows for custom styling through admin settings and CSS
- ✓Lightweight and easy to use
Where it falls short
- •Limited information on advanced features or support
- •No details on compatibility with other plugins
Verdict
This plugin provides a straightforward way to add tooltips in the Gutenberg editor, making it a useful tool for enhancing content clarity.
From the developer
Ivan Tsoma's own description of IZ Block Editor Tooltips, lightly tidied.
This lightweight plugin adds button “Tooltip” to the RichText toolbar.
Use it to paste popover tooltips over the words and phrases in your articles.
You can style tooltips with the admin settings page.
You can also style tooltips with CSS and using filters:
add_filter('izbet_style_text_color', function() { return '#247DE0'; });
add_filter('izbet_style_border_color', function() { return '#247DE0'; });
add_filter('izbet_style_tooltip_text_color', function() { return '#fff'; });
add_filter('izbet_style_tooltip_background_color', function() { return 'rgba(0, 010, 030, .85)'; });
add_filter('izbet_style_tooltip_font_size', function() { return '.8rem'; });
add_filter('izbet_style_tooltip_padding', function() { return '.6rem'; });
add_filter('izbet_style_tooltip_border_radius', function() { return '.3rem'; });
How to contribute
If you want to help me develop the plugin please visit its repository on GitHub: https://github.com/IvanZhuck/wordpress-iz-bet. The repository contains the source code and tools for development.