{"id":24818,"date":"2013-08-19T14:11:55","date_gmt":"2013-08-19T14:11:55","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/tk-shortcode-link\/"},"modified":"2019-03-06T03:44:20","modified_gmt":"2019-03-06T03:44:20","slug":"tk-shortcode-link","status":"publish","type":"plugin","link":"https:\/\/tah.wordpress.org\/plugins\/tk-shortcode-link\/","author":7018330,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2.1","stable_tag":"1.2.1","tested":"5.1.22","requires":"2.5.1","requires_php":"","requires_plugins":"","header_name":"TK Shortcode Link","header_author":"TourKick (Clifford Paulick)","header_description":"","assets_banners_color":"","last_updated":"2019-03-06 03:44:20","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/tourkick.com\/?utm_source=wordpressdotorg&utm_medium=tkshortcodelinkplugin&utm_content=authoruri&utm_campaign=tkshortcodelinkplugin","rating":5,"author_block_rating":0,"active_installs":40,"downloads":3008,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.2","1.2.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[537,80,1918,2474],"plugin_category":[43],"plugin_contributors":[78076],"plugin_business_model":[],"class_list":["post-24818","plugin","type-plugin","status-publish","hentry","plugin_tags-link","plugin_tags-shortcode","plugin_tags-target","plugin_tags-utility","plugin_category-customization","plugin_contributors-cliffpaulick","plugin_committers-cliffpaulick"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/tk-shortcode-link.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Create links with a shortcode. Comes in handy in places where HTML tags aren't allowed and\/or keep getting encoded or something.<\/p>\n\n<p>Basically, just a utility plugin.<\/p>\n\n<h4>Accepts 3 parameters:<\/h4>\n\n<ul>\n<li>url<\/li>\n<li>target (automatically adds the leading underscore)<\/li>\n<li>class<\/li>\n<\/ul>\n\n<h4>Examples:<\/h4>\n\n<ul>\n<li><code>[tklink url=\"https:\/\/www.nike.com\/\"]Just do it[\/tklink]<\/code>\n\n<ul>\n<li>Outputs: <code>&lt;a class=\"tklink\" href=\"https:\/\/www.nike.com\/\"&gt;Just do it&lt;\/a&gt;<\/code><\/li>\n<\/ul><\/li>\n<li><code>[tklink url=\"https:\/\/www.wordpress.org\/\"][\/tklink]<\/code>\n\n<ul>\n<li>Outputs: <code>&lt;a class=\"tklink\" href=\"https:\/\/www.wordpress.org\/\"&gt;https:\/\/www.wordpress.org\/&lt;\/a&gt;<\/code><\/li>\n<\/ul><\/li>\n<li><code>[tklink url=\"https:\/\/www.google.com\/\" class=\"googlie\" target=\"blank\"]A googglie Google link that will open in a new tab[\/tklink]<\/code>\n\n<ul>\n<li>Outputs: <code>&lt;a class=\"googlie\" href=\"https:\/\/www.google.com\/\" target=\"_blank\"&gt;A googglie Google link that will open in a new tab&lt;\/a&gt;<\/code><\/li>\n<\/ul><\/li>\n<\/ul>\n\n<p>Developers may contribute at https:\/\/github.com\/cliffordp\/tk-shortcode-link<\/p>\n\n<h4>FYI:<\/h4>\n\n<ul>\n<li>All links have a class of <code>tklink<\/code> added unless you specify your own class per link (see examples above)<\/li>\n<li>No styling of <code>tklink<\/code> or otherwise is added via this plugin.<\/li>\n<li>If you don't know what classes are, you can ignore. It's for styling (i.e. look and feel).<\/li>\n<\/ul>\n\n<!--section=faq-->\n<p><strong>Any known incompatibilities?<\/strong><\/p>\n\n<p>It shouldn't conflict with any other themes or plugins and may have duplicate functionality of something else you already have.<\/p>\n<dl>\n<dt>What if I find an error?<\/dt>\n<dd><p>Please follow these steps to troubleshoot:<\/p>\n\n<ol>\n<li>Disable all other plugins<\/li>\n<li>Activate one of the default WordPress themes (e.g. Twenty Nineteen)<\/li>\n<li>Enable WP_DEBUG in wp-config.php.<\/li>\n<\/ol>\n\n<p>If you no longer have an error, your issue is not with this plugin.<\/p>\n\n<p>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.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>March 5, 2019<\/li>\n<li>Now passes the shortcode name to <code>shortcode_atts()<\/code> to allow filtering this plugin's shortcode.<\/li>\n<li>Now escapes additional output.<\/li>\n<li>Now displays the URL as the anchor text if the shortcode's content is empty. (Still requires the closing shortcode tag.)<\/li>\n<li>Fix capability required to display error message.<\/li>\n<li>License changed from GPLv2+ to GPLv3+.<\/li>\n<li>Readme compatibility changed to WordPress version 5.1<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>April 28, 2015<\/li>\n<li>Readme compatibility changed to WordPress version 4.2.1<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>August 30, 2013<\/li>\n<li>Now uses <code>tklink<\/code> instead of <code>link<\/code> due to being too generic (e.g. conflicts with PageLines Theme)<\/li>\n<li><strong>You MUST change any and all existing shortcodes manually.<\/strong> This should not have to change again.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>August 19, 2013<\/li>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Create links with a shortcode. It&#039;s that simple.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/24818","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=24818"}],"author":[{"embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/cliffpaulick"}],"wp:attachment":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=24818"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=24818"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=24818"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=24818"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=24818"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=24818"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}