Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 1 பதிலளி
  • 2 இந்த பிரச்னைகள் உள்ளது
  • 3 views
  • Last reply by sohailejaz863

I had inserted facebook plugin box via iframe.Mozila firefox was showing facebook plugin box of my <a href="url">Website</a> till yesterday. But when I checked my website today, I found only blank spaces instead of facebook plugin. Iframe is properly showing plugin box in chrome, but Mozila firefox doesn't work. When I searched in google, I found that "newer firefox version doesn't support https in iframe, try object instead of Iframe,". My question is how to change iframe to embed or any idea to solve this problem

This page is shown in chrome but doesn't show in mozila

<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>

I had inserted facebook plugin box via iframe.Mozila firefox was showing facebook plugin box of my <a href="url">Website</a> till yesterday. But when I checked my website today, I found only blank spaces instead of facebook plugin. Iframe is properly showing plugin box in chrome, but Mozila firefox doesn't work. When I searched in google, I found that "newer firefox version doesn't support https in iframe, try object instead of Iframe,". My question is how to change iframe to embed or any idea to solve this problem This page is shown in chrome but 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>

All Replies (1)

sohailejaz863 said

I had inserted facebook plugin box via iframe.Mozila firefox was showing facebook plugin box of my <a href="https://keighleyremoval.co.uk/">Website</a> till yesterday. But when I checked my website today, I found only blank spaces instead of facebook plugin. Iframe is properly showing plugin box in chrome, but Mozila firefox doesn't work. When I searched in google, I found that "newer firefox version doesn't support https in iframe, try object instead of Iframe,". My question is how to change iframe to embed or any idea to solve this problem This page is shown in chrome but doesn't show in mozila <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>