Questions tagged [embed]

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

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

Embedding has advantages:

  • This lets the developer use proven functionality without having to code it himself.
  • The user gets a consistent experience that they may be familiar with from other applications, sites or devices.
  • The support base is often larger for the embedded component.

Embedding has drawbacks:

  • The embedded component may have security or stability flaws that are not immediately discernible to the developer.
  • The object is usually "as-is". So improvements or customizations may be very difficult.
  • Royalties, fees, and/or restrictions may apply.

See these Wikipedia articles:

See also, these related tags:

4489 questions
576
votes
10 answers

MongoDB relationships: embed or reference?

I'm new to MongoDB--coming from a relational database background. I want to design a question structure with some comments, but I don't know which relationship to use for comments: embed or reference? A question with some comments, like…
Freewind
  • 177,284
  • 143
  • 381
  • 649
355
votes
9 answers

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 the wiki page pretty easily but how do I embed a…
Tyler Rinker
  • 99,090
  • 56
  • 292
  • 477
269
votes
8 answers

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
  • 106,283
  • 107
  • 420
  • 616
235
votes
13 answers

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 checked. What can I do?
elloalisboa
  • 2,415
  • 2
  • 15
  • 10
176
votes
15 answers

How to embed a SWF file in an HTML page?

How do you embed a SWF file in an HTML page?
CloudMeta
  • 39,869
  • 66
  • 178
  • 289
129
votes
9 answers

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 something that I can add to the code to make it go…
MattM
  • 2,811
  • 7
  • 33
  • 54
80
votes
6 answers

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 cool solution. The second solution is for titles…
Dan Rosenstark
  • 64,546
  • 54
  • 267
  • 405
79
votes
6 answers

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 interested in format of resulting e-mail body.
Josef Sábl
  • 7,097
  • 9
  • 51
  • 60
74
votes
5 answers

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

when embedding a Flash object with the and tag, there is an attribute called wmode. It seems that most of the time, wmode="transparent" is the same as wmode="opaque" as the Flash doesn't actually have any transparent color so that…
nonopolarity
  • 130,775
  • 117
  • 415
  • 675
73
votes
9 answers

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 able to have a direct link back to the original…
user2701033
  • 839
  • 1
  • 6
  • 4
69
votes
4 answers

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
  • 12,494
  • 42
  • 150
  • 262
64
votes
9 answers

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. But when…
Srikan
  • 2,011
  • 5
  • 18
  • 33
63
votes
10 answers

Which Javascript engine would you embed in your application?

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++ framework (that includes actual ease of embeding…
Robert Gould
  • 65,529
  • 58
  • 177
  • 269
61
votes
10 answers

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 format supported by your browsers (That would be…
Michael Stum
  • 167,397
  • 108
  • 388
  • 523
60
votes
3 answers

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 Binaries?
Doug Richardson
  • 9,421
  • 5
  • 44
  • 70
1
2 3
99 100