=== Plugin Name === Contributors: jeremyshapiro Tags: affiliates, affiliate program, infusion, infusionsoft, tracking, jeremy shapiro, webinar, webinars, personalization, caching Requires at least: 2.0.2 Tested up to: 3.2 Stable tag: 0.4 This plugin allows you to load an Infusionsoft Affiliate's information into your wordpress pages using the [affiliate] shortcode. == Description == After you configure your Infusionsoft Affiliate, you'll be able to sync up your affiliates to your wordpress plog and add in affiliate specific merge fields. Where might you use this? * Personalized sales pages for your affiliates to use in promoting your product * Personalized opt-in pages that appear to be written by your affiliate * Custom webinar sign up forms, one for each affiliate Use the `[affiliate]` shortcode with a specific field; for example, to get the affiliate's name, use `[affiliate field="AffName"]`. You can also specify a `default` value like `[affiliate field="AffName" default="your friend"]`. For fields that are dates, you can specify a [PHP friendly date format](http://php.net/manual/en/function.date.php), for example `[affiliate field="_WebinarDate" format="l, f Js" /]`. Additionally, for date fields, you can move a date forward or backwards in time with the `dateshift` option like `[affiliate field="_WebinarDate" default="3 days before our webinar" format="l, F jS" dateshift=" -3 days" /]` When using `dateshift`, the value should start with a `+` or a `-` followed by a number and then a unit, for example `- 1 day`, `+90 minutes`, or `+1 year`. All your custom affiliate fields get pulled down, too, just don't forget to put the underscore in front, i.e. _YourCustomField. == Installation == To install the plugin, download it, upload to your wordpres blog, activate and configure. = Configuration = To configure your installation, click Settings and then select enter your Infusionsoft Application name and API Key. = Custom Development = If you need help with a custom installation or modification to better integrate into your Infusionsoft application and WordPress site, please contact Jeremy B. Shapiro directly. == Changelog == = Version 0.4 = * 7/11/2011: Default pages are now supported for when an affiliate code is found, but no path is specified, or when an affiliate code is simply not found. = Version 0.3 = * 7/6/2011: Version 0.3 Added dateshift option for dates so you can move make relative dates * 7/6/2011: Version 0.3 Fixed bug so you can now access settings right from the plugin listing * 7/6/2011: Version 0.3 Caching is now supported and deactivation no longer deletes options and data = Version 0.2 = * 7/6/2011: Version 0.2 Added