Plugin info

Total downloads: 2,618
Active installs: 100
Total reviews: 6
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 2 language(s)
Contributors: 1
Last updated: 11/13/2024 (413 days ago)
Added to WordPress: 12/19/2023 (2 years old)
Minimum WordPress version: 5.9
Tested up to WordPress version: 6.7.4
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 413 days ago • 6 reviews

28/100

Is IZ Block Editor Tooltips abandoned?

Possibly abandoned (last update 413 days ago).

Compatibility

Requires WordPress: 5.9
Tested up to: 6.7.4
Requires PHP: 7.4

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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.

Installation

  1. Upload iz-block-editor-tooltips folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. Visit “Settings” -> “IZ BET Setting” to set up tooltip colors.

Frequently Asked Questions

No FAQ available

Review feed

Sven Hofmann
6/27/2024

Simple and intuitive

Works perfectly and is easy and intuitive to use.
Lovro Hrust
5/12/2025

Very useful!

I am myself block plugins author, and after considering to use a plugin of mine for the purpose of putting tooltips in a table, I found this one better fit admin interface for this purpose. Also full source code provided! Good job!

Screenshots

  1. How tooltips look on the page

    How tooltips look on the page

  2. How tooltips look in the editor

    How tooltips look in the editor

  3. Settings page

    Settings page

Changelog

3.4.3

  • Tested with WordPress 6.7

3.4.2

  • Tested with WordPress 6.6

3.4.1

  • Fixed filter names in readme
  • Fixed string for translation

3.4.0

  • Added custom size settings
  • Tested with WordPress 6.5.5

3.3.0

  • Tested with WordPress 6.5
  • Fixed tooltip editor popover position
  • Fixed new lines inside tooltip content

3.2.3

  • Updated readme.txt

3.2.2

  • Tested with WordPress 6.4.2
  • Added screenshots

3.2.1

  • Updated output escaping

3.2.0

  • Tested with WordPress 6.4.1
  • Added variable escaping

3.1.1

  • Updated @wordpress/eslint-plugin version
  • Updated readme.txt

3.1.0

  • Updated plugin text prefix
  • Updated plugin text domain
  • Changed the way to read json config files

Please visit the Releases page on GitHub to see the full plugin’s changelog,