{"id":31200,"date":"2014-08-18T20:45:00","date_gmt":"2014-08-18T20:45:00","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/alink-tap\/"},"modified":"2022-12-11T17:32:47","modified_gmt":"2022-12-11T17:32:47","slug":"alink-tap","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/alink-tap\/","author":13998335,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.3.1","stable_tag":"1.3.1","tested":"6.1.10","requires":"3.5.1","requires_php":"","requires_plugins":null,"header_name":"Alink Tap","header_author":"Alain Sanchez <luka.ghost@gmail.com>","header_description":"","assets_banners_color":"","last_updated":"2022-12-11 17:32:47","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_donations&business=brazzisoft.com@gmail.com&lc=US&item_name=For%20improve%20Wordpress%20plugin%20Alink%20Tap&currency_code=USD&no_note=0&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/alink-tap\/","header_author_uri":"http:\/\/www.linkedin.com\/in\/mrbrazzi\/","rating":0,"author_block_rating":0,"active_installs":20,"downloads":2933,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.2.7":{"tag":"1.2.7","author":"todoapuestas","date":"2020-08-13 15:12:07"},"1.3.1":{"tag":"1.3.1","author":"todoapuestas","date":"2022-12-11 17:32:47"}},"upgrade_notice":{"":"<p>Upgrade to lastest version 1.1.x as soon as posible. See Changelog section for details<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.2.7","1.3.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[537],"plugin_category":[],"plugin_contributors":[87320,87321],"plugin_business_model":[],"class_list":["post-31200","plugin","type-plugin","status-closed","hentry","plugin_tags-link","plugin_contributors-mrbrazzi","plugin_contributors-todoapuestas","plugin_committers-todoapuestas"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/alink-tap.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<h4>IMPORTANT NOTE TO ANYBODY CONSIDERING ADDING THIS PLUGIN TO A WP-MU INSTALLATION:<\/h4>\n\n<p>If you aren't sure whether you are using a WP-MU blog, then you aren't. Trust me. If this warning applies to you, then you will know it.<\/p>\n\n<p>For WP-MU administrators: You should not use this plugin. Your users could use it to place (potentially malicious) javascript into their blogs.<\/p>\n\n<p>This plugin is PERFECTLY SAFE for non-WP-MU blogs, so ignore this message if you're using regular wordpress (you probably are).<\/p>\n\n<h4>Considerations<\/h4>\n\n<ul>\n<li>URLs should be valid (i.e. begin with http:\/\/)<\/li>\n<li>The same URL can appear on more than one line (i.e. with more than one keyword).<\/li>\n<li>Because a word can only link to one site, a keyword should not appear on more than one line. If it does, only the last instance of the keyword will be matched to its URL.<\/li>\n<li>If one of your keywords is a substring of the other--e.g. \"download wordpress\" and \"wordpress\"--then you should list the shorter one later than the first one.<\/li>\n<li>Keywords are case-insensitive (e.g. \"wordpress\" is the same as \"WoRdPrEsS\").<\/li>\n<li>Spaces count, so \"wordpress\" is not the same as \"wordpress \".<\/li>\n<li>Keywords will be linked only if they occur in your post as a word (or phrase), not as a partial word. So if one of your keywords is \"a\" (for some strange reason), it will be linked only when it occurs as the word \"a\"--when the letter \"a\" occurs within a word, it will not be linked.<\/li>\n<li>You can use any valid target attribute, not just \"_blank\"--see <a href=\"http:\/\/www.w3schools.com\/tags\/tag_a.asp\">W3C<\/a> for a list of valid targets.<\/li>\n<\/ul>\n\n<h4>DATABASE STRUCTURE<\/h4>\n\n<p>The options-&gt;alink_tap_linker_remote page will create a set of matching terms and URLs that gets stored as a list.<\/p>\n\n<p>\"alink_tap_linker_remote\" is a serialized value as follows:<\/p>\n\n<p>array(\n    'keyword1' =&gt; array(\n        'name' =&gt; the keyword\n        'url' =&gt; the original url\n        'urles' =&gt; the url that serve the content in spanish\n        'licencia' =&gt; 1, 0  if 1, we check if client's ip is from Spain and use the urles as link\n    ),\n    'keyword2' =&gt; array(\n        'name' =&gt; the keyword\n        'url' =&gt; the original url\n        'urles' =&gt; the url that serve the content in spanish\n        'licencia' =&gt; 1, 0  if 1, we check if client's ip is from Spain and use the urles as link\n    ),\n  )<\/p>\n\n<h3>Arbitrary section<\/h3>\n\n<p>Nothing for now<\/p>\n\n<h3>Updates<\/h3>\n\n<p>The basic structure of this plugin was cloned from the <a href=\"https:\/\/github.com\/tommcfarlin\/WordPress-Plugin-Boilerplate\">WordPress-Plugin-Boilerplate<\/a> project.\nThis plugin supports the <a href=\"https:\/\/github.com\/afragen\/github-updater\">GitHub Updater<\/a> plugin, so if you install that, this plugin becomes automatically updateable direct from GitHub. Any submission to WP.org repo will make this redundant.<\/p>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<h4>Using The WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Search for 'Alink Tap'<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin on the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Uploading in WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Navigate to the 'Upload' area<\/li>\n<li>Select <code>alink-tap.zip<\/code> from your computer<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Using FTP<\/h4>\n\n<ol>\n<li>Download <code>alink-tap.zip<\/code><\/li>\n<li>Extract the <code>plugin-name<\/code> directory to your computer<\/li>\n<li>Upload the <code>plugin-name<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<!--section=faq-->\n<p>Nothing for now<\/p>\n\n<!--section=changelog-->\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Fixed a bug detected<\/li>\n<\/ul>\n\n<h4>1.3.0<\/h4>\n\n<ul>\n<li>Improve the linker execution with subscriptions to filters: the_content, the_excerpt, and get_the_excerpt<\/li>\n<\/ul>\n\n<h4>1.2.7<\/h4>\n\n<ul>\n<li>Fixed cache problem detected<\/li>\n<\/ul>\n\n<h4>1.2.6<\/h4>\n\n<ul>\n<li>Removed unnecessary filter execution<\/li>\n<\/ul>\n\n<h4>1.2.5<\/h4>\n\n<ul>\n<li>Fixed php warnings detected<\/li>\n<\/ul>\n\n<h4>1.2.4<\/h4>\n\n<ul>\n<li>Added some improvements<\/li>\n<\/ul>\n\n<h4>1.2.3<\/h4>\n\n<ul>\n<li>Added some minor changes<\/li>\n<\/ul>\n\n<h4>1.2.2<\/h4>\n\n<ul>\n<li>Added some minor improvements<\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Tested up to Wordpress 5.4.2<\/li>\n<li>Added several improvements<\/li>\n<li>Removed unnecessary code<\/li>\n<\/ul>\n\n<h4>1.1.12<\/h4>\n\n<ul>\n<li>Fixed php notice detected<\/li>\n<\/ul>\n\n<h4>1.1.11<\/h4>\n\n<ul>\n<li>Fixed a bug detected<\/li>\n<li>Added some improvements<\/li>\n<\/ul>\n\n<h4>1.1.7<\/h4>\n\n<ul>\n<li>Tested up to Wordpress 4.6.1<\/li>\n<li>Added some improvements<\/li>\n<\/ul>\n\n<h4>1.1.6<\/h4>\n\n<ul>\n<li>Tested up to Wordpress 4.5.3<\/li>\n<li>Added a filter to execute the linker<\/li>\n<\/ul>\n\n<h4>1.1.5<\/h4>\n\n<ul>\n<li>Tested up to Wordpress 4.4<\/li>\n<\/ul>\n\n<h4>1.1.4<\/h4>\n\n<ul>\n<li>Fixed a bug detected<\/li>\n<\/ul>\n\n<h4>1.1.3<\/h4>\n\n<ul>\n<li>Fixed a bug detected<\/li>\n<\/ul>\n\n<h4>1.1.2.0<\/h4>\n\n<ul>\n<li>Fixed some bugs and added some improvements<\/li>\n<\/ul>\n\n<h4>1.1.1.0<\/h4>\n\n<ul>\n<li>Added some improvements<\/li>\n<\/ul>\n\n<h4>1.1.0.1<\/h4>\n\n<ul>\n<li>Added some minor changes<\/li>\n<\/ul>\n\n<h4>1.1.0.0<\/h4>\n\n<ul>\n<li>Added support for TAP Api REST's services through OAuth authentication\/authorization<\/li>\n<\/ul>\n\n<h4>1.0.1.2<\/h4>\n\n<ul>\n<li>Commented unnecessary actions execution<\/li>\n<\/ul>\n\n<h4>1.0.1.1<\/h4>\n\n<ul>\n<li>Include some missing files in version 1.0.1<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Refactored method remote_sync of class Alink_Tap<\/li>\n<li>Refactored method active_remote_sync of class Alink_Tap<\/li>\n<li>Refactored method execute_linker of class Alink_Tap.<\/li>\n<li>Change the source result from plain text to json.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"This plugin is a customization of KB Linker vTAP by Adam R. Brown to TodoApuestas.org. Looks for user-defined phrases in posts and automatically links &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/31200","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=31200"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/todoapuestas"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=31200"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=31200"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=31200"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=31200"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=31200"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=31200"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}