Title: Infusionsoft Affiliates
Author: Jeremy B. Shapiro
Published: <strong>2011 年 7 月 6 日</strong>
Last modified: 2014 年 7 月 7 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/infusionsoft-affiliates.svg)

# Infusionsoft Affiliates

 作者：[Jeremy B. Shapiro](https://profiles.wordpress.org/jeremyshapiro/)

[下载](https://downloads.wordpress.org/plugin/infusionsoft-affiliates.2.4.zip)

 * [详情](https://cn.wordpress.org/plugins/infusionsoft-affiliates/#description)
 * [评价](https://cn.wordpress.org/plugins/infusionsoft-affiliates/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/infusionsoft-affiliates/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/infusionsoft-affiliates/#developers)

 [支持](https://wordpress.org/support/plugin/infusionsoft-affiliates/)

## 描述

After you configure your Infusionsoft Affiliate plugin, you’ll be able to sync up
your affiliates (Referral Partners) to your WordPress site and add in affiliate 
specific merge fields.

Where might you use this?

 * Personalized sales pages for your referral partners to use in promoting your 
   product
 * Personalized opt-in pages that appear to be written by your referral partners
 * Custom webinar sign up forms, one for each referral partner

Use the `[affiliate]` shortcode with a specific field; for example, to get the referral
partner’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`.

If you are returning any HTML code, for example a tracking pixel, an image tag, 
rich HTML, etc… you may want to specify `htmldecode=1` to prevent WordPress from
escaping your HTML.

All your custom referral partner fields get pulled down, too, just don’t forget 
to put the underscore in front, i.e. _YourCustomField.

## 安装

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.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Infusionsoft Affiliates」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Jeremy B. Shapiro ](https://profiles.wordpress.org/jeremyshapiro/)

[帮助将「Infusionsoft Affiliates」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/infusionsoft-affiliates)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/infusionsoft-affiliates/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/infusionsoft-affiliates/)，或通过
[RSS](https://plugins.trac.wordpress.org/log/infusionsoft-affiliates/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/infusionsoft-affiliates/)。

## 更新日志

#### Version 2.4

 * 7/7/2014: Allow root specified referral partner codes to redirect through Infusionsoft(
   to cookie the visitor in Infusionsoft)

#### Version 2.3

 * 4/22/2013: When manually syncing affiliates, output the number of affiliates 
   synced and exit (previously processed the page as usual which was confusing)
 * 4/22/2013: Fixed a bug where if you were on the root page and not using cookies,
   the page might infinitely redirect back to itself.

#### Version 2.2

 * 4/19/2013: Show the number of affiliates last synced on the options page
 * 4/19/2013: Work properly in WordPress installs not on the root of a domain (i.
   e. http://mysite.com/wordpress/)
 * 4/19/2013: Deal with situations where we can’t use cookies (i.e. network level
   page caching)

#### Version 2.1

 * 2/13/2013: Don’t update the cache if we didn’t get a good download from Infusionsoft(
   i.e. Infusionsoft API failed or timed out)
 * 2/14/2013: Allow for manual syncing

#### Version 2.0.2

 * 2/6/2013: Strip off the query string when an affiliate code is on the root URL
   with no trailing slash, i.e. http://site.com/affiliatecode?querystring

#### Version 2.0.0

 * 7/3/2012: Moved to 2.0.0 to avoid a prior versioning error (1.8 -> 1.81 -> 1.9)

#### Version 1.9

 * 7/2/2012: Added the ability to disable the plugin on a page by page basis. This
   way, when cloning a page, the previous page won’t be set as the redirect

#### Version 1.8

 * 2/22/2012: Added support for htmldecode to prevent WordPress from escaping HTML
   when you actually want HTML.

#### Version 1.7

 * 1/28/2012: Added support for registering the plugin. Made redirects temporary
   redirects. Pages that do not redirect now don’t redirect to themselves losing
   query paramters.

#### Version 1.5

 * 11/22/2011: If a URL is a valid page, don’t check for the affiliate in the root
   of the URL. This prevents affiliates from hijacking pages on your site by picking
   affiliate codes that match the URLs of pages on your site.

#### Version 1.4

 * 10/31/2011: Added support for affiliate lists over 1,000
 * 10/31/2011: Implemented a basic form of locking to prevent simultaneous syncing

#### Version 1.2

 * 10/12/2011: Changed version number to a stable number since… it’s stable 🙂
 * 10/12/2011: If an invalid code is specified and a valid code is required, the
   default page will now be shown. Previously, invalid codes worked

#### Version 0.6

 * 8/2/2011: Added support for individual page overrides on what to do when an affiliate
   code isn’t present
 * 8/10/2011: Bug fix to allow for better default page processing when a query string
   is present

#### Version 0.5

 * 7/12/2011: Help added to the options page
 * 7/12/2011: Root URL affiliate code detection mildly operational
 * 7/12/2011: Options for where to look for the affiliate code have been revised
   so multiple options can be selected

#### 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: Added dateshift option for dates so you can move make relative dates
 * 7/6/2011: Fixed bug so you can now access settings right from the plugin listing
 * 7/6/2011: Caching is now supported and deactivation no longer deletes options
   and data

#### Version 0.2

 * 7/6/2011: Plugin Added

## 额外信息

 *  版本 **2.4**
 *  最后更新：**12 年前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 2.0.2 或更高版本 **
 *  已测试的最高版本为 **3.9.40**
 *  语言
 * [English (US)](https://wordpress.org/plugins/infusionsoft-affiliates/)
 * 标签
 * [affiliate program](https://cn.wordpress.org/plugins/tags/affiliate-program/)
   [affiliates](https://cn.wordpress.org/plugins/tags/affiliates/)[Infusion](https://cn.wordpress.org/plugins/tags/infusion/)
   [infusionsoft](https://cn.wordpress.org/plugins/tags/infusionsoft/)[tracking](https://cn.wordpress.org/plugins/tags/tracking/)
 *  [高级视图](https://cn.wordpress.org/plugins/infusionsoft-affiliates/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/infusionsoft-affiliates/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/infusionsoft-affiliates/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/infusionsoft-affiliates/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/infusionsoft-affiliates/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/infusionsoft-affiliates/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/infusionsoft-affiliates/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/infusionsoft-affiliates/reviews/)

## 贡献者

 *   [ Jeremy B. Shapiro ](https://profiles.wordpress.org/jeremyshapiro/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/infusionsoft-affiliates/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6FEVZ7NU86DNN)