the magic of the iframe

Albertux

Newbie
Joined
Nov 28, 2010
Messages
11
Reaction score
1
Maybe many people know how to use iframe at 100% but just in case somebody need this:

Code:
<html>
<head>
<title>PUT_SOME_TITLE_HERE</title>
<style type='text/css'>
html, body{
    height:100%;
    width:100%;
    margin:0px;
    padding:0px;
}
</style>
</head>
<body>
<iframe frameborder="0" noresize="noresize" src="PUT_YOUR_CLICKBANK_HOPLINK_URL" style="display:block; width:100%; height:100%; overflow-y:scroll; margin:0px; padding:0px;"></iframe>
</body>
</html>
 
I heard that Clickbank can detect iframe and doesn't give you the commission from the sale? What's the truth behind this...?
 
Why would you need to do an iframe for this at all?
I iframe a free trial offer so that the user thinks they're still on my site once they click the "buy" button, etc. I don't necessarily want them to see tracker.cpasite.com/offer.php?id=1&p=1&affId=1 so instead they see mysite.com/buy-kit-1 or similar.
 
iFrames typically are worthless with Clickbank, as a Clickbank payment page has a frame-breaker which will overwrite your cookie.
 
Yeah, iFrames are more useful imo for traffic or for CPA offers (to dilute CTR), I don't see a point in using them on clickbank. As far as cloaking your URL, just use a cloaking plugin or script so they don't see it's an affiliate link on your site. Once they're on the buy page it doesnt mattter anyways they have already made up their minds
 
iframe or even frameset doesn't work for clickbank anymore. Your commissions will not be credited. It used to work in the past and I have been heavily using it for my clickbank promos and have created a script to automate the process until I found that my commissions went zilch and discovered that clickbank bust any iframes.
 
Back
Top