Need to integrate short URL API from linkslash.com: http://linkslash.com/Pages/27/Short-URL-API/ with WordPress in form of plugin which should allow owner to 1) convert post URL into short URL links via remote API (it's simple GET query) + display them below each post in form of "Short URL for this post: http://linkslash.com/short-tag - <a href="http://linkslash.com/?showStats=short-tag">check stats</a> - <a href="http://twitter.com/home?status=http://linkslash.com/short-tag">add to Twitter</a>"; 2) ability to find and convert links inside posts and replace them if posts is being displayed to visitor (from site's database); 3) convert links during post submit/edit process via remote LinkSlash.com API. Admin area: a) turn on/off default conversion of links in texts; b) login and password for API (to add them in GET query during submissions to API) + link to registration page on LinkSlash.com; c) handle all shortened links in separate SQL table (in form of "id + url + short URL tag") and check them during add/edit post process to prevent duplicate submissions. Please provide me your estimate fee for this job (I am the client in this case).