Easy Tooltip

WordPress tooltip lets you easily add css tooltips to content on your posts and pages.

Author:Franz Viaud-Murat (profile at wordpress.org)
WordPress version required:3.3.1
WordPress version tested:3.3.2
Plugin version:1.0
Added to WordPress repository:08-03-2012
Last updated:08-03-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:2
Plugin URI:http://opensource.intelliant.fr/easy-tooltip-...
Total downloads:10 265
Active installs:700+
plugin download
Click to start download

WordPress tooltip lets you easily add tooltips to content on your posts and pages. Contrary to most libraries, tooltips are achieved only through CSS.

It offers a tinyMCE shortcode GUI which will guide you through the entire process of a tooltip.

You can also add tooltips manually by following the pattern below:

[tooltip title="This will show as a title for the tooltip (disabled for the classic tooltip)"
content="This will show in a tooltip" type="classic|critical|help|info|warning"]Hover over me for tooltip[/tooltip]

(type is only optional, classic is the default)