Affiliate URLs
Affilate URLs is a complete URL management system for WordPress that allows you create, manage, and track outbound links from your site. Additionally Affiliate URLs allows you to override your redirects with PPC tracking software tracking URLs, a feature of iMobiTrax.
by hypedtext · github.com/jnthnclrk/affiliate-urls · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/jnthnclrk/affiliate-urls/archive/refs/heads/master.zipA WordPress Plugin
- Contributors: hypedtext
- Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WSVM264W5YDNS
- Tags: redirect, click tracking, custom post types, imobitrax, affiliate
- Requires at least: 3.8.1
- Tested up to: 3.8.1
- Stable tag: 0.0.1
Affilate URLs is a complete URL management system for WordPress that allows you create, manage, and track outbound links from your site. Additionally Affiliate URLs allows you to override your redirects with PPC tracking software tracking URLs, a feature of iMobiTrax.
Add New Affiliate URL

Affiliate URLs

Pay Per Click Settings

Description
Affiliate URLs is a complete URL management system that allows you create, manage, and track outbound links from your site by using custom post types and 301 redirects.
It adds a new custom post type to your Admin menu, where you can create, edit, delete, and manage URLs. It stores click counts in the form of a custom field on that custom post type, so it scales really well.
And by avoiding page based redirects, which is the current trend in masking affiliate links, we avoid any issues with permalink conflicts, and therefore avoid any performance issues.
Affiliate URLs also allows you to override your redirects with PPC tracking software tracking URLs, a feature of iMobiTrax.
Installation
- Upload the entire
Affiliate-URLsfolder to the/wp-content/plugins/directory - DO NOT change the name of the
Affiliate-URLsfolder - Activate the plugin through the 'Plugins' menu in WordPress
- Navigate to
Settings > Permalinksand save them. Yes, just click save. Trust me. - Navigate to the
Affiliate URLsmenu - Create a new URL, or manage existing URLs.
- Publish and use the URLs however you want!
Frequently Asked Questions
-
When I try to access my new URL, I'm getting a 404 (not found) error
Sounds like you didn't follow the installation instructions :-) Navigate to
Settings > Permalinksand save them. No need to change anything, just click the save button. -
Can I change the URL structure to use something other than /go/ ???
No, not without modifying the plugin.
Changelog
-
0.0.1
Initial Release