Plugin info

Total downloads: 2,800
Active installs: 20
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 4
Last updated: 12/11/2022 (1115 days ago)
Added to WordPress: 8/18/2014 (11 years old)
Minimum WordPress version: 3.5.1
Tested up to WordPress version: 6.1.7
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1115 days ago

20/100

Is Alink Tap abandoned?

Possibly abandoned (last update 1115 days ago).

Compatibility

Requires WordPress: 3.5.1
Tested up to: 6.1.7
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Page Links To
Rating 4.9/5 (155 reviews)Active installs 200,000
Custom Post Type Permalinks
Rating 4.8/5 (71 reviews)Active installs 200,000
Custom Permalinks
Rating 4.1/5 (116 reviews)Active installs 100,000
Title and Nofollow For Links (Classic Editor)
Rating 4.5/5 (23 reviews)Active installs 30,000
VK Link Target Controller
Rating 5.0/5 (2 reviews)Active installs 30,000

Description

IMPORTANT NOTE TO ANYBODY CONSIDERING ADDING THIS PLUGIN TO A WP-MU INSTALLATION:

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.

For WP-MU administrators: You should not use this plugin. Your users could use it to place (potentially malicious) javascript into their blogs.

This plugin is PERFECTLY SAFE for non-WP-MU blogs, so ignore this message if you’re using regular wordpress (you probably are).

Considerations

  • URLs should be valid (i.e. begin with http://)
  • The same URL can appear on more than one line (i.e. with more than one keyword).
  • 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.
  • 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.
  • Keywords are case-insensitive (e.g. “wordpress” is the same as “WoRdPrEsS”).
  • Spaces count, so “wordpress” is not the same as “wordpress “.
  • 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.
  • You can use any valid target attribute, not just “_blank”–see W3C for a list of valid targets.

DATABASE STRUCTURE

The options->alink_tap_linker_remote page will create a set of matching terms and URLs that gets stored as a list.

“alink_tap_linker_remote” is a serialized value as follows:

array(
‘keyword1’ => array(
‘name’ => the keyword
‘url’ => the original url
‘urles’ => the url that serve the content in spanish
‘licencia’ => 1, 0 if 1, we check if client’s ip is from Spain and use the urles as link
),
‘keyword2’ => array(
‘name’ => the keyword
‘url’ => the original url
‘urles’ => the url that serve the content in spanish
‘licencia’ => 1, 0 if 1, we check if client’s ip is from Spain and use the urles as link
),
)

Arbitrary section

Nothing for now

Updates

The basic structure of this plugin was cloned from the WordPress-Plugin-Boilerplate project.
This plugin supports the GitHub Updater plugin, so if you install that, this plugin becomes automatically updateable direct from GitHub. Any submission to WP.org repo will make this redundant.

Installation

This section describes how to install the plugin and get it working.

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘Alink Tap’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select alink-tap.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download alink-tap.zip
  2. Extract the plugin-name directory to your computer
  3. Upload the plugin-name directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

Frequently Asked Questions

Nothing for now

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.3.1

  • Fixed a bug detected

1.3.0

  • Improve the linker execution with subscriptions to filters: the_content, the_excerpt, and get_the_excerpt

1.2.7

  • Fixed cache problem detected

1.2.6

  • Removed unnecessary filter execution

1.2.5

  • Fixed php warnings detected

1.2.4

  • Added some improvements

1.2.3

  • Added some minor changes

1.2.2

  • Added some minor improvements

1.2.1

  • Tested up to WordPress 5.4.2
  • Added several improvements
  • Removed unnecessary code

1.1.12

  • Fixed php notice detected

1.1.11

  • Fixed a bug detected
  • Added some improvements

1.1.7

  • Tested up to WordPress 4.6.1
  • Added some improvements

1.1.6

  • Tested up to WordPress 4.5.3
  • Added a filter to execute the linker

1.1.5

  • Tested up to WordPress 4.4

1.1.4

  • Fixed a bug detected

1.1.3

  • Fixed a bug detected

1.1.2.0

  • Fixed some bugs and added some improvements

1.1.1.0

  • Added some improvements

1.1.0.1

  • Added some minor changes

1.1.0.0

  • Added support for TAP Api REST’s services through OAuth authentication/authorization

1.0.1.2

  • Commented unnecessary actions execution

1.0.1.1

  • Include some missing files in version 1.0.1

1.0.1

  • Refactored method remote_sync of class Alink_Tap
  • Refactored method active_remote_sync of class Alink_Tap
  • Refactored method execute_linker of class Alink_Tap.
  • Change the source result from plain text to json.

1.0

  • Initial release.