Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

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

  • 1 Antwort
  • 2 haben dieses Problem
  • 4 Aufrufe
  • Letzte Antwort von sohailejaz863

more options

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>

Alle Antworten (1)

more options

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>