redirect and hide hop-link

4 replies
Hi guys.

I am about to test affiliate programs via article marketing.

I've created a subdomain on my domain (panic.modernapeman.com) and on the index.htm I use a frame to call the aff site.

This is the code I use:

Code:
<frameset rows="100%,*" border="0">
  <frame src="http://www.panicaway.com/index1.htm?hop=hjalte81" frameborder="0" />
  <frame frameborder="0" noresize />
</frameset>
Does this affect code affect if I make a sale? It seems my hop link is still used, but I'm not sure if its working.


Thanks in advance...
#hide #hoplink #redirect
  • Profile picture of the author zeurois
    don't use iframes ..

    use this instead (or php/htaccess redirection)

    script language=javascript
    use document.location="http://www.panicaway.com/index1.htm?hop=hjalte81"
    /script

    (that site may fail when dropping cookies and you won't get credited )
    {{ DiscussionBoard.errors[468885].message }}
    • Profile picture of the author Alan Petersen
      Framed redirects violates most of the major affiliate program networks like ClickBank, CJ, etc. So you don't want to mask the actual URL destination in your visitors browsers window.

      As the post above said just to a php redirect. You won't violate TOS doing it that way.
      Signature
      {{ DiscussionBoard.errors[469661].message }}
  • Profile picture of the author Frank Bruno
    Basically using framed pages with Clickbank (and other aff networks) will automatically detect this and never credit you.

    Frank Bruno
    {{ DiscussionBoard.errors[469672].message }}
  • Profile picture of the author protected
    Yes.... Framing will surely make very bad effect on your site.. you should to make sure before doing these type of things.. this will send your site to sandbox...
    Signature
    Best Regards
    Rajiv Pandey
    I write here- http://rajivpandey.com
    {{ DiscussionBoard.errors[469677].message }}

Trending Topics