Plugin Pulse
← Pulse

Text Hover

by Scott Reilly · Uncategorized

Also makes 50 other plugins · 78.1K+ installs across the portfolio →

Add hover text (aka tooltips) to content in posts. Handy for providing explanations of names, terms, phrases, abbreviations, and acronyms.

⚠ Stale⚠ Likely abandoned
How scoring works →
47 Health · D
Maintenance 3/100
Rating quality 82/100
Support 70/100

47 health vs 56 average across 16,376 Uncategorized plugins

Removal-risk signals

53/100

Maintenance and integrity signals that tend to precede a WordPress.org removal. Not an official status, a heads-up to act.

  • Long abandoned. No update in 4+ years — the top precursor to removal once a vulnerability is found.
  • Falling behind WordPress. Tested up to WordPress 5.9.16.

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

51 / 100

Room to improve

Biggest win: Update recency

Update recency 6/100
WP compatibility 36/100
Rating quality 73/100
Listing tuning 100/100

To rank higher: Last updated 1620 days ago — ship an update; wp.org decays a listing's search weight after ~180 days.

Get the full rank-higher report →

Daily downloads

Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive

+34% vs prior 30d
12Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

167

now · peak 359

16930d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

Text Hover · #5251 you Complianz · #193 WP101 Video Tutorial · #1782 WP Help · #2252

Rating trend

Star average over time · dips mark rough releases

4.5Stars · Aug 26

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

169per 1k installs · Aug 26

Release cadence

No release in a year
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

0

releases in the last 12 months

4.4y ago

latest release · v4.2

22

tagged releases on record

Recent releases

4.2 · 4.4y ago4.1 · 5.2y ago4.0 · 6.1y ago3.9.1 · 6.6y ago3.9 · 6.6y ago3.8 · 7.8y ago3.7.1 · 10.2y ago3.6 · 11.5y ago3.5.1 · 12.6y ago3.5 · 12.7y ago3.2.2 · 14.6y ago3.2.1 · 14.7y ago3.2 · 14.7y ago3.1.1 · 15.0y ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin · 87% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v4.2 87%
Older / other versions 13%

Estimated active installs

The public count shows “1K+”. Our estimate pins where the real number sits.

tracked estimate
1K–2K ≈1.4K

Refined from the date this plugin crossed into its current band.

Install history · since 2015-03-10 · 1,426 observations

1KInstalls · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.

Details

Version
4.2
Last updated
4.4y ago
Added
2009-07-15 · 17 yrs old
Requires WP
4.9
Tested up to
5.9.16
Requires PHP

Recent reviews

