BACK TO DIRECTORY

IZ Block Editor Tooltips

by Ivan Tsoma

5.0
(6 ratings)

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.

Screenshots

How tooltips look on the page

How tooltips look on the page

How tooltips look in the editor

How tooltips look in the editor

Settings page

Settings page

Plugin Details

Active Installs
100
Total Downloads
3,594
Version
3.5.2
Requires WP
5.9
Requires PHP
7.4
Tested Up To
7.1
Added
2023-12-19
Last Updated
2026-08-27 11:09pm GMT

Ratings

5
6
4
0
3
0
2
0
1
0