Acronyms 2

描述

This WordPress plugin will allow users to maintain a list of acronyms and abbreviations which can be managed in the WordPress Dashbard. These acronyms will be automatically wrapped in the appropriate HTML markup when found in posts, pages and comments.

The plugin will auto-detect whether the currently active theme uses HTML5, and will output the appropriate HTML acronym or abbreviation element, e.g. <acronym title="Hypertext Markup Language">HTML</acronym> (or <abbr title="Hypertext Markup Language">HTML</abbr> for HTML5).

Based on Joel Pan’s excellent Acronyms, which is no longer being actively maintained. The onset of HTML5 and the deprecation of <acronym> in favour of <abbr> led me to fork Joel’s plugin and create Acronyms 2.

螢幕截圖

  • The admin UI
  • Acronyms output in Twenty Eleven

安裝

  1. Download the zip file
  2. Extract acronyms.php
  3. Upload acronyms.php to your wp-content/plugins directory
  4. Log in to your WordPress blog
  5. Click on “Plugins”
  6. Locate the “Acronyms” plugin and click “Activate”
  7. Go to “Tools” > “Acronyms” to modify your list of acronyms

常見問題

Ok, so how does it work?

Just define your acronyms and abbreviations in the WordPress dashboard under Tools > Acronyms. That’s all you have to do, the plugin will automatically mark up your posts and comments.

What’s the difference between this plugin and [Acronyms](https://wordpress.org/extend/plugins/acronyms/)?

This plugin is compatible with WordPress 3.0+ and HTML5 themes, and is actively maintained.

Will you be extending this plugin with extra functionality?

Nope. The vision for this plugin was to do one thing and do it well.

評價

2023年5月10日
Excellent on desktop. Will it be useful on mobile devices in the near future? Thx
2023年3月4日
This plugin needs some love. Such a hidden gem. None of my SEO plugins have this feature, but now I can add this into sites that use a lot of acronyms. The next step is to add an export/import option. I tried the other guy's plugin and it's good, but this one is much more powerful.
2019年11月22日 1 reply
This makes any phrase (such as POS) into a non-clickable link with a tooltip (such as "Point-of-sale"), automatically. Enter each Acronym in the same way as a post category or tag. (I did delete the sample Acronyms) No need to alter the page or post.
2016年9月3日
Does exactly what I need, easy to use, no fuss, highly recommended.
2016年9月3日
Great little plugin, low resource usage and save having to type out or explain certain Acronyms every time you write a page or post. Very useful!
閱讀全部7個評價

貢獻者及開發者

“Acronyms 2” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Acronyms 2 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

  • 2.0.10 – 11 March 2024
    • Updated theme html5 check
  • 2.0.8 – 04 July 2022
    • More fixed permission issue on adding/editing
  • 2.0.7 – 24 May 2022
    • More PHP8 bugfixes (thanks to @felr for the catch)
  • 2.0.6 – 04 Feb 2021
    • More PHP8 bugfixes
  • 2.0.5 – 04 Feb 2021
    • Removed deprecated function call for PHP8 compatibility
    • Tested against 5.6.1
  • 2.0.4 – 28 Oct 2016
    • Changed capability requirement to Editor, credit @leods92
    • Added DDOS, IOT and JSON to default list
    • Updated markup
  • 2.0.3 – 30 Aug 2016
    • Tested against 4.6
  • 2.0.2 – 23 Dec 2011
    • Documentation update
  • 2.0.1 – 23 Oct 2011
    • [FIX] Fixed edit form bug – replaced “disabled” attribute with “readonly” to ensure value is still passed
  • 2.0.0 – 20 Oct 2011
    • Initial fork of Joel Pan (ketsugi)’s Acronyms. Added HTML5 compliant abbr element when a HTML5 theme is detected
  • 1.6.1 – 9 Feb 2009
    • [FIX] Fixed the same bug… again…
  • 1.6 – 9 Feb 2009
    • [FIX] Fixed a bug that was causing display errors
    • [UPD] Updated the UI to match WordPress 2.7
  • 1.5.3 – 2 Feb 2009
    • [FIX] Editing acronyms was broken for WordPress 2.7 users and is now fixed.
  • 1.5.2 – 14 Apr 2008
    • [FIX] The acronym list when sorted by acronyms will now properly sort upper and lower cases
    • [FIX] A conflict with WordPress that caused an error when trying to delete a draft has been corrected
    • [FIX] The full text for TIFF in the default list of acronyms has been corrected
    • [UPD] Deprecated action hooks replaced with the current versions
  • 1.5.1 – 7 Apr 2008
    • Fixed an unexpected side-effect of WordPress’ new plugin auto-update that broke some paths
  • 1.5 – 7 Apr 2008
    • Overhaul of the plugin to match the new WordPress 2.5 admin interface look and feel
    • Acronyms after slash characters are now properly replaced
    • The Acronyms management page now feature pagination, ordering by acronym or full text, and constraining the number of acronyms shown per page
  • 1.0 – 24 Jul 2006
    • Initial release