Advanced integration allows you to design your own pages and integrate them with the LinkTrust system. This advanced integration document explains how to utilize several advanced features and services of LinkTrust and how to modify the following:
You can customize your Affiliate Center by selecting Account > Affiliate Center from the Partner Center.
Custom Affiliate Signup and Login Forms
In the Affiliate Center, you can modify the following:
a. Custom Signup Form
The LinkTrust branded Affiliate Center allows partners to design their own login and signup pages and integrate them with the LinkTrust system. You can host your own affiliate signup page(s) by creating a form with the following field names and post the data to LinkTrust:
- Post your URL at http://[YourAffiliateCenterDomain]/Welcome/CustomSignup.aspx
- To download the posting instructions in an Excel format, click here.
- To open a sample HTML form, click here.
b. Custom Login Form
The LinkTrust branded Affiliate Center allows partners to design their own login and signup pages and integrate them with the LinkTrust system. You can host your own affiliate login page(s) by creating a form with the following field names and post the data to LinkTrust:
Post URL: |
http://[YourAffiliateCenterDomain]/welcome/customlogin.aspx |
Username: |
Field name for affiliate's username |
Password: |
Field name for affiliate's password |
Sample HTML:
|
Post Form: <form method="post" action="http://[YourAffiliateCenterDomain]/welcome/customlogin.aspx">
Username: <input name="Username" type="text"/><br />
Password: <input name="Password" type="password" /> <input type="submit" value="Login" /></form>
|
Forgotten Password Link:
|
http://[YourAffiliateCenterDomain]/Welcome/ForgottenPassword.aspx |
c. iFrame Login/Signup Form
Use iFrame to incorporate our affiliate form into your own hosted website. Sample iFrame URL: http://[YourAffiliateCenterDomain]/welcome/EmbeddedSignup.aspx
d. Standard Signup and Login pages
http://YourAffiliateCenterDomain/Welcome/LoginAndSignUp.aspx (Login and/or Signup Page. This can be modified to be either a login, signup or both.)
http://YourAffiliateCenterDomain/Welcome/signup.aspx (Signup Form Only)
http://YourAffiliateCenterDomain/Welcome/LogIn.aspx (Login Form Only)
Merchant Center
a. Custom Login Form
The LinkTrust branded Merchant Center allows partners to design their own login page and integrate it with the LinkTrust system. You can host your own merchant login page by creating a form with the following field names and post the data to LinkTrust:

|