A Basic Guide on iFrames

Everyone once and a while I get asked how to iframe an offer. Typically iframing isn’t a great idea, not all offers allow this and rumors have it that cookies could get dropped in the process (meaning you may not get credited for visitors and may not get credit for conversions)

Here is the html code for a simple iframe, this iframe would show the bing.com website on your page

 

<html>
<body>
<iframe src=”http://www.bing.com” height=”100%” width=”100%”>
</iframe>
</body>
</html>

 

And that’s it! As you can see it’s fairly simple and easy to use. I again must stress that I typically do not recommend using this for affiliate links, but the code is here if you want to use it!