>
Download This Plugin | |
Download Elegant Themes | |
Name | Infusionsoft Affiliates |
Version | 2.4 |
Author | Jeremy Shapiro |
Rating | 0 |
Last updated | 2014-07-07 10:53:00 |
Downloads |
3333
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Infusionsoft Affiliates plugin added 4 bytes of resources to the Home page and 19 bytes of resources to the sample Post page.
Infusionsoft Affiliates plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Infusionsoft Affiliates plugins ads the following DB table(s) to your Wordpress blog database:Table name | Table size (in bytes) |
---|---|
wp_infusionsoftaffiliates | 16384 |
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?
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.