Ok, so Im on a website that has a Top 50 Referers Page. Im about 90% sure with the amount of traffic I bring to my page, I should be able to make the list, even if Im only number 50, but that means I need every visitor to go to that page.
I though of doing pop up/under, but since I am promoting an adult site and they are a free adult site, might be a little bad for my conversions. So my solution is doing an iframe. Would work great because obviously, every hit I get, they get to.
Now the most important part of this, is if I set the iframe to "0" height, will it still count as a page load? I mean...the url is still there, and the page should load, but you just wouldn't be able to see it right?
The iframe code im using:
Please let me know if this would work or if there is some better way to make this happen.
I though of doing pop up/under, but since I am promoting an adult site and they are a free adult site, might be a little bad for my conversions. So my solution is doing an iframe. Would work great because obviously, every hit I get, they get to.
Now the most important part of this, is if I set the iframe to "0" height, will it still count as a page load? I mean...the url is still there, and the page should load, but you just wouldn't be able to see it right?
The iframe code im using:
Code:
<iframe src ="http://www.abc123.com" width="100%" height="0">
<p>Your browser does not support iframes.</p>
</iframe>