jquery - Iframe is not being shown in mozila, but works properly in chrome -


i had inserted facebook plugin box via iframe.mozila firefox showing facebook plugin box of website till yesterday. when checked website today, found blank spaces instead of facebook plugin. iframe showing plugin box in chrome, mozila firefox doesn't work. when searched in google, found "newer firefox version doesn't support https in iframe, try object instead of iframe,". question how change iframe embed or idea solve problem

this page shown in chrome doesn't show in mozila

<!doctype html> <html> <body> <iframe src="https://www.facebook.com/plugins/page.php?href=https%3a%2f%2fwww.facebook.com%2ffedikhola%2f&tabs=timeline&width=340&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appid" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowtransparency="true"> </iframe> </body> </html> 


Comments