|
Long
links tend to be broken up in email and look less professional
than a nice short link going through your own domain.
Once you have your link, you can now redirect them so instead
of looking like a big long mess of numbers and letters, it
will look like something clean like:
www.mydomain.com/start.html
There are a few options to make your link shorter. One is
to use a service like http://tinyurl.com/, but we recommend
you redirect your own links through your own website where
possible. It looks more professional and youll have
more control over your links.
A preferred method is using a simple javascript redirect.
Dont worry - its very easy-to-do and doesnt
require any programming language. Heres how:
1. Create a new blank page on your website.
2. Name the page whatever youd like. For example if
you want the page to be
mydomain.com/start.html, youd name it ose.html in your
web page editor.
3. Delete any HTML your web page editor automatically inserts
into the page. Then insert the following new html into your
html document:
-- START HTML --
<html>
<head>
<meta http-equiv="refresh" content="0;
url=http://www.TechTamers.com/cmd.php?af=######">
</head>
<body>
</body>
</html>
-- END HTML --
Be sure you replace the #####'s with your affiliate ID number.
Now just save, then upload your redirect page to your website.
Test it - and you're ready to send traffic!
|