Questions tagged as 'iframe'

0
answers

How to display all requested JS code by an iframe?

I want to display a iframe with an external page and then show in a textarea all JS code requested by the iframe in question. I have two problems: the first is how to know all the requests that iframe made, and the...
asked by 28.10.2015 / 16:34
3
answers

Upload only thumbnail videos from Youtube

I have a page that in your layout there are 20 Youtube videos, it's a listing. Since I do not want to make this page really load all these videos to not understand the performance of the site, because iframe weighs a lot. I would like to...
asked by 20.06.2014 / 13:59
2
answers

How to undo the mouse scroll (zoom) action on an Iframe in google map

How to undo the mouse scroll action on google map in this Iframe? Is it possible to do this directly in this code or do I have to use Java Script? If you have to use js, how do I get this Iframe to load only after all other files? <...
asked by 20.04.2016 / 14:57
1
answer

How to place an iframe in fullscreen (full screen)?

I made this small player to be used within iframe . But I need to give you the option to put it full screen (as most video players I know), but I have no idea how to do it. I'll leave the player here as an example: var...
asked by 04.05.2018 / 16:56
1
answer

Iframe issues in Firefox and Internet Explorer

I have a problem with Firefox and Internet Explorer when I use a iframe to load files on the same page. In Chrome it works perfectly, but in Firefox and Internet Explorer, when I click on link iframe opens on another page....
asked by 28.02.2014 / 21:56
1
answer

Allow to show my wordpress site in an iframe on another site

Hello, I have a site in wordpress that would like to display one of the pages in an iframe on another site, is it possible to do this? At this time when doing the iframe on another page I get the following error: "Refused to display ' link '...
asked by 03.10.2016 / 11:24
2
answers

How to prevent my site from being rendered in an iframe

The idea is simple, I have a website, how do I prevent another site from calling my own through a iframe ?     
asked by 13.01.2016 / 16:38
1
answer

How to apply css to the body inside an iframe?

I want to apply background: transparent no body that is created inside an iframe. For example: <iframe src="http://www.meusiteteste.com.br"id="frame_result_show" frameborder="0"></iframe> Is there any way?     
asked by 10.04.2014 / 17:27
1
answer

Ways to put one site inside another? [closed]

I'm studying the iframe tag in HTML5, I saw that with it we can put sites and videos within a page. However, I did some testing, with PHP and HTML files. The only way that succeeded in appearing the site I wanted was in the .html file an...
asked by 18.10.2017 / 04:04
1
answer

How to play a youtube video in an iframe? Refused to display '' in a frame because it is set 'X-Frame-Options' to 'SAMEORIGIN'

I'm trying to play a YouTube video on my Site using iframe and it's generating me the error that is in the title of the question. HTML: <div class="video-container"> <iframe src="https://www.youtube.com/watch?v...
asked by 15.08.2015 / 18:02