이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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, 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”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Infusionsoft Affiliates”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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