Title: WP Glossary Hover
Author: chorton2227
Published: <strong>2014 年 6 月 5 日</strong>
Last modified: 2018 年 8 月 4 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/wp-glossary-hover.svg)

# WP Glossary Hover

 作者：[chorton2227](https://profiles.wordpress.org/chorton2227/)

[下载](https://downloads.wordpress.org/plugin/wp-glossary-hover.1.3.1.zip)

 * [详情](https://cn.wordpress.org/plugins/wp-glossary-hover/#description)
 * [评价](https://cn.wordpress.org/plugins/wp-glossary-hover/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/wp-glossary-hover/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/wp-glossary-hover/#developers)

 [支持](https://wordpress.org/support/plugin/wp-glossary-hover/)

## 描述

WP Glossary Hover adds helpful tooltips to user defined glossary terms. Terms are
highlighted and when hovered over shows the term definition.

#### Features

 * Only highlight first occurrence of term.
 * Specify if glossary terms are case sensitive.
 * Enable by post type, i.e. specify if posts, pages, etc. are parsed for terms.
 * Protect certain html tags, e.g. headers, links, quotes, etc., from being parsed
   for terms.
 * Uses [jQuery UI Tooltips](http://jqueryui.com/tooltip/), with ability to custom
   various settings and themes.
 * Style highlighted terms, i.e. change color and underline style.

## 屏幕截图

[⌊A screenshot of the general options tab for the plugin.⌉⌊A screenshot of the general
options tab for the plugin.⌉[

A screenshot of the general options tab for the plugin.

[⌊A screenshot of the tooltip options tab for the plugin.⌉⌊A screenshot of the tooltip
options tab for the plugin.⌉[

A screenshot of the tooltip options tab for the plugin.

[⌊A screenshot of the styles options tab for the plugin.⌉⌊A screenshot of the styles
options tab for the plugin.⌉[

A screenshot of the styles options tab for the plugin.

[⌊A screenshot of the tooltip in action.⌉⌊A screenshot of the tooltip in action.⌉[

A screenshot of the tooltip in action.

## 安装

#### Using The WordPress Dashboard

 1. Navigate to the ‘Add New’ in the plugins dashboard
 2. Search for ‘WP Glossary Hover’
 3. Click ‘Install Now’
 4. Activate the plugin on the Plugin dashboard

#### Uploading in WordPress Dashboard

 1. Navigate to the ‘Add New’ in the plugins dashboard
 2. Navigate to the ‘Upload’ area
 3. Select `wp-glossary-hover.zip` from your computer
 4. Click ‘Install Now’
 5. Activate the plugin in the Plugin dashboard

#### Using FTP

 1. Download `wp-glossary-hover.zip`
 2. Extract the `wp-glossary-hover` directory to your computer
 3. Upload the `wp-glossary-hover` directory to the `/wp-content/plugins/` directory
 4. Activate the plugin in the Plugin dashboard

## 常见问题

  Installation Instructions

#### Using The WordPress Dashboard

 1. Navigate to the ‘Add New’ in the plugins dashboard
 2. Search for ‘WP Glossary Hover’
 3. Click ‘Install Now’
 4. Activate the plugin on the Plugin dashboard

#### Uploading in WordPress Dashboard

 1. Navigate to the ‘Add New’ in the plugins dashboard
 2. Navigate to the ‘Upload’ area
 3. Select `wp-glossary-hover.zip` from your computer
 4. Click ‘Install Now’
 5. Activate the plugin in the Plugin dashboard

#### Using FTP

 1. Download `wp-glossary-hover.zip`
 2. Extract the `wp-glossary-hover` directory to your computer
 3. Upload the `wp-glossary-hover` directory to the `/wp-content/plugins/` directory
 4. Activate the plugin in the Plugin dashboard

## 评价

![](https://secure.gravatar.com/avatar/20877696a7de3497b43227ddd487a8209426fb564c9398d017626dd1f0138504?
s=60&d=retro&r=g)

### 󠀁[Crashes the site](https://wordpress.org/support/topic/crashes-the-site/)󠁿

 [dupls](https://profiles.wordpress.org/dupls/) 2018 年 9 月 6 日 1 回复

When I enable this plugin it breaks my site. I had to uninstall the plugin through
phpmyadmin and under wp_options > active_plugins remove the module to get the site
backup.

 [ 阅读所有3条评价 ](https://wordpress.org/support/plugin/wp-glossary-hover/reviews/)

## 贡献者及开发者

「WP Glossary Hover」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ chorton2227 ](https://profiles.wordpress.org/chorton2227/)

「WP Glossary Hover」插件已被翻译至 1 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/wp-glossary-hover/contributors)
为本插件所做的贡献。

[帮助将「WP Glossary Hover」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/wp-glossary-hover)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/wp-glossary-hover/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/wp-glossary-hover/)，或通过[RSS](https://plugins.trac.wordpress.org/log/wp-glossary-hover/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/wp-glossary-hover/)。

## 更新日志

#### 1.3.1

 * Escape regular expression references

#### 1.3.0

 * Add ‘u’ modifier to term regex pattern, support ‘non-Latin’ characters.
 * Update to jquery-ui 1.11.4.
 * Only show the bottom border for tooltips.

#### 1.2.3

 * Fix errors in versions of php earlier than php 5.4.
 * Remove the ‘…’ when not limiting the characters in the definition.

#### 1.2.2

 * Fix encoding between html and xml entities.

#### 1.2.1

 * Decode html entities before adding them as xml.
 * Add new link underline style `none`.
 * Remove extra markup `<!DOCTYPE><html><body></body></html>` generated by DomDocument.
 * When limiting the number of characters in the definition tooltip, end at the 
   end of a word, and trim all non alpha-numeric characters.

#### 1.2.0

 * Enabled comment support for glossary terms.
 * Added to enable links to glossary term pages.
 * Added setting to limit the tooltip length.
 * Escape html sepcial characters in definition.
 * Strip tags in tooltip definition, instead of escaping tags.
 * Fix description for `Enabled Post Types` setting.

#### 1.1.0

 * Fix fatal error on install.
 * Remove test code in uninstall.php.

#### 1.0.1

 * Update README.txt.

#### 1.0.0

 * First release of plugin.

## 额外信息

 *  版本 **1.3.1**
 *  最后更新：**8 年前**
 *  活跃安装数量 **30+**
 *  WordPress 版本 ** 3.5.1 或更高版本 **
 *  已测试的最高版本为 **4.9.29**
 *  语言
 * [English (US)](https://wordpress.org/plugins/wp-glossary-hover/) 和 [French (France)](https://fr.wordpress.org/plugins/wp-glossary-hover/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/wp-glossary-hover)
 * 标签
 * [definition](https://cn.wordpress.org/plugins/tags/definition/)[glossary](https://cn.wordpress.org/plugins/tags/glossary/)
   [hover](https://cn.wordpress.org/plugins/tags/hover/)
 *  [高级视图](https://cn.wordpress.org/plugins/wp-glossary-hover/advanced/)

## 评级

 3.7 星（最高 5 星）。

 *  [  2 条 5 星评价     ](https://wordpress.org/support/plugin/wp-glossary-hover/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/wp-glossary-hover/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/wp-glossary-hover/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/wp-glossary-hover/reviews/?filter=2)
 *  [  1 条 1 星评价     ](https://wordpress.org/support/plugin/wp-glossary-hover/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-glossary-hover/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/wp-glossary-hover/reviews/)

## 贡献者

 *   [ chorton2227 ](https://profiles.wordpress.org/chorton2227/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/wp-glossary-hover/)