Jump to content

Recommended Posts

Posted
I would like to promote a clickbank product.Can anyone tell me how to cloak my affiliate link? :unsure:

 

Because the affiliate link is very long and if I can cloak it it looks more professional.

Posted
Because the affiliate link is very long and if I can cloak it it looks more professional.

 

Do you mean with a service like this?

 

http://www.shorturl.com/

 

If the link were on your site you could probably do it with htaccess.

 

Posted

What cloaking does is hides your affiliate links - place this code anywhere in your html of your website between the <body> and </body> tags:

 

<script>function cloakst1(){window.status="Promised Profit";} zint=setInterval(cloakst1,10)</script>

 

or if you use php, you can create a index.php with

 

<HTML>

<?php

header('Location:http://youraffiliatelink.vendor.hop.clickbank.net');

?>

</HTML>

 

hope this helps

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...