Easy Tooltip free WordPress plugin
Description
Easy Tooltip free WordPress plugin
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)
Credits
This plugin is largely based on isharis’s plugin: “WordPress Tooltip” which uses the TipTip jQuery plugin. Many thanks Muhammad! Note that I’ve corrected
the main bug which prevented it from working in some server configurations (tinyMCE form just redirected to the site
homepage).
It uses the excellent “Sexy Tooltips with Just CSS” authored by Alexander Dawson
(http://sixrevisions.com/css/css-only-tooltips/).