Create a hoplink
Your hoplinks should be targeted to the top level of the current window and should be in the following format:
http://www.australianbookkeeper.com.au/affiliatetools.html
This is what it looks like in html:
<a href="http://AFFILIATE.PUBLISHER.hop.clickbank.net"
target=_top>CLICK HERE</a>
|
Here's how to make it work...
- Replace AFFILIATE with your affiliate Nickname
- Replace PUBLISHER with the publisher Nickname
- Replace CLICK HERE with any promotional text or image you prefer
For example, to make a hoplink to the Marketplace, use "Marketplace" as the PUBLISHER name in your hoplink:
http://AFFILIATE.marketplace.hop.australianbookkeeper.com.au
Be sure to replace "AFFILIATE" with your own ClickBank affiliate Nickname.
To open a hoplink in a new window set the target attribute of the hoplink to "_blank". Here's an example:
<a href="http://AFFILIATE.PUBLISHER.hop.clickbank.net"
target=_top>CLICK HERE</a>
|