[WordPress] 外掛分享: IZ Block Editor Tooltips

前言介紹

  • 這款 WordPress 外掛「IZ Block Editor Tooltips」是 2023-12-18 上架。
  • 目前有 70 個安裝啟用數。
  • 上一次更新是 2024-11-13,距離現在已有 171 天。
  • 外掛最低要求 WordPress 5.9 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 有 5 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

ivanzhuck |

外掛標籤

tooltips | richtext tooltips | gutenberg tooltips | block editor tooltips |

內容簡介

- 這個輕量級外掛可以在 RichText 工具列上添加「工具提示」按鈕。
- 您可以使用它在文章中的單詞和詞語上貼上氣泡提示框。
- 您可以通過管理設置頁面來設計提示框的樣式。
- 您也可以使用 CSS 和過濾器來設計提示框的樣式:
- add_filter('iz_bet_style_text_color', function() { return '#247DE0'; });
- add_filter('iz_bet_style_border_color', function() { return '#247DE0'; });
- add_filter('iz_bet_style_tooltip_text_color', function() { return '#fff'; });
- add_filter('iz_bet_style_tooltip_background_color', function() { return 'rgba(0, 010, 030, .85)'; });

如何貢獻:
- 如果您想幫助我開發這個外掛,請訪問它在 GitHub 上的存儲庫:https://github.com/IvanZhuck/wordpress-iz-bet。存儲庫包含源代碼和開發工具。

原文外掛簡介

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.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「IZ Block Editor Tooltips」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


3.2.2 | 3.2.3 | 3.3.0 | 3.4.0 | 3.4.1 | 3.4.2 | 3.4.3 | trunk |

延伸相關外掛(你可能也想知道)

暫無相關外掛推薦。

文章
Filter
Apply Filters
Mastodon