Displaying Facebook in an Iframe on my website
I want to Display Facebook's Webpage on my site ? <html> <body> <iframe src="http://www.facebook.com/" name="iframe_a"></iframe> </body> </html> This just show's me an image of Facebook but not the actual content. How can i do that ? I tried and used Php and then echoed the content on the screen that some how worked But In that case , I cant understand How shall i Login Into facebook. When i Login it get's redirected to the Main Site. This is the code facebook embedded in its pages. if (top != self) { try { if (parent != top) { throw 1; } This code checks if its embedded in iframe its blocks