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

Embedding Editable Google Sheets: Need Mobile-Friendly View

Problem: I need a Google Sheet on our members' daily workout signup page to be both editable and mobile-friendly. Details: We have a members-only page on our community rowing club Weebly site that includes an editable schedule. It's a Google Sheet…
1
vote
1 answer

How to embed dlls needed for crypto and crypto/libcrypto work in a racket standalone executable on windows

As the title says, I'm trying to build a standalone executable that depends on the crypto library but whenever I try to run it on the machine I need, i get the exception encrypt: could not get implementation what do I need to do for it to work as…
1
vote
0 answers

Display Gravity Form ID based on parent category name or ID

I'm using Gravity Forms as the main contact form on a WordPress install with a classified theme that uses custom-taxonomies for the categories, the site has 3 parent categories and I prepared 3 different contact forms respectively, I already…
1
vote
0 answers

Instagram embed code won't display image on website

so currently I'm trying to implement an Instagram news feed. My 2 questions are Why isn't there an image showing in the feed? Does the website need to be hosted on the internet to do so? How can I display for example 3 posts together. Is there any…
1
vote
0 answers

How to embed SWI-Prolog in a Unity3D project

I am using SWI-Prolog within my Unity3D game project via the SWIPLCS DLL interface. However, when I am building my game, I would like to embed SWI-Prolog so that the end-user does not have to install SWI-Prolog in order to run the build. I have…
Sis
  • 153
  • 1
  • 7
1
vote
1 answer

Problems in Embed PDF content

This works very well when the files are small. As soon as the files get larger (> 1 MB). Can no longer display the PDF. PDFContent =…
Welle
  • 13
  • 3
1
vote
2 answers

Ghost cms youtube video embed size

I've come across a bug on a clients site. All the youtube embeds in their new posts are now set at width="200" and height="113", however some of the older posts have videos embedded at width="612" by height="344". Has something changed in the Ghost…
1
vote
0 answers

Check if Embedded TikTok content is fully loaded

I'm trying to set the width and height of TikTok's embedded post in my webpage because the default size seems to big. From the documentation on TikTok's Developer site, we can't manually set the width and height of the embedded content so I'm…
Dhimas Yoga
  • 87
  • 10
1
vote
1 answer

How to embed reddit with light mode

I have a simple question. How to use reddit Embed as a light theme? I mean, by default reddit is using dark mode. Currently I'm using dark mode on my website and with reddit embed(dark mode also) i have a conflict, because font-color of embed is…
Chazzy97
  • 75
  • 8
1
vote
1 answer

Why is window.open not working with Looker's Extension Framework?

I am trying to use window.open in a javascript onclick function for a clickable embedded image. For some reason it is not working. I am trying to embed this into a Google Looker extension framework. Edit: When I open the webpage on Looker Extension…
Renee R
  • 21
  • 1
  • 3
1
vote
2 answers

How Can I Code This So The Player Won't Start Automatically?

This is what I have the bottom of the page.

Mp3 Control Console
1
vote
1 answer

How can I embed a plotly vizualization to a google slides?

I have a plotly visualization in a Jupyter Notebook. Looking for some time how to embed that file to google slides but couldn't find a way. Does anyone know how I can visualize a plotly plot on the google slides without losing its…
arnaudswm
  • 31
  • 1
  • 2
1
vote
2 answers

Twitter and Instagram Embed WCAG

Our site is trying to be as WCAG compliant as possible, but we are challenged when trying to embed Tweets and Instagrams. The embed code looks like
....
but renders on the fly to Since we have no control…
Chris ten Den
  • 549
  • 1
  • 5
  • 19
1
vote
2 answers

Import "embed_video.fields" could not be resolved Pylance report Missing Imports

I am working on this project and I am using VS-code editor. I already installed Django-embed-video using pip install and I have installed the embed_video in settings under INSTALLED_APPS. This is the directory where the embed_video is installed on…
promise
  • 11
  • 1
1
vote
1 answer

Integrating other user's personal Google calendar into site

For my website which advertises local events at my university with a particular emphasis on accessibility and being outdoors given the world situation, I have embedded my account's calendar so that users can see our events and save them etc. The…
rackham
  • 11
  • 1
1 2 3
99
100