Tooltip
The Tooltip shortcode for WordPress can be used to display a mouse-over tip on selected expressions or words. Check below for example implementations and shortcode documentation:
Tooltip Examples
Hover over this
word
This is the tip shown on mouse over
.
Tooltip Shortcodes
Shortcode
[x3m-tooltip message="This is the tip shown on mouse over" background="black" textcolor="white" maxwidth="250px"] word [/x3m-tooltip]Tooltip Documentation
Here are the shortcode option settings available for Tooltip:
| Shortcode Settings | Details |
|---|---|
| message=”Tip message” | This is used to set the message displayed inside the tip bubble. |
| background=”black” | This is used to set the background color of the tip bubble.
Color names or HEX color codes can be used to set the desired color. |
| textcolor=”white” | This is used to set the text color inside the tip bubble.
Color names or HEX color codes can be used to set the desired color. |
| maxwidth=”250px” | This is used to set maximum width of the bubble. It sets the value in pixels. |