Questions tagged as 'iframe'

1
answer

Crontab open external page

I configured a cron on my server to run a php script. Within the crontab I ran the line: curl http://localhost/atualizacoes/check-atualizacoes.php It ran perfectly, but inside that php I have an if that calls an external page, which send...
asked by 20.07.2015 / 16:23
3
answers

How do I put a button inside an iframe

I tried it in many ways and I could not. I did so: <iframe id="ifrTeste" > <input type="button" /> ou <button...></button> </iframe> I could not get the button inside the iframe.     
asked by 04.08.2015 / 18:28
1
answer

Creating Page With Similar Objective To JSfiddle Site

Since I had to open the favorite text editor to create HTML page to perform CSS and JScript tests, I decided to create a personal page based on some aspects of third-party sites like "Jsfiddle", a very simple code, I'm not proud of him. I just d...
asked by 26.07.2016 / 18:11
2
answers

How to open the Twitter site inside an Iframe

I'm trying to open the Twitter site inside an iframe <iframe src="https://twitter.com/"width="700" height="700" scrolling="no" ></iframe> or showing a particular subject <iframe src="https://twitter.com/search?q=Agricultu...
asked by 21.11.2014 / 19:57
1
answer

How to optimize iframe load time?

I have a page with several YouTube iframes that are taking a long time to load. I would like to know if it is possible to decrease this loading time or if it is not possible, like putting an animation until all the videos are loaded.  ...
asked by 02.12.2016 / 19:49
2
answers

How to rotate vimeo video automatically (with autoplay)

Is it possible to start a video automatically when it opens in a lightbox ? When it is clicked, it opens a lightbox with the video of VIMEO, but I want it to be started when you open the link and not when you click play. I put the iframe...
asked by 19.08.2015 / 23:29
1
answer

Iframe for youtube with the entire link

Hello I would like to know if there is any iframe or something I can get by the video on my site, in the manageable case, usually youtube embeds are with the video ID. I wonder if there are any that I can paste the entire YouTube url that wor...
asked by 03.03.2016 / 18:01
1
answer

How to check if a link still exists and if it can open in an iframe

I use iframe in my project to open certain links from different sites! These links are stored in a database, but they make a future progression that same links can be changed or deleted, soon they cease to exist, so I would like to know if you c...
asked by 05.01.2015 / 03:25
1
answer

Dumb code in iframe

Can someone please help me, I want to put this iframe on my site, but I want it to play mute , code to put inside iframe to make it mute? Does anyone explain how I do it? <iframe frameborder="0" width="320" height="180" src="//www....
asked by 16.05.2017 / 15:32
2
answers

External site iframe

I have a page with% of external site%, how can I do to be able to automatically click when loading iframe on a button that has determined iframe on the external site? Not exactly texto , classe or id , but for...
asked by 31.10.2016 / 14:31