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

首頁外掛目錄 › IZ Block Editor Tooltips
90+
安裝啟用
★★★★★
5/5 分(6 則評價)
18 天前
最後更新
問題解決
WordPress 5.9+ PHP 7.4+ v3.5.2 上架:2023-12-18

內容簡介

IZ Block Editor Tooltips 是一款輕量級的外掛,能為 RichText 工具列新增按鈕「Tooltip」。使用者可以在文章中的單字和短語上添加彈出提示,提升內容的可讀性與互動性。

【主要功能】
• 在 RichText 工具列新增 Tooltip 按鈕
• 支援在文章中插入彈出提示
• 可透過管理設定頁面自訂 Tooltip 樣式
• 支援 CSS 自訂樣式與過濾器
• 提供 GitHub 來源碼與開發工具

外掛標籤

開發者團隊

⬇ 下載最新版 (v3.5.2) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「IZ Block Editor Tooltips」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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.

文章
Filter
Mastodon