Home > Paid Traffic Sources > Facebook & Instagram

a good iframe for FB ? ? ? (9)


09-15-2011 03:23 AM #1 jonas33h (Member)
a good iframe for FB ? ? ?

Right now I am using hosted iframe but there always seems to be a little lag between conversions I have tried some of the other iframes but can't find one that will open a new window for the offer (the other iframes will keep the offer in the iframe when it's clicked)

any suggestions? ? ?


09-15-2011 03:25 AM #2 corp (Member)

Code:
<script type="text/javascript">
	
		if (top.location!= self.location) {
			top.location = self.location.href
		}
	
</script>
Put that between the head tags on the page you're iframing. It will break the iframe and redirect to your page.


09-15-2011 03:26 AM #3 polarbacon (Moderator)

not sure what you mean exactly....are you referring to iframed tabs in pages?

EDIT***well damn corp beat me to it.....


09-15-2011 03:30 AM #4 jonas33h (Member)

crap....thats what happens when I hit the wrong button.....anyways here is your answer....


<html>

<head>

corps stuff goes here

</head>

<body>

your stuff goes here

</body>

</html>
'

this was ACCIDENTALLY edited by polaracon....

sorry


09-15-2011 04:11 AM #5 jonas33h (Member)

^^^^ it shows that I posted it

but awesome stuff now I can go test various iframes thanks tenfold for such quick responses


09-15-2011 04:29 AM #6 polarbacon (Moderator)

Quote Originally Posted by jonas33h View Post
^^^^ it shows that I posted it

but awesome stuff now I can go test various iframes thanks tenfold for such quick responses
ya because I hit the wrong button sorry..


09-15-2011 04:30 AM #7 jonas33h (Member)

<html>

<head>

<script type="text/javascript">

if (top.location!= self.location) {
top.location = self.location.href
}

</script>

</head>

<body>
<a href="http:myafflink">
<img src="http:mypic.gif" />
</a>

</body>

</html>

that is what I am trying to use and it is not working... says the page does not exist


09-15-2011 04:41 AM #8 polarbacon (Moderator)

Quote Originally Posted by jonas33h View Post
<html>

<head>

<script type="text/javascript">

if (top.location!= self.location) {
top.location = self.location.href
}

</script>

</head>

<body>
<a href="http:myafflink">
<img src="http:mypic.gif" />
</a>

</body>

</html>

that is what I am trying to use and it is not working... says the page does not exist

ok....I think there is a bit of confusion with what your trying to do....


read this http://www.w3schools.com/tags/att_a_target.asp

try target parent.....as that should break you out of the frame


09-15-2011 05:27 AM #9 jonas33h (Member)

AND WE GOTTA WINNER IN HERE..... GRAND PRIZE ONE CLICK OF THE THANK YOU BUTTON!!!!!!

But seriously thanks, the iframe i was using before i think was taking a toll (loaded approx. 2-3 seconds later) on my conversions this should help me increase ROI!!


Home > Paid Traffic Sources > Facebook & Instagram