Version: 3.2.2 Add hover text to regular text in posts. Handy for providing explanations of names, terms, phrases, and acronyms mentioned in posts/pa
The plugin currently makes use of the standard HTML tag acronym to specify the terms and their hover text. Browsers have default handling and display of acronym. It's possibly that the CSS for your theme is overriding the default display. I use the following in my site's styles.css file to ensure it displays for me in the manner I prefer (which, by the same token, you can use more CSS formatting to further format the hover terms) :
acronym {
border-bottom:1px dotted #000;
}
No. The plugin filters post content on-the-fly.
Yes, if they include strings that you've now defined as terms.
By default, the plugin filters the post content, post excerpt fields, and widget text. You can use the 'c2c_text_hover_filters' filter to modify that behavior (see Filters section).
You can add to the list of filters that get processed for text hover terms. See the Filters section for an example.
By default, yes. There is a setting you can change to make it case insensitive. Or you can use the 'c2c_text_hover_case_sensitive' filter (see Filters section). Note that the option applies to all terms/acronyms. If you want to selectively have terms/acronyms be case insensitive, you should leave the case sensitive setting checked and add a listing for each case variation you wish to support.
Requires: 3.1 or higher
Compatible up to: 3.3.1
Last Updated: 2012-1-31
Downloads: 6,430




