Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a web page with 2 iframes. One is mine, the other contains the Facebook like button. So a bit like this....

<iframe id='mine' class='mine_too' width="200" scrolling="no" height="100" src="http://domain.com/me.html" frameborder="0"></iframe>

<iframe name="fb_like_iframe" id="fb_like_iframe"
                            src="http://www.facebook.com/plugins/likebox.php?id=13559656314xxxx&amp;width=300&amp;connections=10&amp;stream=true&amp;header=false&amp;height=587"
            scrolling="no" 
            frameborder="0" 
            style="border:none; 
            overflow:hidden; 
            width:300px; 
            height:587px;
            margin-bottom:10px;" 
            allowTransparency="true">
</iframe>

The problem is - the facebook like information is ending up in "my" iFrame as well as it's own! So what's in "me.html" is nowhere to be seen and we have 2 like buttons on the screen. Any idea?

share|improve this question
I did same thing as example and worked normally, can you give URL of the page with this problem? Something different on page may cause. – cebirci Dec 16 '11 at 16:10
Thanks it fixed itself. Really really strange – user385762 Dec 17 '11 at 16:42

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.