Title: WP Glossary Hover
Author: chorton2227
Published: <strong>5 birželio, 2014</strong>
Last modified: 4 rugpjūčio, 2018

---

Ieškoti įskiepiuose

Šis įskiepis **nebuvo išbandytas su 3 vėliausiomis WordPress versijomis**. Jis tikriausiai
nėra prižiūrimas ir palaikomas, todėl gali neveikti su naujausiomis WordPress versijomis.

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

# WP Glossary Hover

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

[Parsisiųsti](https://downloads.wordpress.org/plugin/wp-glossary-hover.1.3.1.zip)

 * [Informacija](https://lt.wordpress.org/plugins/wp-glossary-hover/#description)
 * [Atsiliepimai](https://lt.wordpress.org/plugins/wp-glossary-hover/#reviews)
 *  [Diegimas](https://lt.wordpress.org/plugins/wp-glossary-hover/#installation)
 * [Kūrimas](https://lt.wordpress.org/plugins/wp-glossary-hover/#developers)

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

## Aprašymas

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.

## Ekrano nuotraukos

 * [[
 * 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.

## Diegimas

#### 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

## DUK

  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

## Atsiliepimai

![](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/) 6 rugsėjo, 2018 1 reply

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.

 [ Perskaityti visus atsiliepimus (3) ](https://wordpress.org/support/plugin/wp-glossary-hover/reviews/)

## Programuotojai ir komandos nariai

“WP Glossary Hover” yra atviro kodo programa. Prie jos sukūrimo prisidėję žmonės
surašyti toliau.

Autoriai

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

Įskiepis “WP Glossary Hover” išverstas į 1 kalbą. Dėkojame [vertėjams](https://translate.wordpress.org/projects/wp-plugins/wp-glossary-hover/contributors)
už jų darbą.

[Išverskite “WP Glossary Hover” į savo kalbą.](https://translate.wordpress.org/projects/wp-plugins/wp-glossary-hover)

### Domina programavimas?

[Peržiūrėkite kodą](https://plugins.trac.wordpress.org/browser/wp-glossary-hover/),
naršykite [SVN repozitorijoje](https://plugins.svn.wordpress.org/wp-glossary-hover/),
arba užsiprenumeruokite [kodo pakeitimų žurnalą](https://plugins.trac.wordpress.org/log/wp-glossary-hover/)
per [RSS](https://plugins.trac.wordpress.org/log/wp-glossary-hover/?limit=100&mode=stop_on_copy&format=rss).

## Pakeitimų istorija

#### 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.

## Metainformacija

 *  Version **1.3.1**
 *  Atnaujinta **prieš 8 metai**
 *  Aktyvių instaliacijų **30+**
 *  WordPress versija ** 3.5.1 ar naujesnė **
 *  Ištestuota iki **4.9.29**
 *  Kalbos
 * [English (US)](https://wordpress.org/plugins/wp-glossary-hover/) ir [French (France)](https://fr.wordpress.org/plugins/wp-glossary-hover/).
 *  [Išversti į savo kalbą](https://translate.wordpress.org/projects/wp-plugins/wp-glossary-hover)
 * Žymos
 * [definition](https://lt.wordpress.org/plugins/tags/definition/)[glossary](https://lt.wordpress.org/plugins/tags/glossary/)
   [hover](https://lt.wordpress.org/plugins/tags/hover/)
 *  [Daugiau](https://lt.wordpress.org/plugins/wp-glossary-hover/advanced/)

## Įvertinimai

 3.7 out of 5 stars.

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

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

[See all reviews](https://wordpress.org/support/plugin/wp-glossary-hover/reviews/)

## Autoriai

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

## Pagalba

Turite pastabų? Reikia pagalbos?

 [Peržiūrėti pagalbos forumą](https://wordpress.org/support/plugin/wp-glossary-hover/)