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

FAQ

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