All reviews on wp.org ↗
  1. lshenefield
    4.8y ago

    I’m using this for a pretty scientific site where definitions of terms need to be clear to the reader as they go through the paragraphs. It’s easy to use and having the definition list in one place creates quick updates. No going to each phrase in a page. You just do it all at once in the setting. I had a hard time finding the CSS for the hover box itself, but did find it down below in the FAQ on the WP plugin page. Now the box matches the rest of the site. Thank you!

    Read on wp.org ↗
  2. CLRD
    6.3y ago

    Simple to use and yet very effective. Note: In some languages, blank spaces (” “) are not used for word separation (i.e. SomeLanguagesHaveNoSpacesInBetween) like chinese, japanese, etc. Therefore in those situations it won’t work as it thinks “SomeLanguagesHaveNoSpacesInBetween” is one word. As a work around, you need to space out the word so this plugin works. Lets’ say you want to have the hover text just for “have”, you’ll need to append and prepend a space (” “) like so: “SomeLanguages Have NoSpacesInBetween”. An aesthetic sacrifice, but does the job.

    Read on wp.org ↗
  3. thebeautybb
    7.0y ago

    Works perfectly and does what it says it will do: add text hover/tooltip functionality. This plugin is easy to use and I’ve become a fan of all the plugins by this author (Scott Reilly) that I’ve tried so far! Thanks for creating so many great plugins!

    Read on wp.org ↗
  4. kenneth.vogt
    9.4y ago

    No short codes are needed and it works on all your preexisting posts and pages. It is stupid simple.

    Read on wp.org ↗
  5. lullabyman
    9.6y ago

    So … totally cool, and can I just say it’s amazing that this seems to be the only plugin that adds hover text to text? Image hovers just seem dumb to me … because they cover the image. That’s what a caption is for. Anywho if the yellow background made you want to puke, like it did me try this hack (newbies: go to this plug-in, click “edit”, then search for “new-text”, add this to the beginning of that line: “//” [but without the quotes] to make it just a comment) and replace the $new-text command with this: $new_text = “<span style='” . “color:#333; border-bottom: 1px dotted #000; cursor: help;” . “‘ . title='” . esc_attr( addcslashes( $hover_text, ‘\\$’ ) ) . “‘>\\1</span>”; now you might have to retype the single and double quotes to get it work … wordpress sometimes converts those to the left and right quotes which will kill your code.

    Read on wp.org ↗
  6. hidalgm2
    11.1y ago

    I really like it, helps keep the page decluttered

    Read on wp.org ↗
  7. Leto
    11.3y ago

    I have found this to be a very useful plugin that has transformed my site. My site is dedicated to learning the 2000+ Japanese characters that are needed to read Japanese, and I use the plugin to provide users with on-the-fly translation of kanji into the English keyword used to remember that kanji. A demo of the plugin and a post about my use of it is here… http://kanjisketchpad.com/kanji-keyword-hover-text-and-shortcuts/ It took me some time to configure the plugin to do exactly what I wanted, which is why I have not given it 5 stars, but the final result is worth 5 stars. The configuration steps involved: 1) modding the css for the acronym class to provide a more subtle shadow effect 2) modding the tooltip appearance 3) editing the plugin php file directly to do some necessary replacements in the text so that matches could be detected at the end of paragraphs (see the support thread for a fix). One more mod is still needed to allow matches to be detected when the text to be replaced is next to a <tag>. I know the author is working on this. For now I have to remember to put spaces around the kanji I want matched. The author has been helpful in the support forum, though I managed to fix the issues myself. The plugin could be improved if the backend provided custom css options with examples, and if the ‘ignore’ characters could be maintained as a list without editing the php file directly. For people with no coding experience, it may end up being a little tricky to get everything just how you want it, but for anyone with a little php or css knowledge, the plugin can be a great addition to a site.

    Read on wp.org ↗
  8. editortooltimetuesday
    11.5y ago

    Does what it says and easy to manage. The best part is that it works globally across your site, and doesn’t clutter up your text with shortcode. Needs to include the < and > characters in its character ignore list, though. Otherwise, code tags touching the target word in the text editor cause the tooltips to not show up for that word. I would consider that a bug. For example, with the following code ORT won’t get a tooltip, but AFR will. <li style="text-align: justify;"><strong>ORT / AFR Trend</strong> – Displays the ORT rolling Annualized Failure Rate trend by fiscal workweek.</li> Less on the bug side and more on the feature request side, I think the author should also consider adding the ( and ) characters to the ignore list, as the plugin won’t work on target words in brackets, either. Better yet, how about a customizable ignore list of characters that we can add to, ourselves. Like I said, almost perfect. I would highly recommend it as a nice, simple way to add tooltips to your text. Thank you to the author for developing this free plugin.

    Read on wp.org ↗

Known vulnerabilities

via Wordfence Intelligence

1 disclosed vulnerability on record for this plugin, fixed in the current version. Sites on older versions stay exposed until they update.

  1. 2022-04-09 CVE-2022-0737 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') Affects <= 4.1 Patched in 4.2

Vulnerability records provided by Wordfence Intelligence. Copyright 2012-2026 Defiant Inc. License and terms.

CVE records: Copyright 1999-2026 The MITRE Corporation. CVE terms of use.

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 7.4.8 · WP 5.9.2

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Languages

via translate.wordpress.org

Translated into 3 languages, 2 at 90% or more

Spanish (Chile) 100%
Spanish (Spain) 100%
German 7%

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2026-06-27 2K+ → 1K+ down after 1 days in tier
  2. 2026-06-26 1K+ → 2K+ up after 5 days in tier
  3. 2026-06-21 2K+ → 1K+ down after 28 days in tier
  4. 2026-05-24 1K+ → 2K+ up after 2 days in tier
  5. 2026-05-22 2K+ → 1K+ down after 797 days in tier
  6. 2024-03-16 3K+ → 2K+ down after 5 days in tier
  7. 2024-03-11 2K+ → 3K+ up after 1 days in tier
  8. 2024-03-10 3K+ → 2K+ down after 1 days in tier

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for Text Hover into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/text-hover" width="480" height="300" style="border:0" loading="lazy" title="Text Hover — Plugin Pulse"></iframe>
Preview card ↗

Text Hover: 1K+ active installs, 4.5★ (17 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/text-hover