40+
March 6, 2019
August 19, 2013
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.
[tklink url="https://www.nike.com/"]Just do it[/tklink]
<a class="tklink" href="https://www.nike.com/">Just do it</a>[tklink url="https://www.wordpress.org/"][/tklink]
<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]
<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
tklink added unless you specify your own class per link (see examples above)tklink or otherwise is added via this plugin.No installation instructions provided.
Any known incompatibilities?
It shouldn’t conflict with any other themes or plugins and may have duplicate functionality of something else you already have.
Please follow these steps to troubleshoot:
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.
shortcode_atts() to allow filtering this plugin’s shortcode.tklink instead of link due to being too generic (e.g. conflicts with PageLines Theme)