Enables response/mobile-friendly text-based tooltip/commentary popups.
| Author: | terry chay (profile at wordpress.org) |
| WordPress version required: | 2.5 |
| WordPress version tested: | 4.2.2 |
| Plugin version: | 1.0 |
| Added to WordPress repository: | 13-05-2015 |
| Last updated: | 13-05-2015
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, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | http://terrychay.com/wordpress-plugins/terrys... |
| Total downloads: | 1 155 |
| Active installs: | 10+ |
![]() Click to start download |
|
This adds a responsive and mobile-friendly tooltip popup in the vein of this article. For an example (and an explanation why), please read the introductory article.
You can add a textual tooltip to anything simply by adding a rel="tooltip"
and a title attribute with the tooltip content, just like you'd expect with
regular HTML. It also supports shortcodes to generate them. Use the following
shortcode:
[commentary text="TOOLTIP TEXT HERE"]TARGET HTML HERE[/commentary]
For backward compatibility reasons, any tags with class="commentary" title="tooltip" are similarly enabled.
