dasse
Regular Member
- Aug 22, 2013
- 243
- 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
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
From Web 2.0
Last edited: