Landing Page Iframe affiliate offer

dasse

Regular Member
Joined
Aug 22, 2013
Messages
243
Reaction score
70
Hi,

Let us share Some knowledge about how to with iframes directs, etc.

Creative a landning page With a Nofollow iframe redirect.

I Will post different ways and methods along the way as we evolve:)

Please share your take or what tricks you know.
The questions in several threads about how to do this just keeps stacking up. Day after day.

Let's break this one down once and for all.

Here is one example taken fr.o.m. Online

(http://www.lukepeerfly.com/iframe-affiliate-offer)
Not affiliated to me in anyway!

html>
<head>
<title>Free Apple iPad 2</title>
<meta name="keywords" content="iPad 2, apple iPad 2, free apple iPad 2" />
<meta name="description" content="Get a FREE Apple iPad 2." />

<style>
* {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
}
</style>
</head>

<body>
<iframe src="http://Comcom" width="100%" height="100%" frameborder="0" marginheight="0" marginwidth="0">
<p>Click <a href="http://comcom">here</a>! (Your browser does not support iframes)</p>
</iframe>
</body>
</html>

Notice iframe that loads affiliate offer in 100 % of screen. This is a simple way of doing this.

another great source not affiliated in any way
http://prosper.tracking202.com/scripts/iframe/

Next up : using JavaScript / Jquery
Performance issues
Best practices
Delays
2 nd page
Onclick
Rules and tracking
Spiders indexation
Instagram
Facebook
Twitter
From Web 2.0
 
Last edited:
Iam into react type diversions and nodejs now etc. But IT is all to complicated to discuss here.
 
Why would you iframe an affiliate/PPI link anyway? Isn't it really hard to cloak/host PPI/CPA links now in IG?
 
Why would you iframe an affiliate/PPI link anyway? Isn't it really hard to cloak/host PPI/CPA links now in IG?

Yes you are correct. But if u run paid traffic it is a different ball game.
 
How Can I use This Just to Get the SignUp Button ANd Not the Whole Page?
So After they click the Button They must Be Directed to check out Page and Not to vendors sales page.
 
Back
Top