Responsive Mobile-Friendly Tooltip
A WordPress plugin that helps you create responsive and mobile-friendly tooltip to present tiny amount of hidden content - the tip.
The facts
- Rating
- 4.4★ from 17
- Active installs
- 600+
- Price
- Free
- Last updated
- 18 Dec 2017
- Added
- Apr 2013
- Requires WP
- 3.0.1
- Tested up to
- WP 4.3.34
- Downloads
- 35,199
Our analysis
AI-assistedResponsive Mobile-Friendly Tooltip is a WordPress plugin that allows you to create tooltips, which are small pop-up boxes that display hidden content when a user interacts with a designated target. The tooltips can be triggered by hovering or clicking, and they are designed to be responsive and mobile-friendly, adapting to different screen sizes and orientations.
The plugin is easy to use, integrating a tooltip button into the default WordPress editor. You can format the tooltip content using HTML and customize its appearance by editing the associated CSS file. This plugin is suitable for users looking to provide additional context or information on their site without cluttering the interface.
Best for: This plugin suits website owners who want to provide helpful tips or additional information without overwhelming users.
What it does well
- ✓Responsive design adapts to various screen sizes
- ✓Mobile-friendly functionality for touch devices
- ✓HTML formatting capabilities for tooltip content
- ✓Easy integration with the WordPress editor
- ✓Customisable appearance through CSS
Where it falls short
- •Last updated in December 2017, may not be compatible with newer WordPress versions
- •Limited information on advanced features or support
Verdict
Responsive Mobile-Friendly Tooltip offers a straightforward way to enhance user experience with tooltips. However, its age and limited updates may affect its compatibility with newer WordPress versions.
From the developer
ItayXD's own description of Responsive Mobile-Friendly Tooltip, lightly tidied.
tooltips are used to present a tiny amount of hidden content (mainly explanatory, so-called tips), that pops up when user moves a cursor over or clicks (less common) on a special target.
Key Features
- It’s responsive. It relies on a maximum width value when viewed on large screens, adopts to narrow environments and picks the best viewable position relatively to the target (top, bottom; left, center, right).
- It’s mobile-friendly. It pops up when a call-to-action button is tapped and disappears when tapped on the tooltip itself.
- It’s HTML formatting capable. Need to write some words in italic or so? No problem, this will work out.
- It’s extremely easy to use: A tooltip button in added to the default WordPress editor, all you have to do it click it and fill the pop-up dialog, the rest is taken care of automatically.
Advance
- The button adds a WordPress short-code, if you want the tip to be HTML formated (avoid block level elements) you can just wrap it with [tooltip tip=””][/tooltip] in tinyMCE.
- You can also assign the attribute rel=”tooltip” and title=”Enter your tip here” to any of body tags in HTML file where you want the tooltip to pop up when called.
- You can change the pop-up look by editing responsive-tooltip.css. change it to what ever suits your website best!