This plugin integrates Post Affiliate Pro software into any WordPress installation. Post Affiliate Pro is the leading affiliate tracking tool with mor …
This plugin integrates Post Affiliate Pro – affiliate software into any WordPress installation.
Post Affiliate Pro is an award-winning affiliate software with complete set of affiliate marketing features. Sell more with the best affiliate software.Post Affiliate Pro is the most Reviewed and #1 Rated affiliate software based on 300+ reviews on 3 independent software marketplaces & review platforms.
You can rely on bullet-proof click/sale tracking technology, which combines multiple tracking methods into one powerful tracking system.
Supported features:
If you have any thoughts how to make this plugin better, do not hasitate to leave your ideas in plugin forum, or write an email to [email protected].
Note: If the plugin does not show up, login to you Post Affiliate Pro merchant panel and navigate to main menu Tools> Integration> API Integration
Download the API file from there by clicking the ‘Download PAP API’ link
Upload PapApi.class.php file to your plugin directory /wp-content/plugins/postaffiliatepro
Refresh your WP admin panel
A: In situation like this you should check your PapApi.class.php file in your PostAffiliatePro plugin directory.
In most of the cases, this file was missing after update and that caused plugin malfunction.
Without PapApi.class.php file plugin can not operate correctly and because of that it disables itself to prevent
damaging the main pages with error or warning messages etc.
Post Affiliate Pro is an award-winning affiliate tracking software designed to empower or establish in-house affiliate program.
For more info check out this page
No. This is not possible at the moment. Passwords will be always different.
Here are few examples of usage:
[affiliate item=”name”/] – prints name of currently loaded affiliate.
[affiliate item=”loginurl”/] – prints a button “Affiliate panel” that affiliate can use to log into their panel
[affiliate item=”loginurl” caption=”Log me in!” class=”some-special-class”/] – this way you can set a caption and a CSS class for the login button
[affiliate item=”loginurl_raw”/] – prints an HTML link, you can also define caption and class the same way you can do it with ‘loginurl’
[affiliate item=”OTHER_ATTRIBUTES”/] – prints other affiliate attributes. OTHER_ATTRIBUTES can be one of these items:
example of getting user notification email:
[affiliate item=”notificationemail”]
It is possible to use a shortcode for affiliate commission balance. The syntax is:
[affiliate item=”unpaidCommissions” timeframe=”week”/] – prints last week’s commission balance for the currently logged affiliate
You can get the same values of affiliate parent, instead of ‘affiliate’ shortcode call ‘parent’ and then the needed item. E.g. for parent name call this:
[parent item=”name”/]
Yes it is. But keep in mind you should not use any mandatory fields in Post Affiliate Pro signup.
You have to use optional fields only.
Yes it is. But this feature is just experimental at this time.
If you want to publicly display affiliate statistics in your WordPress, simply navigate to Appearance> Widgets section and add the Top Affiliates widget. When added, you can configure how many affiliates should be included in the result, set which value to use for ordering and you can also define the template of the result.
You can use these variables:
{$firstname}
{$lastname}
{$userid}
{$parentuserid}
{$clicksAll}
{$salesCount}
{$commissions}