內容簡介
IZ Block Editor Tooltips 是一款輕量級的外掛,能為 RichText 工具列新增按鈕「Tooltip」。使用者可以在文章中的單字和短語上添加彈出提示,提升內容的可讀性與互動性。
【主要功能】
• 在 RichText 工具列新增 Tooltip 按鈕
• 支援在文章中插入彈出提示
• 可透過管理設定頁面自訂 Tooltip 樣式
• 支援 CSS 自訂樣式與過濾器
• 提供 GitHub 來源碼與開發工具
外掛標籤
開發者團隊
原文外掛簡介
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.
