Linux 软件免费装
Banner图

Auto-hyperlink URLs

开发者 coffee2code
更新时间 2020年1月17日 04:24
捐献地址: 去捐款
PHP版本: 4.7 及以上
WordPress版本: 5.3
版权: GPLv2 or later
版权网址: 版权信息

标签

links link url coffee2code URLs hyperlink make_clickable auto-link

下载

4.0 5.0 5.2 5.3 5.4 5.4.1

详情介绍:

Automatically turns plaintext URLs and email addresses into links. This plugin seeks to replace and extend WordPress's default auto-hyperlinking function. This plugin uses different pattern matching expressions than the WordPress default in order to prevent inappropriate adjacent characters from becoming part of the link (as WordPress has improved over the years, nowadays this is just a few edge cases like text links that are braced or bracketed) and it prevents invalid URIs (i.e. http://blah) from becoming links. More significantly, this plugin adds configurability to the auto-hyperlinker such that you can configure: This plugin will recognize any explicit URI scheme (http|https|ftp|news)://, etc, as well as email addresses. It also adds the new ability to recognize Class B domain references (i.e. "somesite.net", not just domains prepended with "www.") as valid links (i.e. "wordpress.org" would get auto-hyperlinked) The following domain extensions (aka TLDs, Top-Level Domains) are recognized by the plugin: com, org, net, gov, edu, mil, us, info, biz, ws, name, mobi, cc, tv. These only comes into play when you have a plaintext URL that does not have an explicit URI scheme specified. If you need support for additional TLDs, you can add more via the plugin's admin options page or via filter. This plugin also activates auto-hyperlinking of text links within post/page content. Links: Plugin Homepage | Plugin Directory Page | GitHub | Author Homepage

安装:

  1. Whether installing or updating, whether this plugin or any other, it is always advisable to back-up your data before starting
  2. Install via the built-in WordPress plugin installer. Or download and unzip auto-hyperlink-urls.zip inside the plugins directory for your site (typically wp-content/plugins/)
  3. Activate the plugin through the 'Plugins' admin menu in WordPress
  4. (optional) Go to the Settings -> Autohyperlink admin settings page (which you can also get to via the Settings link next to the plugin on the Manage Plugins page) and customize the settings.

屏幕截图:

  • A screenshot of the plugin's admin options page.

升级注意事项:

5.4.1 Recommended bugfix release: disabled Advanced Custom Field (ACF) support by default (it can be activated via new setting) and fixed broken link to plugin help. 5.4 Feature update: added support for the Advanced Custom Fields plugin, added a filter to customize which HTML tags get excluded from auto-linkification, noted compatibility through WP 5.3, and updated copyright date (2020). 5.3 Minor update: tweaked plugin initialization, updated plugin framework to v049, noted compatibility through WP 5.1+, created CHANGELOG.md to store historical changelog outside of readme.txt, and updated copyright date (2019). 5.2 Recommended update: improved handling of parentheses in URLs; fixed some minor bugs; updated plugin framework to version 047; added README.md; compatibility is now with WP 4.7-4.9+; updated copyright date (2018). 5.1 Feature release: added setting to require explicit URI scheme (e.g. "http://") for text to be auto-linked; made comparison for domains against the exclude list be case insensitive; verified compatibility through WP 4.5+. 5.0 Recommended major update: new features; improved handling; hardening; minor bug fixes; added unit tests; improved localization; verified compatibility through WP 4.4; minimum WP support now 4.1; updated copyright date (2016); and more. 4.0 Recommended major update: major re-implementation and refactoring/fixes, localization support, support through WP 3.2, minimum WP support now 3.0, deprecation of all existing template tags (they've been renamed), misc non-functionality documentation and formatting tweaks; renamed class; and more.

更新日志:

5.4.1 (2020-01-16) 5.4 (2019-11-07) Highlights: Details: 5.3 (2019-04-19) Highlights: Details: Full changelog is available in CHANGELOG.md.