Facebook Black Screen when in IFrame
Posted
by Rico
on Stack Overflow
See other posts from Stack Overflow
or by Rico
Published on 2010-04-07T17:32:07Z
Indexed on
2010/04/07
17:33 UTC
Read the original article
Hit count: 206
I have Facebook in an Iframe for the convenience of my clients. But all of a sudden it doesn't work.. It simply covers itself with a black screen. Is there a work around? Something I can do. Maybe even have someone code to their API to get all the functionality back. Is there a sollution already out there??
<html>
<body>
<iframe src="http://www.facebook.com/" width=800 height=600 />
</body>
</html>
© Stack Overflow or respective owner