Skip to content

Discourse plugin for wrapping <abbr> HTML tags around a curated list of well known acronyms and abbreviations in posts, improving UX and SEO.

License

Notifications You must be signed in to change notification settings

critcola/discourse-post-abbreviations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Discourse Post Abbreviations

This plugin for Discourse, customized for Crit Cola, wraps <abbr> HTML tags around a curated list of well known acronyms and abbreviations in posts, improving UX and SEO.

Demo

See it in action and test it out for yourself on Crit Cola's Discourse.

Installation

Add the plugin's repository URL to your container's app.yml file, for example:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/critcola/discourse-post-abbreviations.git

Rebuild the container:

cd /var/discourse
./launcher rebuild app

For the plugin to apply retroactively, you'll need to rebake old posts:

cd /var/discourse
./launcher enter app
rake posts:rebake

About Crit Cola

Crit Cola is connecting and empowering the world's best players. Primarily an Overwatch clan, we're a growing community of PC gamers. Join our Steam group and follow us on Twitter. Cheers!

License

The Discourse Post Abbreviations plugin is released under the MIT License.

About

Discourse plugin for wrapping <abbr> HTML tags around a curated list of well known acronyms and abbreviations in posts, improving UX and SEO.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published