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
27
votes
2 answers

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 embed code anyone can help me. Here is example…
Nand Lal
  • 682
  • 1
  • 11
  • 25
26
votes
6 answers

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 has already been done with Python (not done by…
Niklas R
  • 16,299
  • 28
  • 108
  • 203
26
votes
1 answer

Html - embed image directly in html (old school style)

I know you can embed images in html today with: But back in the day, when Netscape was a browser to implement for, there was another way of doing this. I can't remember. Any suggestions would…
Stephane Grenier
  • 15,527
  • 38
  • 117
  • 192
26
votes
4 answers

Is there an embeddable Java alternative to Redis?

According to this thread, Jedis is the best thing to use if I want to use Redis from Java. However, I was wondering if there are any libraries/packages providing similarly efficient set operations to those that already exist in Redis, but can be…
Andrew Mao
  • 35,740
  • 23
  • 143
  • 224
25
votes
4 answers

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 supported by WX or Tkinter. I have scoured the…
user2961646
25
votes
3 answers

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 administration, where he can edit the info, the text…
Michal S
  • 1,103
  • 6
  • 19
  • 31
24
votes
6 answers

How to embed high quality video with new YouTube iframe style code

I am using youtubes new iframe code to embed video but the videos seem to be lower quality than if I watch them on youtube. Is there a way to embed the high quality video? My code at the moment is