I had come up with an idea. By using ready made link cloaking plugin,and changing a line,it would be redirect to adf.ly…. In file wplc_redirector.php,on line 43,put your Easy Link url,”http://adf.ly/36721/” before the “$url”.
Before:
header(“HTTP/1.1 301 Moved Permanently”); header(“Location: $url”); header(“X-Redirect-Src: $ws_link_cloaker->redirector”, TRUE);
After:
header(“HTTP/1.1 301 Moved Permanently”); header(“Location: http://adf.ly/36721/$url”); header(“X-Redirect-Src: $ws_link_cloaker->redirector”, . . . → Read More: Adf.ly wordpress plugin