
內容簡介
Glossary Tooltip 外掛幫助您為 WordPress 網站建立強大的知識庫,自動高亮顯示詞彙並轉換為連結,提供可自訂的工具提示,讓訪客在不離開頁面的情況下理解不熟悉的術語。
【主要功能】
• 自動高亮顯示詞彙
• 可自訂的響應式工具提示
• 具即時搜尋功能的 A-Z 詞彙索引
• 詞彙類別、同義詞及別名
• 每篇文章及每個詞彙的覆蓋設定
• 輕量化且性能優化
外掛標籤
開發者團隊
② 後台搜尋「Glossary Tooltip – Build a Smart Knowledge Base with Tooltips」→ 直接安裝(推薦)
原文外掛簡介
Glossary Tooltip helps you create a powerful knowledge base for your WordPress website by automatically highlighting glossary terms and converting them into links.
The plugin displays responsive, customizable tooltips with term definitions, helping visitors understand unfamiliar terms without leaving the page.
A built-in searchable A–Z glossary index with live search makes it easy for visitors to browse terms, discover related content, and quickly find the information they need.
It’s perfect for blogs, documentation sites, knowledge bases, educational websites, online courses, and business websites.
Don’t let difficult words confuse your visitors. Use this plugin to better organize your content, strengthen internal linking, and improve the user experience.
Learn more about Glossary Tooltip:
Official Website | Documentation | Demo | Video Tutorials | User Guide | FAQs
Key Features
Automatic glossary term highlighting
Responsive, customizable tooltips
Searchable A–Z glossary index with live search
Glossary categories, synonyms, and aliases
Per-post and per-term override settings
Flexible parsing and exclusion rules
Lightweight and performance optimized
Easy to Use (for Beginners)
Turn Technical Terms into Informative Links
Every website contains terms that may be unfamiliar to some visitors. Without clear explanations, readers often leave the page to search elsewhere, interrupting their experience and reducing engagement.
Glossary Tooltip keeps visitors on your website by providing instant definitions exactly where they are needed. Simply create a glossary term once, and the plugin automatically uses it throughout your content, keeping terminology consistent and easy to maintain.
How Glossary Tooltip Helps Your Website?
A well-organized glossary does more than define terms — it makes your content easier to understand, improves navigation, and helps visitors discover related topics without leaving the page.
Whether you’re publishing tutorials, product documentation, developer guides, educational resources, or industry-specific content.
Glossary Tooltip helps organize information into a structured, searchable knowledge base that grows with your website.
By keeping definitions consistent across your content, the plugin reduces manual work, improves readability, and creates a better experience for both new and returning visitors.
Main Features
Glossary Tooltip includes everything you need to build and manage a professional glossary and knowledge base for your WordPress website.
1. Automatic Glossary Term Highlighting
Automatically detect glossary terms throughout your content and convert them into glossary links. No manual linking is required, helping you save time while keeping terminology consistent across your website.
2. Responsive Tooltips
Display responsive, fully customizable tooltips that work on hover (desktop) and tap (mobile), allowing visitors to view definitions without leaving the page.
3. Searchable A–Z Glossary Index
Create a dedicated glossary index with alphabetical navigation and built-in live search, making it easy for visitors to browse, search, and discover glossary terms.
4. Glossary Terms Management
Manage glossary terms from a dedicated custom post type with support for descriptions, excerpts, featured images, categories, synonyms, and custom settings.
5. Advanced Parsing Engine
Control exactly where glossary terms are highlighted using flexible parsing rules, exclusions, and compatibility options for maximum accuracy.
6. Per-Post Override Settings
Enable or disable glossary highlighting and tooltips for individual posts and pages without affecting your global plugin settings.
7. Lightweight & Performance Optimized
Built for speed with optimized parsing, smart asset loading, and minimal impact on your website’s performance.
Why Choose Glossary Tooltip?
Glossary Tooltip is designed to help you build a professional, easy-to-manage knowledge base without adding unnecessary complexity to your website.
Whether you’re managing a small blog or a large documentation website, the plugin scales with your content while remaining lightweight, flexible, and easy to customize.
With automatic term detection, powerful customization options, and performance-focused architecture, you can spend less time managing glossary links and more time creating valuable content.
Glossary Tooltip is a great choice for websites that publish educational or information-rich content, including:
Blogs
Documentation websites
Knowledge bases
Educational websites
Online courses
Product documentation
Technical documentation
Developer resources
Business websites
SaaS websites
Medical websites
Financial websites
Legal websites
Shortcodes
This plugin includes two shortcodes: [glossary_list] to display your glossary index, and [glossary_exclude] to turn off glossary highlighting on part or all of a specific post or page.
[glossary_list]
Add this shortcode to any post or page to display your full glossary list there — an alphabetically organized (A-Z) list of all your glossary terms, with optional jump navigation and a live search box.
Basic example, showing every glossary term with the default settings:
[glossary_list]
Supported attributes
category="all" — Only show terms assigned to one or more Glossary Categories. Use a single category slug (e.g. category="seo"), or several separated by commas to show terms matching any of them (e.g. category="seo,wordpress"). Defaults to all, which shows every term regardless of category.
orderby="name" — Chooses how terms are sorted within each A-Z letter group. A term never moves out of its own letter group — only the order of terms inside each group, and the order the groups themselves appear in, follow orderby/order together. Accepted values: name (alphabetical), date (publish date), menu_order (the custom order set on the Glossary Terms screen), or rand (random order, reshuffled on every page load — group order is unaffected by order in this case). Defaults to name.
order="ASC" — Sets the sort direction used by orderby, and also the direction the A-Z letter groups themselves run in. Accepted values: ASC (ascending — groups run A to Z, terms sort oldest to newest for orderby="date") or DESC (descending — groups run Z to A, terms sort newest to oldest for orderby="date"). Defaults to ASC. Has no effect on term order when orderby="rand", and no effect on group order at all when orderby="rand".
letters="show" — Shows or hides the big A-Z letter heading above each group of terms. Accepted values: show or hide. Defaults to show.
limit="-1" — The maximum number of terms to display per A-Z letter group — not a total for the whole index. For example, limit="2" shows at most 2 terms under A, at most 2 under B, at most 2 under C, and so on. Use -1 for no limit, showing every matching term. Defaults to -1.
columns="2" — How many columns to arrange the terms into within each letter group. Accepts a whole number from 1 to 6. Defaults to 2.
More examples
Show only terms from the “SEO” category:
[glossary_list category="seo"]
Show terms from either the “SEO” or “WordPress” category:
[glossary_list category="seo,wordpress"]
Sort terms newest-first, with the letter groups themselves running Z to A:
[glossary_list orderby="date" order="DESC"]
Reverse just the A-Z letter groups to run Z to A while keeping terms inside each group alphabetical:
[glossary_list order="DESC"]
Show the terms in a random order each time the page loads:
[glossary_list orderby="rand"]
Hide the A-Z letter headings and lay terms out in a single column:
[glossary_list letters="hide" columns="1"]
Show at most 3 terms per letter, arranged in 4 columns:
[glossary_list limit="3" columns="4"]
Combine several attributes together — show only “Web Development” terms, newest first, up to 5 per letter, in 3 columns:
[glossary_list category="web-development" orderby="date" order="DESC" limit="5" columns="3"]
[glossary_exclude]
Add this marker to a specific post or page to turn off automatic glossary term highlighting for part or all of that content — the rest of your site keeps highlighting as normal. It doesn’t display anything itself; the marker(s) are simply removed from the page when it renders.
It supports two forms:
Paired form — wraps a specific section and excludes only that section, leaving the rest of the post highlighted normally:
[glossary_exclude]This paragraph will not have any glossary terms highlighted.[/glossary_exclude]
You can use the paired form as many times as you like in the same post — each pair excludes only the content between it.
Single-marker form — placed on its own, excludes everything from that point to the end of the content:
[glossary_exclude]
This is useful for pages where you don’t want glossary tooltips to appear in part or all of the content, such as a legal page, a code tutorial, or a post that already discusses a term in detail.
Excluding the entire post has the same effect as setting the “Glossary Highlight” option to Off on that post/page’s edit screen.
Need more shortcode examples?
See the complete shortcode documentation: Glossary Tooltip >> Documentation >> Glossary Page
Multilingual sites
Glossary Tooltip stores UTF-8 content and is compatible with multilingual plugins such as WPML and Polylang.
Documentation and support
Full documentation and setup guides are available at official website glossarytooltip.com.
For questions or issues, please use the support forum.
