Title: IZ Block Editor Tooltips
Author: Ivan Zhuck
Published: <strong>19 gruodžio, 2023</strong>
Last modified: 13 lapkričio, 2024

---

Ieškoti įskiepiuose

![](https://ps.w.org/iz-block-editor-tooltips/assets/icon.svg?rev=3012219)

# IZ Block Editor Tooltips

 Autorius [Ivan Zhuck](https://profiles.wordpress.org/ivanzhuck/)

[Parsisiųsti](https://downloads.wordpress.org/plugin/iz-block-editor-tooltips.3.4.3.zip)

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

 [Pagalba](https://wordpress.org/support/plugin/iz-block-editor-tooltips/)

## Aprašymas

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](https://github.com/IvanZhuck/wordpress-iz-bet).
The repository contains the source code and tools for development.

## Ekrano nuotraukos

 * [[
 * How tooltips look on the page
 * [[
 * How tooltips look in the editor
 * [[
 * Settings page

## Diegimas

 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.

## Atsiliepimai

![](https://secure.gravatar.com/avatar/ca481b56965d51c2202d6b74d3e6567908a142d529dc39061546a1acef255af2?
s=60&d=retro&r=g)

### 󠀁[Very useful!](https://wordpress.org/support/topic/very-useful-3615/)󠁿

 [Lovro Hrust](https://profiles.wordpress.org/lovor/) 12 gegužės, 2025

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!

![](https://secure.gravatar.com/avatar/6441516e28f2178d4d60f5dadd4da6940b20efa696b145ee0e4ce59a493b9a1f?
s=60&d=retro&r=g)

### 󠀁[Отличный плагин! Ничего лишнего.](https://wordpress.org/support/topic/%d0%be%d1%82%d0%bb%d0%b8%d1%87%d0%bd%d1%8b%d0%b9-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd-%d0%bd%d0%b8%d1%87%d0%b5%d0%b3%d0%be-%d0%bb%d0%b8%d1%88%d0%bd%d0%b5%d0%b3%d0%be-2/)󠁿

 [lagutkinruslan](https://profiles.wordpress.org/lagutkinruslan/) 21 kovo, 2025

Отличный „лёгкий” плагин! Единственное замечание – хотелось бы ещё иметь возможность
регулировать междустрочный интервал в тексте подсказки.

![](https://secure.gravatar.com/avatar/87ac9269a51f12b82c33eb37b7004de25dcb5f8ca8066d3d1b577278c67d827c?
s=60&d=retro&r=g)

### 󠀁[Great Plugin But Don’t know why to change css](https://wordpress.org/support/topic/great-plugin-but-dont-know-why-to-change-css/)󠁿

 [Diamond Digtial Marketing (HK) Ltd](https://profiles.wordpress.org/diamonddmext/)
17 rugsėjo, 2024 1 reply

Great plugin the function work perfectly well and lightweight! However, when i added
the add_filter in [Code Snippet Pro] (run the code in both frontend and admin) as
descriebd to customize my own color style , it show noting in frontend. I wonder
if i missed anything. add_filter(‘izbet_style_text_color’, function() { return ‘#
4CC4A4’; });add_filter(‘izbet_style_border_color’, function() { return ‘#247DE0’;});
add_filter(‘izbet_style_tooltip_text_color’, function() { return ‘#4CC4A4’; });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’; });

![](https://secure.gravatar.com/avatar/397281c0710c56b8c6e6604920fe14030cba52a984c35065b4a19779b0f18a2e?
s=60&d=retro&r=g)

### 󠀁[Simple and intuitive](https://wordpress.org/support/topic/simple-and-intuitive-35/)󠁿

 [Sven Hofmann](https://profiles.wordpress.org/hofmannsven/) 27 birželio, 2024

Works perfectly and is easy and intuitive to use.

![](https://secure.gravatar.com/avatar/56717255b988e15eb0d791398d504cc64f6fecfc9992af0c68f4d89eca829cef?
s=60&d=retro&r=g)

### 󠀁[Amazing tool](https://wordpress.org/support/topic/amazing-tool-167/)󠁿

 [infomonstar](https://profiles.wordpress.org/infomonstar/) 20 birželio, 2024

It is really an amazing tool. Very easy to use. Thank you developer. Please add 
some way to increase the font size of the content if possible.

![](https://secure.gravatar.com/avatar/873915ea730655a3108c5a462f2cef84e0c0153d7c294e11839d5b09d01e25d7?
s=60&d=retro&r=g)

### 󠀁[Excellent](https://wordpress.org/support/topic/excellent-13243/)󠁿

 [vincentlemonde](https://profiles.wordpress.org/vincentlemonde/) 3 vasario, 2024

After several hours wasted looking for a simple title-box on hover for links, here’s
the miracle: I found this great plugin that does exactly what it says it does. It
is very useful, clean, effective. I’m surprised he’s so little famous. I recommend
it and hope it has more success. Thanks so much for developing this!

 [ Perskaityti visus atsiliepimus (6) ](https://wordpress.org/support/plugin/iz-block-editor-tooltips/reviews/)

## Programuotojai ir komandos nariai

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

Autoriai

 *   [ Ivan Zhuck ](https://profiles.wordpress.org/ivanzhuck/)

Įskiepis “IZ Block Editor Tooltips” išverstas į 1 kalbą. Dėkojame [vertėjams](https://translate.wordpress.org/projects/wp-plugins/iz-block-editor-tooltips/contributors)
už jų darbą.

[Išverskite “IZ Block Editor Tooltips” į savo kalbą.](https://translate.wordpress.org/projects/wp-plugins/iz-block-editor-tooltips)

### Domina programavimas?

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

## Pakeitimų istorija

#### 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](https://github.com/IvanZhuck/wordpress-iz-bet/releases)
to see the full plugin’s changelog,

## Metainformacija

 *  Version **3.4.3**
 *  Atnaujinta **prieš 1 metai**
 *  Aktyvių instaliacijų **100+**
 *  WordPress versija ** 5.9 ar naujesnė **
 *  Ištestuota iki **6.7.5**
 *  PHP versija ** 7.4 ar naujesnė **
 *  Kalbos
 * [English (US)](https://wordpress.org/plugins/iz-block-editor-tooltips/) ir [Russian](https://ru.wordpress.org/plugins/iz-block-editor-tooltips/).
 *  [Išversti į savo kalbą](https://translate.wordpress.org/projects/wp-plugins/iz-block-editor-tooltips)
 * Žyma
 * [tooltips](https://lt.wordpress.org/plugins/tags/tooltips/)
 *  [Daugiau](https://lt.wordpress.org/plugins/iz-block-editor-tooltips/advanced/)

## Įvertinimai

 5 out of 5 stars.

 *  [  6 5-star reviews     ](https://wordpress.org/support/plugin/iz-block-editor-tooltips/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/iz-block-editor-tooltips/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/iz-block-editor-tooltips/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/iz-block-editor-tooltips/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/iz-block-editor-tooltips/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/iz-block-editor-tooltips/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/iz-block-editor-tooltips/reviews/)

## Autoriai

 *   [ Ivan Zhuck ](https://profiles.wordpress.org/ivanzhuck/)

## Pagalba

Turite pastabų? Reikia pagalbos?

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