Title: Spindle Dynamic Glossary
Author: asasolutionsltd
Published: <strong>August 27, 2026</strong>
Last modified: August 27, 2026

---

Search plugins

![](https://ps.w.org/spindle-dynamic-glossary/assets/banner-772x250.png?rev=3669439)

![](https://ps.w.org/spindle-dynamic-glossary/assets/icon-256x256.png?rev=3669465)

# Spindle Dynamic Glossary

 By [asasolutionsltd](https://profiles.wordpress.org/asasolutionsltd/)

[Download](https://downloads.wordpress.org/plugin/spindle-dynamic-glossary.2.2.1.zip)

 * [Details](https://wordpress.org/plugins/spindle-dynamic-glossary/#description)
 * [Reviews](https://wordpress.org/plugins/spindle-dynamic-glossary/#reviews)
 *  [Installation](https://wordpress.org/plugins/spindle-dynamic-glossary/#installation)
 * [Development](https://wordpress.org/plugins/spindle-dynamic-glossary/#developers)

 [Support](https://wordpress.org/support/plugin/spindle-dynamic-glossary/)

## Description

Spindle Dynamic Glossary helps you build glossaries, dictionaries, and terminology
tooltips on your WordPress site.

Define glossary terms once and automatically highlight them across selected post
types. Visitors can view definitions in tooltips or modals, and a searchable A-Z
glossary can be displayed with a shortcode.

#### Key Features:

 * **Automatic Highlighting:** Define a term once, and it automatically highlights
   across your selected posts and pages.
 * **Content-safe parsing:** The parser avoids replacing text inside existing links,
   headings, HTML tags, and shortcodes.
 * **Interactive Tooltips & Modals:** Choose between floating tooltips, fixed info
   boxes, or pop-up modals for user interactions.
 * **Live glossary filtering:** The frontend glossary grid provides live text search
   and A-Z filtering.
 * **Individual Post Exclusions:** Easily disable tooltips on a per-post basis via
   a simple checkbox in the post editor.
 * **Configurable display:** Adjust tooltip colors, positioning, behavior, and text
   limits from the settings dashboard.

### Development

Source code and development history are available at:
 https://github.com/adedayospindles/
spindle-dynamic-glossary

## Screenshots

[⌊Configure automatic glossary term highlighting across selected post types, with
controls for single posts, first occurrences, and term matching.⌉⌊Configure automatic
glossary term highlighting across selected post types, with controls for single 
posts, first occurrences, and term matching.⌉[

Configure automatic glossary term highlighting across selected post types, with 
controls for single posts, first occurrences, and term matching.

[⌊Customize tooltip display, content, text length, HTML tags, excerpts, and positioning.⌉⌊
Customize tooltip display, content, text length, HTML tags, excerpts, and positioning
.⌉[

Customize tooltip display, content, text length, HTML tags, excerpts, and positioning.

[⌊Explore List of terms explained in simple language.⌉⌊Explore List of terms explained
in simple language.⌉[

Explore List of terms explained in simple language.

[⌊Glossary Live search Filter by Letters "Alphabetically".⌉⌊Glossary Live search
Filter by Letters "Alphabetically".⌉[

Glossary Live search Filter by Letters “Alphabetically”.

[⌊Glossary term meaning display, on hover.⌉⌊Glossary term meaning display, on hover
.⌉[

Glossary term meaning display, on hover.

[⌊Full glossary term meaning display via popup when clicked.⌉⌊Full glossary term
meaning display via popup when clicked.⌉[

Full glossary term meaning display via popup when clicked.

## Installation

 1. Upload the `spindle-dynamic-glossary` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Navigate to ‘Spindle Glossary > Settings’ to configure your tooltip colors, behaviors,
    and target post types.
 4. Add new terms under ‘Spindle Glossary > Add New’.
 5. Place the `[spindle_glossary]` shortcode on any page to display the interactive
    A-Z glossary grid.

## FAQ

### How do I create a glossary term?

Go to **Spindle Glossary > Add New**, enter the term as the title, and add its definition
in the editor. Publish the glossary entry. The term can then be used for automatic
highlighting and in the glossary shortcode.

### How do I display the glossary on a page?

Add the shortcode `[spindle_glossary]` to the page or post where you want the glossary
listing to appear. The listing includes live text search and A-Z filtering, and 
its click behavior can be configured in **Spindle Glossary > Settings**.

### How does automatic term highlighting work?

After you create glossary entries, the plugin can automatically identify those terms
in the content of the post types selected in **Spindle Glossary > Settings**. Highlighting
can be limited to single posts/pages and can be configured to control how occurrences
are handled.

### What happens when a visitor clicks a highlighted term?

You can choose the click behavior in **Spindle Glossary > Settings**. With **Pop-
up Modal**, the definition is displayed in a modal on the current page. With **Unique
Page**, the visitor is taken to the glossary entry’s individual page.

### Can I exclude a specific post or page from automatic glossary highlighting?

Yes. When editing a supported post or page, use the **Spindle Glossary** meta box
and enable the option to disable glossary tooltips for that specific content item.

### Can I choose which post types receive automatic highlighting?

Yes. The settings allow you to select the post types where automatic glossary highlighting
should be applied. This lets you limit the feature to the content types you want.

### Can I change the appearance of the tooltips?

Yes. The settings provide controls for tooltip background, text and title colors,
position, desktop and mobile tooltip methods, and definition text length.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Spindle Dynamic Glossary” is open source software. The following people have contributed
to this plugin.

Contributors

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

[Translate “Spindle Dynamic Glossary” into your language.](https://translate.wordpress.org/projects/wp-plugins/spindle-dynamic-glossary)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/spindle-dynamic-glossary/),
check out the [SVN repository](https://plugins.svn.wordpress.org/spindle-dynamic-glossary/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/spindle-dynamic-glossary/)
by [RSS](https://plugins.trac.wordpress.org/log/spindle-dynamic-glossary/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.2.1

 * Updated plugin assets and settings handling for WordPress.org directory requirements.
 * Removed arbitrary code/CSS insertion paths and moved admin interface assets to
   dedicated files.

#### 2.2.0

 * Initial release of the plugin.
 * Added individual post/page exclusion via a custom meta box in the post editor.

#### 2.1.0

 * Introduced live text search and an A-Z dropdown filter to the frontend shortcode
   grid.
 * Fixed CSS Grid layout to ensure responsive, 100% width search bar formatting.

#### 2.0.0

 * Major Update: Introduced a comprehensive Admin Settings dashboard.
 * Added customizable tooltip styling, positioning, and post-type targeting.
 * Upgraded parser with advanced regex to protect existing HTML links and shortcodes.

#### 1.0.0

 * Initial release: Core terms display and Spindle Glossary custom post type integration.

## Meta

 *  Version **2.2.1**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.5 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [dictionary](https://wordpress.org/plugins/tags/dictionary/)[glossary](https://wordpress.org/plugins/tags/glossary/)
   [seo](https://wordpress.org/plugins/tags/seo/)[terms](https://wordpress.org/plugins/tags/terms/)
   [tooltips](https://wordpress.org/plugins/tags/tooltips/)
 *  [Advanced View](https://wordpress.org/plugins/spindle-dynamic-glossary/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/spindle-dynamic-glossary/)