Skip to main content

Banners & embed codes

### AccessingUsing banners & embed codes

IllusionCloud provides ready‑made banner images and HTML codesnippets so you can promote our services on your websitewebsite, forum or blog.email Follownewsletters. these steps toTo find and use them:

1. **Open your affiliate dashboard** – Log in to the IllusionCloud Clientclient Areaarea and click **Affiliates** to open your affiliate area.
2. **Browse available banners** – In the affiliate area therelook isfor a section labelled **Marketing Materials**, **Banners** or **Links** (terminology may vary). Here you'you’ll find banners in different sizes (for example 468×60, 120×60 andor 300×250) and formats (static images or animated GIFs).
3. **Copy the embed code** – Each banner displays an HTML snippet containing your unique referral link. A typical snippet looks like this:like:

    `<a href="https://yourdomain.com/aff.php?aff=YOURID"><img src="https://yourdomain.com/banners/468x60banner.gif" width="468" height="60" alt="IllusionCloud Banner" border="0"></a>`

    The `href`<a attributehref>` includes your affiliate ID, while the `<img>` tag points to the hosted banner image.banner. WHMCS uses special notation (`<(>` and `)>`) brackets)to display code safely in the dashboard to prevent code execution, butdashboard; when copying the code into your own site you should preserve the standard HTML structure so the banner and referral link function correctly【448545886364298†L2760-L2778】.correctly.
4. **Paste into your site** – Copy the entire snippet and paste it into the HTML of your website, blog, forum signature or email template. Do **not** modify the `href`aff` parameter or remove your referral code, otherwise the clickclicks may not track.
5. **CustomizeCustomise the appearance** – You can adjust the `width` and `height` attributes to fit your layout or wrap the banner in a `<div>` for styling. If your platform strips HTML, you can instead useplace a plain text link (see the "Find your affiliate link”link" page) and link the text manually.

By followingFollowing these steps you ensureensures that your bannerbanners displaysdisplay properly and that your affiliate referrals are recorded. Feel free to experiment with different banner sizes and placementsstyles to see which performsones perform best.

**Citation:** WHMCS documentation shows sample affiliate banner code and explains that `<( )>` brackets are used in the dashboard to display the code safely without executing it【448545886364298†L2760-L2778】.