All Questions
562
questions
59
votes
7
answers
101k
views
How do I hide related videos at the end of a YouTube playlist embed code?
I am using this code to embed a playlist:
<iframe width="816" height="459"
src="https://www.youtube.com/embed/videoseries?list=xxx"
frameborder="0" allowfullscreen="">
To hide the ...
57
votes
8
answers
173k
views
start/play embedded (iframe) youtube-video on click of an image
I'm trying to start playing an embedded youtube video by clicking an image. The idea is to have an image on top of a video, and when the image is clicked it fades out and starts playing the video.
I'...
56
votes
5
answers
167k
views
Embed an External Page Without an Iframe?
Is there any way to embed an external web page without using an iframe? I have access to both sites, I just want the page that the content is embedded on to resize based on the content that is ...
42
votes
8
answers
97k
views
YouTube iframe embed not starting in HD
I'm trying to embed an HD YouTube video but no matter what I try, it only ever seems to load the 480p version.
According to YouTube, embedding an HD video is as simple as adding hd=1 to the URL:
<...
42
votes
4
answers
202k
views
How to make an embedded Youtube video automatically start playing?
In my project, there is a video gallery module. In this module, there are two options: direct FLV uploading, and adding a video embed code from YouTube.
I am writing some embed code for a div ...
26
votes
4
answers
37k
views
ckeditor doesn´t read media embed code
I use the media embed plugin for ckeditor. It works fine, the code is correctly saved in the database and youtube, soundcloud etd. players display ok on the page. But when the user goes to his ...
23
votes
3
answers
46k
views
How to set X-Frame-Options in express.js node.js
I have some static assets that I want to serve inside iframes of several desktop / mobile web clients.
Now, how do I whitelist a specific set of origins to be allowed
setting of X-Frame-Options ...
23
votes
8
answers
80k
views
Embed PDF in mobile browsers
I have the code below which is a perfect solution to what I need, which would essentially be embedding any of JPG, GIF, PNG or PDF files in my webpages. It works perfectly in PC browsers, but a ...
21
votes
3
answers
26k
views
Magento - How to allow certain tags (iframe, embed) in Magento's CMS editor?
I would like to allow to enter certain html tags such as iframe and embed in Magento's CMS editor. Magento does not allow those tags.
Is there a model or controller that I can edit to allow iframe ...
19
votes
2
answers
4k
views
HTML5 game touch issues when embedded in an iframe
I'm trying to embed HTML5 games in iframes to display in browser on mobile devices such as iPads and iPhones.
If you visit them directly on an iPad they work fine.
But if you embed them using an ...
15
votes
3
answers
57k
views
Javascript Alert - Removing "The page at ??? Says"
I have a form and I am using Javascript to validate the form so if you leave a field blank it will alert "Please fill in your Name".
If I go to the link directly, it works perfectly. But this is ...
13
votes
1
answer
5k
views
Integrate report from Reporting server 2016 via iframe in SharePoint 2013
I'm trying to integrate a Report from Reporting Server2016 into our SharePoint2013.
It worked fine with Reporting Server 2012 but not anymore with the new enviroment.
I've alread read a bit around and ...
13
votes
3
answers
60k
views
HTTPS security is compromised error. How to fix? [closed]
Click on href - on this page i has embed the iframe. Its iframe contents links. If i go to playlist tab and try to click on pictures in console of IE9 i see:
SEC7111: HTTPS security is compromised
...
13
votes
3
answers
17k
views
Passing Messages from iFrame Across all Browsers
I have an embed-able iframe that will be used on 3rd party sites. It has several forms to fill out, and at the end must inform the parent page that it is done.
In other words, the iframe needs to ...
13
votes
2
answers
14k
views
Change background color in PDF viewer using either embed, object or iframe methods
I've been playing around with different methods of displaying PDFs with the goal of finding a way of changing the grey background to white.
Here is a simple example using object tags (I get the same ...
12
votes
2
answers
5k
views
Refused to display iframe or embed tag in django 3.0 and chrome
I had a django app that used an iframe to display a pdf stored in my local machine, something like this:
<embed src="path_to_file.pdf" type="application/pdf">
Everything worked just fine in ...
12
votes
3
answers
24k
views
Checking if a website doesn't permit iframe embed
I am writing a simple lightbox-like plugin for my app, and I need to embed an iframe that is linked to an arbitrary page. The problem is, many web sites (for example, facebook, nytimes, and even ...
12
votes
1
answer
3k
views
Force PDF to display inline, even when Content-Disposition says otherwise?
I am embedding PDF in an IFRAME from a server that is unfortunately serving them as Content-Disposition:attachment;.
Is there any way to force the browser to display the PDF inline? Unfortunately I ...
11
votes
5
answers
27k
views
How to embed youtube livestream chat
I'm trying to embed a youtube livestream chat onto a webpage on my website,
<iframe allowfullscreen="" frameborder="0" height="270" src="https://www.youtube.com/live_chat?v=hHW1oY26kxQ&...
10
votes
1
answer
1k
views
Embedded YouTube Livestream Stopped Functioning
So, I had my organization's permanent livestream embedded on one of our web pages using the advice I found here (How to embed new Youtube's live video permanent URL?), and it was working great for ...
10
votes
3
answers
46k
views
How to embed instagram profile?
I have found literally hundreds of ways to embed instagram gallery in a website, but what I need is to embed the whole profile, t.i. if you look at this profile for example: https://www.instagram.com/...
9
votes
2
answers
17k
views
Getting youtube.com to load in iFrame
Can't get Youtube's homepage, or any other youtube.com prefixed URL to load in an iFrame. Any suggestions or insights?
Code:
<iframe src="http://youtube.com" frameborder="0" width="1020" height="...
8
votes
1
answer
8k
views
Possible to embed a youtube video in an svg?
Sozi is an inkscape extension that allows Prezi-like panning/zooming of an svg file when viewed in an svg-enabled web browser. A youtube video can be embedded in a Prezi, and I'd like to be able to ...
8
votes
1
answer
10k
views
Embedding google sheet cells that can be sorted by viewers
I'd like embed a google sheet to my HTML website that would show only cells with data (no header, row numbering, letter-named columns, border etc.) and it could be filtered by the viewers. Viewers ...
8
votes
2
answers
5k
views
Youtube iframe embed: force Flash?
Is it possible to enforce the flash version of an YouTube video when including it using the new iframe-embed mode?
I don't want the HTML5 version since it is to much hassle for average users (full ...
8
votes
2
answers
2k
views
YouTube iframe looping video unavailable on first load
I embed a video on a Blazor-powered static page. I want the video to loop. According to docs (https://developers.google.com/youtube/player_parameters#loop), I need to have both loop and playlist ...
8
votes
3
answers
4k
views
base64 embeded PDF files won't render in Chrome
Some PDF files won't render in Chrome browser but will render fine in Firefox. All files render fine in all browsers if emeded directly.
<object id="content-view" :data="content_view.base64" type="...
8
votes
1
answer
5k
views
How do you convert from a New Google Maps share link to an iframe embed html?
In my app users can just paste a link to something like a youtube or vimeo video or some soundcloud audio and it then figures out how to embed that via oembed.
So if you paste the link to a video ...
7
votes
2
answers
2k
views
correct url not showing up in iframe copied from embed button
I am working on a website in which proper url doesn't show up after copying from the embed button.
On clicking embed button(as shown below in an image), I am getting the following code inside iframe ...
7
votes
1
answer
5k
views
How do I allow script, object, param, embed, and iframe tags in HTMLPurifier?
This is kind of a special combination of tags that I want to allow in HTMLPurifier, but can't seem to get the combination to work.
I can get script tags to work, but then embed tags get removed (I ...
7
votes
2
answers
18k
views
How can I embed a Google Docs collection in an Iframe?
I have a Google Docs collection that I would like to embed into an iframe:
https://docs.google.com/open?id=0B6yYgWS-CUJ2ZTUxZGI4MGUtMWM0Yy00YzY0LWIxOTMtMDFlN2RjNDAxNGM2
The problem here is that Google ...
7
votes
2
answers
4k
views
List of Soundcloud iframe parameters?
I'm working on a CMS, and want to let users embed Soundcloud tunes and playlists.
I'd like to avoid fiddling with the API - since it doesn't appear to be necessary: )
Instead I just piece together an ...
7
votes
2
answers
10k
views
Force Youtube embed to play in HD (2016 edition)
OK, this has been asked many times before – but Youtube seems to change things up every other day. I can't find a way to force a Youtube embed to start playing a HD source from the beginning. The ...
6
votes
1
answer
13k
views
Embed Youtube with Captions on by default not working
I'm trying to embed a Youtube movie, and would like Captions to be on by default.
From https://developers.google.com/youtube/player_parameters#cc_load_policy I understand I should use cc_load_policy=...
6
votes
2
answers
5k
views
Open Graph iframe based video embed support?
I want to be able to serve an iframe video player to the Facebook newsfeed & timeline.
I am aware that it is possible to specify multiple og:video:type properties for different video formats to ...
6
votes
1
answer
2k
views
Embeded pdf File is not displaying in Django
I was trying to display photos and pdf files in a django project using <embed> but pdf file is not displaying
Here is what i was doing
This is view function
@login_required
def view_documents(...
6
votes
2
answers
11k
views
Embed slack on a html page
I am having trouble embedding a slack feed onto a html site. When I try to use an iframe, it just shows up as a white box. I have tried using jquery
<!DOCTYPE html>
<html>
<head&...
6
votes
0
answers
3k
views
How to embed Iframe page on Facebook wall by sharing the URL?
I've been trying to embed an Iframe by sharing a page URL on my Facebook wall. I'm using the Open Graph tags as recommended by Facebook and have read other threads similar to my issue. What I want to ...
6
votes
0
answers
1k
views
Google Calendar. Is there a way to hide morning hours for the iframe widget? Similar to the "hide morning and night" lab
When all of my events are 9 a.m. onwards and i embed an iframe widget in my site, the users have to scroll down to see the events. A way to hide the early morning hours from the calendar widget would ...
6
votes
2
answers
2k
views
SWFobject inside iFrame: Cross domain stuff?
I have a simple html-site with an embedded Flash file and SWFobject is used on it.
This site is the src of an iframe. If I open the site with the iframe on it the console tells me …
Unsafe ...
5
votes
5
answers
11k
views
Twitter Embedded Timeline Background Colour
Using the following twitter embed method (https://dev.twitter.com/web/embedded-timelines) specifically using the grid layout, is there a way to control background colour?
The issue in context: http://...
5
votes
1
answer
4k
views
Allow users to embed my content into their sites (like blogs) -- rails 4
I'm building a Rails 4 app, and what I want to do is offer my users the option to embed my content onto their own sites (like their blog) via embeddable code.
In other words, I want to have an erb ...
5
votes
6
answers
29k
views
How to disable full screen on youtube Iframe?
I have a div container and Iframe inside. I assigned width=200 and height=200.
when I click on full screen, the video becomes blurry with very bad quality. So, I wanted to see if it is possible to ...
5
votes
2
answers
4k
views
z-index issue with YouTube iFrame (in full screen mode)
wondered if anyone can shed some light...
If you watch the video in full-screen mode on this page: http://singtonicity.com.gridhosted.co.uk/ you'll notice some elements float on top of the video (to ...
5
votes
3
answers
21k
views
Responsively embed Bootstrap webpage in an iframe
I am working on a SaaS application, which essentially provides a full webpage to the client. The client can access their page at: http://client.myapp.com . However I want to allow clients to embed ...
5
votes
4
answers
18k
views
Why does pdf document download instead of showing in a embed/iframe?
We have a internal website where we have some links to pdf documents hosted on the webserver. If i open Chrome Dev-Tools(F12), and inspect the link and add an embed with the same pdf document, it will ...
5
votes
2
answers
1k
views
How to rename PDF in primefaces media tag
I am using streamedcontent in primefaces and using media tag to show it. When download button is pressed in the viewer it downloads file with the name dynamiccontent.properties. Is there any way to ...
5
votes
1
answer
3k
views
Different methods of embedding a page
We provide a third-party site to clients. Frequently when we are handling an RFP, we are asked if it is possible to embed our site within our client's site. Many of our prospective clients have ...
5
votes
1
answer
6k
views
YouTube embed video auto loop without refresh
I'm currently using:
<iframe class="video" src="https://www.youtube.com/embed/VIDEO_ID?loop=1&playlist=VIDEO_ID" frameborder="0" allowfullscreen></iframe>
in order to include a ...
5
votes
1
answer
25k
views
embedding pdf file within html with 100% width and height?
I'm trying to embed a pdf document in html code, and I tried three different approaches, which actually gave me the same result:
<embed src="files/cv_aaragon_en.pdf" width="100%" height="100%">
...