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.

Tag usage:

  • Use this tag for questions regarding embedding objects, videos, plug-ins and similar in your application or web site.
  • Do not use this tag for embedded systems programming, use instead.
  • Do not use this tag for the C programming #embed directive, use instead.

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 customization may be very difficult.
  • Royalties, fees, and/or restrictions may apply.

See these Wikipedia articles:

See also, these related tags:

4912 questions
630
votes
10 answers

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 like this: Question title = 'aaa' content =…
Freewind
  • 193,756
  • 157
  • 432
  • 708
460
votes
12 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
  • 108,132
  • 65
  • 322
  • 519
425
votes
16 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
  • 121,420
  • 116
  • 450
  • 651
298
votes
14 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
  • 3,053
  • 2
  • 17
  • 10
179
votes
15 answers

How to embed a SWF file in an HTML page?

How do you embed a SWF file in an HTML page?
MetaGuru
  • 42,847
  • 67
  • 188
  • 294
141
votes
11 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
  • 3,089
  • 7
  • 40
  • 62
86
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
  • 68,471
  • 58
  • 283
  • 421
85
votes
10 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
  • 959
  • 1
  • 6
  • 4
83
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,538
  • 9
  • 54
  • 66
80
votes
2 answers

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
  • 2,110
  • 3
  • 14
  • 14
75
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
  • 146,324
  • 131
  • 460
  • 740
72
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
  • 13,852
  • 45
  • 173
  • 297
69
votes
7 answers

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 rather the image data is embedded in the HTML itself.
Rella
  • 65,003
  • 109
  • 363
  • 636
68
votes
11 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,161
  • 5
  • 21
  • 36
67
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
  • 68,773
  • 61
  • 187
  • 272
1
2 3
99 100