Title: TK Shortcode Link
Author: Clifford Paulick
Published: <strong>2013 年 8 月 19 日</strong>
Last modified: 2019 年 3 月 6 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/tk-shortcode-link.svg)

# TK Shortcode Link

 作者：[Clifford Paulick](https://profiles.wordpress.org/cliffpaulick/)

[下载](https://downloads.wordpress.org/plugin/tk-shortcode-link.1.2.1.zip)

 * [详情](https://cn.wordpress.org/plugins/tk-shortcode-link/#description)
 * [评价](https://cn.wordpress.org/plugins/tk-shortcode-link/#reviews)
 * [开发进展](https://cn.wordpress.org/plugins/tk-shortcode-link/#developers)

 [支持](https://wordpress.org/support/plugin/tk-shortcode-link/)

## 描述

Create links with a shortcode. Comes in handy in places where HTML tags aren’t allowed
and/or keep getting encoded or something.

Basically, just a utility plugin.

#### Accepts 3 parameters:

 * url
 * target (automatically adds the leading underscore)
 * class

#### Examples:

 * `[tklink url="https://www.nike.com/"]Just do it[/tklink]`
    - Outputs: `<a class="tklink" href="https://www.nike.com/">Just do it</a>`
 * `[tklink url="https://www.wordpress.org/"][/tklink]`
    - Outputs: `<a class="tklink" href="https://www.wordpress.org/">https://www.
      wordpress.org/</a>`
 * `[tklink url="https://www.google.com/" class="googlie" target="blank"]A googglie
   Google link that will open in a new tab[/tklink]`
    - Outputs: `<a class="googlie" href="https://www.google.com/" target="_blank"
      >A googglie Google link that will open in a new tab</a>`

Developers may contribute at https://github.com/cliffordp/tk-shortcode-link

#### FYI:

 * All links have a class of `tklink` added unless you specify your own class per
   link (see examples above)
 * No styling of `tklink` or otherwise is added via this plugin.
 * If you don’t know what classes are, you can ignore. It’s for styling (i.e. look
   and feel).

## 常见问题

**Any known incompatibilities?**

It shouldn’t conflict with any other themes or plugins and may have duplicate functionality
of something else you already have.

  What if I find an error?

Please follow these steps to troubleshoot:

 1. Disable all other plugins
 2. Activate one of the default WordPress themes (e.g. Twenty Nineteen)
 3. Enable WP_DEBUG in wp-config.php.

If you no longer have an error, your issue is not with this plugin.

If you definitely have an issue with this plugin, please submit a detailed explanation
and/or screenshot under this plugin’s Support tab on WordPress.org.

## 评价

![](https://secure.gravatar.com/avatar/2545a7303249514cf1c2b6a008be715d7c7a9a346a81f965021473a4b6edc414?
s=60&d=retro&r=g)

### 󠀁[Good plugin](https://wordpress.org/support/topic/good-plugin-3499/)󠁿

 [tqhung85](https://profiles.wordpress.org/tqhung85/) 2019 年 4 月 10 日

Good plugin. It is the only plugin that provides the function I was looking for.

 [ 阅读所有1条评价 ](https://wordpress.org/support/plugin/tk-shortcode-link/reviews/)

## 贡献者及开发者

「TK Shortcode Link」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Clifford Paulick ](https://profiles.wordpress.org/cliffpaulick/)

[帮助将「TK Shortcode Link」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/tk-shortcode-link)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/tk-shortcode-link/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/tk-shortcode-link/)，或通过[RSS](https://plugins.trac.wordpress.org/log/tk-shortcode-link/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/tk-shortcode-link/)。

## 更新日志

#### 1.2.1

 * March 5, 2019
 * Now passes the shortcode name to `shortcode_atts()` to allow filtering this plugin’s
   shortcode.
 * Now escapes additional output.
 * Now displays the URL as the anchor text if the shortcode’s content is empty. (
   Still requires the closing shortcode tag.)
 * Fix capability required to display error message.
 * License changed from GPLv2+ to GPLv3+.
 * Readme compatibility changed to WordPress version 5.1

#### 1.2

 * April 28, 2015
 * Readme compatibility changed to WordPress version 4.2.1

#### 1.1

 * August 30, 2013
 * Now uses `tklink` instead of `link` due to being too generic (e.g. conflicts 
   with PageLines Theme)
 * **You MUST change any and all existing shortcodes manually.** This should not
   have to change again.

#### 1.0

 * August 19, 2013
 * Initial release

## 额外信息

 *  版本 **1.2.1**
 *  最后更新：**7 年前**
 *  活跃安装数量 **40+**
 *  WordPress 版本 ** 2.5.1 或更高版本 **
 *  已测试的最高版本为 **5.1.22**
 *  语言
 * [English (US)](https://wordpress.org/plugins/tk-shortcode-link/)
 * 标签
 * [link](https://cn.wordpress.org/plugins/tags/link/)[shortcode](https://cn.wordpress.org/plugins/tags/shortcode/)
   [target](https://cn.wordpress.org/plugins/tags/target/)[utility](https://cn.wordpress.org/plugins/tags/utility/)
 *  [高级视图](https://cn.wordpress.org/plugins/tk-shortcode-link/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/tk-shortcode-link/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/tk-shortcode-link/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/tk-shortcode-link/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/tk-shortcode-link/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/tk-shortcode-link/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/tk-shortcode-link/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/tk-shortcode-link/reviews/)

## 贡献者

 *   [ Clifford Paulick ](https://profiles.wordpress.org/cliffpaulick/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/tk-shortcode-link/)