GB CSS Tooltip

外掛說明

This is a very simple plugin that allows you to associate a tooltip to any link in the block editor.
Open the link options, click on the pencil icon to edit it, then make sure that the Advanced panel
is open, and find the new input box for the tooltip.
You will see the tooltip when you hover with the mouse the link in the frontend.

Main features:
– new ‘tooltip’ input box in the CMS editor ‘edit link’, under ‘Advanced’ tab.
– showing this new field as a simple CSS-only tooltip in the frontend
– CSS rules use some variables to easily modify the aspect of the tooltip.

安裝方式

This section describes how to install the plugin and get it working.
1. Upload gb-css-tooltip (link-to-github.zip) to the /wp-content/plugins/ directory

  1. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

I am a developer, how can I modify this plugin?

You can use the original development repo:
https://github.com/cobianzo/gutenberg-paragraph-tooltip
Follow the README.md instructions to install the dependencies and start coding.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈GB CSS Tooltip〉的開發相關工作。

參與者

將〈GB CSS Tooltip〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

v1.0.1

Refactor for the inserrtion of the input, using Mutation Observer instead of an eventlistener.

  • Initial release