How to Put Affiliate URLs Into Your Own Domain
As an affiliate, a domain or website owner can get paid to sell vendor's wares. Merchants and service providers will often pay domain owners to place affiliate URLs on their sites. Whenever a customer makes a purchase by clicking the affiliate URL, the domain owner will receive a percentage of the profit. The exact profit percentage that is paid will greatly vary by merchant. However, the highest paying affiliate URLs tend to be those of digital and electronic merchants.
Instructions
-
-
1
Sign up for an affiliate account with the company you want to sell products for. In many cases, this can be done directly from the company's website via the "Affiliates" section. You can also sign up for a plethora of affiliate accounts through companies such as ClickBank and Commission Junction.
-
2
Log into your affiliate account to select the product you would like to advertise on your own domain. Copy the affiliate link for the product. For instance, the link will appear as sellthisproduct.com/id=987654321. In many cases, you are also provided with affiliate banner image. If you want to use the banner image, right-click the image and select "Save As" to save the image to your computer.
-
-
3
Log into your website's Control Panel. Select the "Upload" option if you are incorporating an affiliate banner image. Locate the image on your computer's hard drive. Click the "Upload" option again to finish uploading the image to your website's server.
-
4
Select "File Directory" from within your site's Control Panel. The file directory is where all of your page files are viewed and stored.
-
5
Select "Edit" for the page you would like to place the affiliate URL onto. This will open the page's HTML editor.
-
6
Insert the affiliate link into the HTML editor by using the following HTML code.
<a href="http://www.sellthisproduct.com/id=987654321">Enter your text for the affiliate link here. By doing so, your website visitor will know what she is clicking on.</a>
If you are using a banner image, use the following HTML code, instead of the previous code.
<a href="http://www.sellthisproduct.com/id=987654321"><img src="http://www.yourdomainname.com/bannerimage.jpg"></a>
-
7
Select "Save" and "Publish" to save and apply the changes to your web page.
-
1