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

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 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://tw.wordpress.org/plugins/wp-glossary-hover/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/wp-glossary-hover/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/wp-glossary-hover/#installation)
 * [開發資訊](https://tw.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 tooltip options tab for the plugin.
 * [[
 * A screenshot of the styles options tab for the plugin.
 * [[
 * 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 或更新版本 **
 *  已測試相容的 WordPress 版本 **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://tw.wordpress.org/plugins/tags/definition/)[glossary](https://tw.wordpress.org/plugins/tags/glossary/)
   [hover](https://tw.wordpress.org/plugins/tags/hover/)
 *  [進階檢視](https://tw.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/)