Via the plugin's settings, specify the words or phrases that you want to be associated with text, and of course, the hover texts themselves.
Text Hover instead adds the text as information for when visitors hover over the term.
Example ** * Enable hover for post page titles * * @param array $filters Filters handled by Text Hover plugin * @return array * function more text hovers { $filters = 'the title Here you could put in the name of any filter you want return $filters } add filter c2c text hover.
The 'c2c text hover text comments hook allows you to customize or override the setting indicating if linkification should be enabled in comments..
The 'c2c text hover case sensitive hook allows you to customize or override the setting indicating if hover should be case sensitive..
The 'c2c text hover once hook allows you to customize or override the setting indicating if text hovering should be limited to once per term per piece of text being processed regardless of how many times the term appears..
The 'c2c text hover use pretty tooltips hook allows you to customize or override the setting indicating if text hovering should use prettier tooltips to display the text.
screenshot of the action for post when the mouse is hovering over text term using default browser tooltips ...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Add setting to allow use of prettier tooltips.
Read more