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
1
vote
1 answer

Embed Flash object won't catch click on Internet Explorer (despite the wmode)

I would want to catch click with javascript on a embed flash object on my page. I used wmode="opaque" (tried transparent too) and put a low z-index. I tried catching click on a div, on the object element and on the embed element. On FF (5), all…
Clément
  • 729
  • 6
  • 18
1
vote
2 answers

PDF object not displaying second time in modal

I want to display a pdf in a Bootstrap modal, so in the .modal-body I added : My problem is that the…
KenTay7
  • 111
  • 1
  • 10
1
vote
3 answers

Discord Node.js | Adding time onto a timestamp in an embed (v12)

I had a question, so I know to add a timestamp to a New Discord.MessageEmbed() you would use .setTimestamp(), however, I was wondering how I would go about adding x amount of time to that timestamp, i.e. if my args[1] was "12hr" (12 hours), how…
Muel
  • 13
  • 1
  • 3
1
vote
3 answers

Discord.js smart help embed

I am trying to make a help embed that creates a new field for every file in my command files folder. It keeps showing an error, and I don't know how to fix it. Here is my code: const Discord = require('discord.js'); const pagination =…
mrkboy8
  • 11
  • 1
1
vote
2 answers

No module named json in python3

I want to use json parser in my python script. When I import json module there is an ImportError: root@msc-nr-imx6x:~# python3 Python 3.5.2 (default, Aug 9 2017, 22:59:34) [GCC 6.2.0] on linux Type "help", "copyright", "credits" or "license" for…
pou
  • 63
  • 2
  • 10
1
vote
2 answers

embed .obj (or any 3d file) on a website

How would I go about embedding a 3d object onto my website that allows drag to rotate (preferably all directions not just horizontally)
supernoob
  • 347
  • 1
  • 5
  • 12
1
vote
1 answer

Embedly: Undefined index html

If you're familiar with the way embedly embeds articles, if gives you a nice thumbnail that when clicked, opens up a preview in a lightbox to the material that's being embedded. However, when I click on the thumbnail for an embedded article…
tnw
  • 13,521
  • 15
  • 70
  • 111
1
vote
2 answers

How can I disable public access to the embed code of a map from Google My Maps?

I am in the process of creating and publishing a map in Google My Maps, to show locations of various groups of businesses. The published map includes an option under the Share link to grab the embed code so as to publish the map elsewhere. I view…
Chris Gill
  • 21
  • 2
1
vote
1 answer

JustPy, embed html page in iFrame

I wish to embed an html map within a JustPy generated web page. I get mangled output which I guess means there's a CSS or other clash. Any ideas to get this working will be gratefully received. import justpy as jp def map_page(request): wp =…
Roger
  • 70
  • 1
  • 9
1
vote
1 answer

Embed option is not available in Grafana

I want to embed Grafana dashboard in custom UI. i followed below guide to enable embed option in Grafana. https://www.itpanther.com/embedding-grafana-in-iframe/ After enabling below settings also i am not able to find Embed option in…
Pinki Sharma
  • 121
  • 2
  • 16
1
vote
1 answer

Emdedding accessible text in binary - post-compilation

I have a rather weird question but I don't really know how to put it or where to start looking from. My question is not about "embedding" a text file (we already have at compile time) - that is too obvious. My question is if (and how) I could let's…
Dr.Kameleon
  • 22,532
  • 20
  • 115
  • 223
1
vote
1 answer

How do I turn the play pause button off on vimeo embed?

I am embedding a video from vimeo into a live event and need to turn autoplay on and the play pause button off so users cannot control the video
1
vote
2 answers

Is it possible to embed Python script with many packages to C#?

I need to embed some python scripts in C# application. The problem is these scripts use many packages like numpy, openCV etc. I've read that Ironpython may handle such embedding but it's limited to pure Python code without any packages. It would be…
Dawid_K
  • 141
  • 1
  • 1
  • 10
1
vote
0 answers

Revolut Checkout integration - embed.js on sandbox not found

I am trying to integrate the Revolut Merchant API along with the Checkout widget. The backend part does its job well, and I receive the public_id correctly, however I cannot get the Checkout popup to work. This seems to be due to the fact that…
1
vote
0 answers

Embedly oembed, need full code?

I'm just getting Embedly working on my site and for a few articles I embedded, clicking on the picture thumbnails resulted in an error Undefined index: html. Looking at the code, it apparently thinks that the article I'm embedding is a…
tnw
  • 13,521
  • 15
  • 70
  • 111