Please help! Iframe code not working!

by 2 replies
3
Hello! I have a website. It is freestufffreebies[.]org. Its a wordpress blog. I have a page called 15.html and its iframed to my blog (before the blog). The page 15.html itself iframes another website (its a cpa offer affiliate website). So I have 2 iframes (one in one). Its working fine for me. So every targeted visitor from USA can see the page with no problem and it loads fine. And he see my blog and cpa offer iframed to my blog. I am using a cpa offer from neverblue.com. Its working fine.
Now I want to use cpa offer from other network. This network uses hasoffers platform. I am making same iframe code, iframing it in freestufffreebies[.]org/16.html , but it redirects somehow to the offer page and is not staying on my website. I need to fix it.
You may see freestufffreebies[.]org/15.html (with neverblue.com offer) is working fine and freestufffreebies[.]org/16.html (with cpa offer from other network) is redirecting. But the iframe code is the same. I dont know how to fix it. I need the 16.html work the same as 15.html. But its not working, its redirecting to the iframed website.
The code I useis a usual iframe code everybody use.
And its working in 1 case and in second case doesnt. I can say that the page 16.html has offer from another network and the link itself (that I include in iframe) redirects 3 times while going through tracking. I think thats why the iframe is not working and my page redirects to the site that I am trying to iframe. But I need the visitor to stay on my site. I dont know how to do it. Can someone please advice me, what to do?? Help much appreciated!! Even can paypal you some, if it works!! Thanks in advance
#programming #code #iframe #working
  • Not all websites allow you to display their site on iFrames. This might be why your having a problem.

    Test: Try putting google.com in an iFrame, it won't work.

    Contact the admin if the site if he can do anything about it.


    btw, PM me if you wanna send that paypal to me for helping u out. I'm really poor.
  • its called iFrame buster, Simple method is to add this script before your code,

    Code:
    <script type="text/javascript">
        window.onbeforeunload = function () {                       
             return "end";
        }
    </script>
    Script above will popup a notification page, when user click stay on page (on most cases), it will stay on your page.

    visit here for a more depth solution

Next Topics on Trending Feed

  • 3

    Hello! I have a website. It is freestufffreebies[.]org. Its a wordpress blog. I have a page called 15.html and its iframed to my blog (before the blog). The page 15.html itself iframes another website (its a cpa offer affiliate website). So I have 2 iframes (one in one). Its working fine for me. So every targeted visitor from USA can see the page with no problem and it loads fine. And he see my blog and cpa offer iframed to my blog. I am using a cpa offer from neverblue.com. Its working fine. Now I want to use cpa offer from other network. This network uses hasoffers platform. I am making same iframe code, iframing it in freestufffreebies[.]org/16.html , but it redirects somehow to the offer page and is not staying on my website. I need to fix it. You may see freestufffreebies[.]org/15.html (with neverblue.com offer) is working fine and freestufffreebies[.]org/16.html (with cpa offer from other network) is redirecting. But the iframe code is the same. I dont know how to fix it. I need the 16.html work the same as 15.html. But its not working, its redirecting to the iframed website.