Questions tagged [embed]

To "Embed" is to place a software module, object, or application into your own application or web page.

Filter by
Sorted by
Tagged with
635 votes
10 answers
244k views

MongoDB relationships: embed or reference?

I want to design a question structure with some comments. Which relationship should I use for comments: embed or reference? A question with some comments, like stackoverflow, would have a structure ...
Freewind's user avatar
  • 196k
478 votes
11 answers
291k views

How can I embed a YouTube video on GitHub wiki pages?

I am fairly new to markup (though it's extremely easy to pickup). I am working on a package and am trying to get the wiki pages looking nice as a help manual. I can insert a YouTube video link into ...
Tyler Rinker's user avatar
445 votes
17 answers
463k views

How to embed a video into GitHub README.md?

Is it possible to embed a flash video into README.md on GitHub? It isn't showing up: https://github.com/mattdipasquale/PicSciP
ma11hew28's user avatar
  • 124k
313 votes
14 answers
486k views

How do I force files to open in the browser instead of downloading (PDF)?

Is there a way to force PDF files to open in the browser when the option "Display PDF in browser" is unchecked? I tried using the embed tag and an iframe, but it only works when that option is ...
elloalisboa's user avatar
  • 3,203
179 votes
15 answers
479k views

How to embed a SWF file in an HTML page?

How do you embed a SWF file in an HTML page?
MetaGuru's user avatar
  • 43.3k
142 votes
11 answers
143k views

Shrink a YouTube video to responsive width

I have a YouTube video embedded on our website and when I shrink the screen to tablet or phone sizes it stops shrinking at around 560px in width. Is this standard for YouTube videos or is there ...
MattM's user avatar
  • 3,179
87 votes
6 answers
137k views

How to embed fonts in HTML?

I'm trying to figure out a decent solution (especially from the SEO side) for embedding fonts in web pages. So far I have seen the W3C solution, which doesn't even work on Firefox, and this pretty ...
Dan Rosenstark's user avatar
86 votes
10 answers
344k views

How to hide the bar at the top of "youtube" even when mouse hovers over it?

I am attempting to embed a youtube video, however, I have not discovered a way to keep the bar at the top from showing when the mouse hovers over it. For my purposes it is important that users are not ...
user2701033's user avatar
83 votes
6 answers
225k views

How to embed images in email

I need to embed an image in e-mail. How do I do it? I do not want to use third party tool, nor am I interested in language specific answer (but it is PHP, in case you are wondering). I am merely ...
Josef Sábl's user avatar
  • 7,661
83 votes
2 answers
109k views

Embedding Image in Shiny App

I've been working on a shiny app and would like to include a logo in the upper right corner of the app. How can I easily embed an image using shiny and r? Thanks! K
kay's user avatar
  • 2,230
75 votes
5 answers
162k views

differences between using wmode="transparent", "opaque", or "window" for an embedded object on a webpage

when embedding a Flash object with the <object> and <embed> tag, there is an attribute called wmode. It seems that most of the time, wmode="transparent" is the same as wmode="opaque" as ...
nonopolarity's user avatar
72 votes
4 answers
281k views

How to embed a YouTube channel into a webpage

Can anyone suggest how I embed a youtube channel into a webpage - I am getting conflicting information from various sites, ideally using the custom player if possible? thanks
Zabs's user avatar
  • 14k
69 votes
7 answers
156k views

Can I embed a .png image into an HTML page?

How can I embed a .png file into a blank "file.html" so that when you open that file in any browser you see that image? In this scenario, the image file is not linked to from the HTML, but ...
Rella's user avatar
  • 66k
68 votes
12 answers
63k views

Embedding youtube video "Refused to display document because display forbidden by X-Frame-Options"

I'm trying to embed a youtube video on to my page once the user gives the link to the video. <iframe width=\'560\' height=\'315\' src='http://www.youtube.com/watch?v=<video id>&amp;...
Srikan's user avatar
  • 2,181
67 votes
10 answers
56k views

Which Javascript engine would you embed in your application? [closed]

I want to embed Javascript in a hobby game engine of mine. Now that we have the 5th generation of Javascript engines out (all blazing fast) I'm curious what engine would you choose to embed in a C++ ...
Robert Gould's user avatar
  • 69.3k
65 votes
6 answers
162k views

Hiding the toolbars surrounding an embedded pdf?

Though I think the answer maybe in this other question's answer concerning the pdf specification, is it possible to not display the adobe acrobat toolbars in an embedded pdf document?
leeand00's user avatar
  • 25.9k
65 votes
23 answers
197k views

Embed a PowerPoint presentation into HTML

Is it possible to embed a PowerPoint presentation (.ppt) into a webpage (.xhtml)? This will be used on a local intranet where there is a mix of Internet Explorer 6 and Internet ...
GateKiller's user avatar
64 votes
10 answers
177k views

Embedding Windows Media Player for all browsers

Edit: This question was written in 2008, which was like 3 internet ages ago. If this question is still relevant to your environment, please accept my condolences. Everyone else should convert into a ...
Michael Stum's user avatar
62 votes
3 answers
44k views

What are Embedded Binaries in Xcode?

I'm using Alamofire in a Swift project, and part of their manual installation instructions are to add Alamofire under Embedded Binaries in the General tab for my application target. What are Embedded ...
Doug Richardson's user avatar
61 votes
4 answers
206k views

How to embed a Google Drive folder in a web page

I have a folder in Google Drive that I'd like to embed in my web page. I can't find an embed code or anything documented in Google Drive Help articles.
Mori's user avatar
  • 8,704
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 ...
Penanghill's user avatar
59 votes
7 answers
168k views

Properly embedding Youtube video into bootstrap 3.0 page

I need to embed a YouTube video into my responsive site but it's not scaling correctly, especially on mobile. It looks fine on desktop and tablets but once you get below a viewport width of 600, the ...
TheHooligan's user avatar
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'...
Corn's user avatar
  • 571
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 ...
JacobTheDev's user avatar
52 votes
10 answers
206k views

Force youtube embed to start in 720p

There are a few methods suggested for doing this online, but none of them seem to work. For example: http://blog.makezine.com/archive/2008/11/youtube-in-720p-hd-viewin.html That article is about ...
Mark Kramer's user avatar
  • 3,164
46 votes
3 answers
73k views

Is there a legal way for me to embed the Calibri font into a website for non Windows Vista/7 visitors? [closed]

I would like to use Calibri for my website. I would like to use the Calibri font for my website even when the visitor does not have the font installed (ie. non Windows Vista/7 visitors). Does ...
Jamie's user avatar
  • 837
44 votes
6 answers
195k views

How to embed PDF file with responsive width

I'm embedding pdf files using something like this: <div class="graph-outline"> <object style="width:100%;" data="path/to/file.pdf?#zoom=85&scrollbar=0&toolbar=0&navpanes=0" ...
emersonthis's user avatar
43 votes
3 answers
44k views

Google sheet embed URL documentation

Does anyone know if there is any official documentation for google spreadsheet embed URL paramaters? That is, given an embed URL from Google Sheets like this: https://docs.google.com/a/aicr.org/...
mmccarn's user avatar
  • 489
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: <...
Chad Levy's user avatar
  • 10.1k
42 votes
8 answers
91k views

Embedding an external executable inside a C# program

How do I embed an external executable inside my C# Windows Forms application? Edit: I need to embed it because it's an external free console application (made in C++) from which I read the output ...
Josh's user avatar
  • 13.7k
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 ...
Saritha's user avatar
  • 1,997
41 votes
6 answers
128k views

How to embed new Youtube's live video permanent URL?

I stream live on youtube a lot and since yesterday I experience a weird thing: I embedded the livestream URL in my site. it was youtube.com/embed/ABCDE (normal embed link). That link used to show the ...
Itay Ganor's user avatar
  • 4,095
41 votes
7 answers
54k views

Posting an embedded video link using the Facebook Graph API

When manually attaching a video link (from YouTube, Vimeo, etc) to a post using the Facebook web interface, Facebook automatically recognizes the link as a video, and allows the resulting status ...
Ryan McGeary's user avatar
40 votes
4 answers
45k views

How to specify parameters to google chrome adobe pdf viewer?

I have an embed tag like this: <embed src="../../Content/PDF/StockReport.pdf#zoom=50" width="100%" height="100%"> the #zoom=50 is a parameter that tells the pdf reader to zoom to 50%. This ...
BentOnCoding's user avatar
  • 27.8k
37 votes
7 answers
108k views

Play a beep sound on button click

OK I've read several answers here but they didn't help me at all (in fact, none of them is being accepted as answer) Question is how to "Play a beep sound" on "button click" I am trying to make a ...
Ronaldinho Learn Coding's user avatar
37 votes
2 answers
11k views

Factory Girl + Mongoid embedded documents in fixtures

Let’s say you have the following mongoid documents: class User include Mongoid::Document embeds_one :name end class UserName include Mongoid::Document field :first field :...
GTDev's user avatar
  • 5,498
37 votes
5 answers
198k views

how to display base64 encoded pdf?

I have to display base64 pdf in new tab. I am using below code var windo = window.open("", ""); var objbuilder = ''; objbuilder += ('<embed width=\'100%\' height=\'100%\' ...
dnyaneshwar's user avatar
  • 1,294
32 votes
1 answer
27k views

When do you embed mutex in struct in Go?

NOTE: I found the word 'embed' in the title was bad choice, but I will keep it. I see a lot of code does like this: type A struct { mu sync.Mutex ... } And use it like this: a := &A{} ...
kim yong bin's user avatar
31 votes
2 answers
14k views

Why do we need an embeddable programming language like Lua?

What are the typical use cases of using an embeddable programming language? Do I understand it correctly that such language should be embedded into some program environment and should be able to be ...
Vladimir Kostyukov's user avatar
30 votes
5 answers
52k views

Embed editable Google Docs spreadsheet without header & toolbar

I have the requirement to embed a Google Docs spreadsheet on a webpage, but it needs to be just the editable cells, without the Google navigation and toolbar at the top. I can't find a reference to ...
Dan's user avatar
  • 5,862
30 votes
4 answers
29k views

Adding packages to Python "embedded" installation for Windows

From the documentation: The embedded distribution is a ZIP file containing a minimal Python environment. Sounds great! The 64-bit Windows embedded v3.6.5 of Python is only 13MB. As an ...
feetwet's user avatar
  • 3,360
30 votes
2 answers
20k views

Embed UIViewController Programmatically?

I have a Storyboard setup with a UIViewController with an container view so that I can embed another UIViewController inside of it. In a certain scenario I need to change the embedded view controller....
Josh Kahane's user avatar
28 votes
2 answers
44k views

How to embed .ttf fonts in JavaFx 2.2?

Firstly, I am quite a new guy in coding. I need to embed a font in my java FXML-based app and don't know how to do it. I have pasted the font, fontName.ttf in a "resources" folder in the ...
Pratik Anand's user avatar
28 votes
8 answers
32k views

HTML Embedded PDF's & onload

I'm embedding a PDF in a web page with the following html :- <object id="pdf" classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" width="1024" height="600"> <param name="SRC" value="/...
user avatar
28 votes
2 answers
42k views

How to create embed code for other sites

I have a service of job portal which other users can use for their sites and blogs. they copy embed code from my site, paste it in their site and display job board in their webpage. how create this ...
Nand Lal's user avatar
  • 702
27 votes
4 answers
40k views

Embedding a Pygame window into a Tkinter or WxPython frame

A friend and I are making a game in pygame. We would like to have a pygame window embedded into a tkinter or WxPython frame, so that we can include text input, buttons, and dropdown menus that are ...
user avatar
27 votes
5 answers
21k views

How to embed a Python interpreter in a PyQT widget

I want to be able to bring up an interactive python terminal from my python application. Some, but not all, variables in my program needs to be exposed to the interpreter. Currently I use a sub-...
Mathias's user avatar
  • 1,456
26 votes
4 answers
242k views

Embed website into my site

What I am trying to do is embed a website into mine. When you search something on their page their embed site redirects through their pages though it will still be on my web page. Any help will be ...
user979626's user avatar
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 ...
Michal S's user avatar
  • 1,113
26 votes
6 answers
34k views

Embed Java into a C++ application?

I got an application written in C++ and I am able to extend the applications functionality by writing plugins in C++ for it. What I basically want to do is to embed Java into this application. This ...
Niklas R's user avatar
  • 16.6k

1
2 3 4 5
99