# Discourse Dictionary Plugin 🆎

**URL:** https://meta.discourse.org/t/discourse-dictionary-plugin/214484
**Category:** Plugin
**Created:** [January 11, 2022, 6:06am UTC](https://meta.discourse.org/t/discourse-dictionary-plugin/214484 "2022-01-11T06:06:07Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![denvergeeks](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/denvergeeks/32/327671_2.png) [@denvergeeks](https://meta.discourse.org/u/denvergeeks)
#### Post date: [September 24, 2022, 6:42am UTC](https://meta.discourse.org/t/discourse-dictionary-plugin/214484/12 "2022-09-24T06:42:56Z")

</div>

@abrambailey have you considered… the **abbrify words (with styling)** theme component? I’m using it to provide inline on-hover definitions on my site… you can se it in action here: [The Future of the Metaverse in Daily Life - Tech News and Tips - n👀bish.me](https://noobish.me/t/the-future-of-the-metaverse-in-daily-life/284)

> [@Add \<abbr\> tags to words in posts](https://meta.discourse.org/t/add-abbr-tags-to-words-in-posts/88394):
>
> About This theme component is ported from [Auto-Linkify Words](https://meta.discourse.org/t/linkify-words-in-post/82193) to provide functionality similar to the [Abbreviations and acronyms plugin](https://meta.discourse.org/t/abbreviations-and-acronyms-plugin/38501) – namely to wrap various abbreviations used in a given forum/site/Discourse installation in \<abbr\> tags. Location [https://github.com/metabrainz/discourse-abbrify-words](https://github.com/metabrainz/discourse-abbrify-words)How to install Credits Thanks to @sam for writing the “Linkify words in post” plugin.

> [@Add \<abbr\> tags to words in posts](https://meta.discourse.org/t/add-abbr-tags-to-words-in-posts/88394/28):
>
> I did a rough user stylesheet (CSS) to allow me see tooltips on mobile. It requires [Stylus](https://add0n.com/stylus.html) extension (I use Firefox on Android that supports extensions). This kind of stuff could be included in the plugin but I actually use it on all sites. abbr[title]:hover { border: 2px solid white; color: #333; background: #FF6; } abbr[title]:hover:after { content: " (" attr(title) ")"; }

---

_[View the full topic](https://meta.discourse.org/t/discourse-dictionary-plugin/214484)._
