Lost income due to COVID-19? E-junkie is providing 1 year free accounts to sell anything, anywhere. Click Here for more details.

E-junkie Help >

How to customize your affiliate link's appearance

« Return to Help for Affiliates

Hop Links

This type of link redirects the buyer to the merchant's sales page. You can customize the standard link text we provide, or even replace the text with a custom image, such as a banner graphic. The standard Hop Link codes we provide look like this example:

<a href="https://www.e-junkie.com/ecom/gb.php?cl=XXXXXX&c=ib&aff=YYYYYY" target="ejejcsingle">Click here to view more details</a>

You can change the Click here to view more details text to say whatever you wish, like so:

<a href="https://www.e-junkie.com/ecom/gb.php?cl=XXXXXX&c=ib&aff=YYYYYY" target="ejejcsingle">Place your order now!</a>

...or you can replace the Click here to view more details text with an <img> tag that references the URL of your custom image, like so:

<a href="https://www.e-junkie.com/ecom/gb.php?cl=XXXXXX&c=ib&aff=YYYYYY" target="ejejcsingle"><img src="https://www.example.com/path/to/yourimage.gif"/></a>

Direct Links

This type of link works as a purchase button buyers can use to place an order with the merchant directly from your own page. You can replace our standard button image with a custom button graphic, or even change the button to some custom link text. The standard Direct Link codes we provide look like this example:

<a href="https://www.e-junkie.com/ecom/gb.php?ii=ZZZZZZ&c=cart&aff=YYYYYY&ejc=2&cl=XXXXXX" class="ec_ejc_thkbx" target="ej_ejc"><img src="https://www.e-junkie.com/ej/ej_buy_now.gif" border="0" alt="Buy Now"></a>

You can change the src= URL in the <img> tag to reference the URL of your custom image, like so:

<a href="https://www.e-junkie.com/ecom/gb.php?ii=ZZZZZZ&c=cart&aff=YYYYYY&ejc=2&cl=XXXXXX" class="ec_ejc_thkbx" target="ej_ejc"><img src="http://www.example.com/path/to/yourimage.gif" border="0" alt="Buy Now"></a>

...or you can replace the entire <img> tag with your own custom link text, like so:

<a href="https://www.e-junkie.com/ecom/gb.php?ii=ZZZZZZ&c=cart&aff=YYYYYY&ejc=2&cl=XXXXXX" class="ec_ejc_thkbx" target="ej_ejc">Click here to purchase Product Name now!</a>