Displaying Facebook in an Iframe on my website

后端 未结 7 736
萌比男神i
萌比男神i 2020-12-18 16:42

I want to Display Facebook\'s Webpage on my site ?



             


        
7条回答
  •  孤城傲影
    2020-12-18 17:14

    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 loading other data rather loads the the link to which you can click with an image.

    
    

提交回复
热议问题