Customizing your affiliate links!
When you register as an affiliate, you will receive the code for a “hop link”. The code will be similar, but not identical, to the code in green below. The hop link sends potential buyers to a sales page on our website.
<a href=”https://www.e-junkie.com/ecom/gb.php?cl=XXXXXX&c=ib&aff=YYYYYY” target=”ejejcsingle”>Click here to visit Salish Sea Pilot.</a>
The hop link is a text link, which you are free to use. But you will likely want to replace the text with an <img> tag, like this:
<a href=”https://www.e-junkie.com/ecom/gb.php?cl=XXXXXX&c=ib&aff=YYYYYY” target=”ejejcsingle”><img src=”http://www.yoursite.com/image-name.jpg”></a>
When you click the image below, the result is similar to what your users will experience.
Note that if the image above was not placed in your website’s root directory, but in a folder — or in a folder in a folder — the image source will be: <img src=”http://www.yoursite.com/path/to/your/image-name.jpg”>
You can also link from both text and image, like this:
<a href=”https://www.e-junkie.com/ecom/gb.php?cl=XXXXXX&c=ib&aff=YYYYYY” target=”ejejcsingle”><img src=”http://www.yoursite.com/image-name.jpg”></a>
<a href=”https://www.e-junkie.com/ecom/gb.php?cl=XXXXXX&c=ib&aff=YYYYYY” target=”ejejcsingle”>The Delirious Cove Yachting Association thanks you for your support.</a>
And the result could be something similar to this, the hop link jumping from either the image or the text:
The Delirious Cove Yachting Association thanks you for your support.
Hope you got that! If so, you can return to the Affiliates page.