plugin-icon

IZ Block Editor Tooltips

作者:Ivan Zhuck·
An easy way to implement tooltip element in the WordPress Block Editor
评级
5/5
版本
3.4.3
活跃安装
100
最后更新
Nov 13, 2024

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.

免费使用Business套餐
通过安装,您同意 WordPress.com 服务条款第三方插件条款
目前已测试版本
WordPress 6.7.4
这个插件是可用的下载,适用于您的站点。