Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
14 views

How to leave meeting and close embed UI with Zoom Meeting SDK in a SPA?

I’m currently using Zoom Meeting SDK in a VueJS application. I’ve successfully connected to the meeting but there’s a problem: If the user leaves the meeting route, being a SPA, there’s no browser ...
Gabriel Sato's user avatar
0 votes
0 answers
21 views

How to overwrite the HEX color background for this? I'm embedding this into my website

<iframe title="For Him" src="https://shopmy.us/collections/public/1014078?noHeader=true" style="width: 100%; min-height: 1200px; border: none;" <body style="...
Samantha Livingston's user avatar
-1 votes
0 answers
13 views

How to hide menu "Shapes" for diagrams.net in embed mode by default?

For embed.diagrams.net I can hide the Shapes menu with Ctrl+Shift+K. Is there an url paramter to hide the Shapes menu panel by default? I currently use https://embed.diagrams.net/?ui=min&...
Stefan's user avatar
  • 12.1k
0 votes
0 answers
10 views

"Embedded authoring" experience in superset

I embed Apache Superset dashboards in my application and looking to embed a sort of dashboard authoring capability like self-service data exploration, and dashboard authoring into my application. Does ...
y--men's user avatar
  • 1
0 votes
1 answer
28 views

Fullscreen mode for embedded video in iframe which is embedded in another iframe

Is it possible to enable fullscreen mode for a video embedded in an iframe that is also part of another iframe? As an example: ... <body> ... <iframe id="video1" src="...&...
Corhal's user avatar
  • 23
2 votes
1 answer
62 views

STM32C031 Number of Conversion can not be more than 8

I am trying to make a STM32CubeMX design with STM32C031. I have 11 ADC channels to read but I can only select 8 of them STM32CubeMX does not allow me to select more. Is there any reason for that? My ...
Engineer's user avatar
0 votes
0 answers
24 views

How to create a PayPal donation form or webpage (not a button)?

All I find seems to be how to make a button that opens a new browser window on PayPal’s website. How do I create a form for an embed or iframe to place into a webpage on my own website?
5260452's user avatar
  • 11.6k
0 votes
2 answers
41 views

How can I have multiple videos play on one page?

Having this code only once on the page works perfectly but using it several times for multiple videps has all the videos frozen. How can I have all of them play on one page? <video id="video1&...
user3768159's user avatar
0 votes
0 answers
28 views

Can't find a way to embed a lot of large files into a vectorstore

I have a group of large files that I want to store in a vector store. But splitting the text and embedding is taking several hours. I tried a lot of different settings for the text splitter and ...
Antonio's user avatar
0 votes
2 answers
69 views

Scraping PDF or pdf text when the file is embedded in html [closed]

Using R, I am trying to get the text (ideally, with some formatting) of a pdf embedded in html. THe url, as an example, is "https://www.nycourts.gov/courts/ad2/Handdowns/2024/10-October/10-02-...
user17661126's user avatar
-1 votes
1 answer
72 views

Problem with Javascript ParentNode - Div containers

There is a problem with parentnodes divs, and I really don't know what I'm doing wrong I have tried different things but I can't get it to display correctly, and the console always gives me the same ...
neogeo's user avatar
  • 55
0 votes
1 answer
75 views

Cant type inside an iframe

When I code I like to put iframes but the problem is when I view the finished project and I try to type in the link it doesn't work here is the code: <!DOCTYPE html> <html> <head> ...
user27872853's user avatar
-1 votes
1 answer
82 views

Microsoft Forms: Ways to embed with possibility to edit via CSS?

At my place of work we got the office suite and so, most people are adamant to keep using, for online forms, Microsoft Forms. Thing is, I have to embed those to the website and the only way to embed I ...
Fredy31's user avatar
  • 2,815
1 vote
0 answers
33 views

How can I optimize the load speed of an embedded survey with multiple API calls and server-side validations? [closed]

I'm working on a system where a survey is embedded into third-party customer websites. We embed the survey as HTML .The survey is triggered based on user interactions such as clicks or scroll events. ...
Arun's user avatar
  • 126
0 votes
0 answers
47 views

Adjust embedded page height based on its content without changing the parent page setting

I am trying to embed my webpage (let's say it is like: https://juacrg.github.io/) in a different webpage (like: https://www.juniv.edu/research/10905). Having no administrative access to this parent ...
raf's user avatar
  • 245
0 votes
0 answers
26 views

Is there any way to get time, where the twitch stream is at in embedd?

I've tried using some npm embed libraries, that support video players, however any onPlay, on Pause or onDuration don't give me current time of stream, when the video pauses, it goes back to 0 and the ...
Eliška Pavlů's user avatar
0 votes
0 answers
16 views

Customer Uploads

New here & to Wordpress so not sure if this is achievable. Soon I want customers to be able to upload their own images which I know I can do via a plug in. However I really want to know if there’s ...
Emerald Collier's user avatar
0 votes
0 answers
28 views

Accessing iFrame Content using JavaScript [duplicate]

I have a website, abc.com, in which I load an iframe from a publisher, let's say hello.com. The content from hello.com is loaded in an iframe, I want to extract content of that iframe using JS. Is it ...
Johnny's user avatar
  • 1,755
0 votes
0 answers
23 views

Displaying YouTube playlist scrollbar when webpage loads

I have embedded a YouTube playlist on my very basic HTML webpage. When i load the webpage it appears like this, as expected it shows the first video in playlist and if you want to see the rest you ...
lifeworldgeorge's user avatar
-1 votes
1 answer
28 views

Simple HTML5 Player with only Play & Volume

Any idea on how to make Simple HTML5 Player with only play & Volume? This will control a stream that I do not want anyone to be able to rewind. Only stop/start to play from where the stream is now,...
user5654858's user avatar
0 votes
0 answers
116 views

django-ckeditor-5 media embed config for youtube shorts

I am having django project with django-ckeditor-5 package. The default media providers of ckeditor-5 has youtube. However, I could find from the original source that the regex for youtube do not ...
jisoooh0202's user avatar
0 votes
1 answer
3k views

Why and how can I embed a Youtube video on my Vue web app? (Blocked due to X-Content-Type-Options)

I'm trying to embed youtube videos on my vue and it won't let me because of that policy. I've installed an NPM package but it's a little broken and I don't know if it will keep working in the future. ...
Jonathan Blazquez's user avatar
0 votes
1 answer
26 views

Open Graph Embeds dont work over traefik proxy

Ive been trying to fully migrate my personal website to use traefik, instead of just forwarding the ports directly so i can have subdomains,for some reason discord and tumblr; tumblr error ss just ...
Blanko Chan's user avatar
-1 votes
2 answers
44 views

Move embedded code output to <img src="'OUTPUT">

Is it possible to move output value of embedded code to a <img src''>? The embed code example: <!-- Paste this where you want the article to appear --> <div data-article="...
Eelko's user avatar
  • 23
0 votes
0 answers
10 views

YouTube Playlist when embedded is replaced with 1st video in playlist and no playlist logo

I am trying to embed a YT playlist and when the code runs for 0.5 seconds the playlist embed template/thumbnail is shown and the replaced by first video of the playlist, and when open with option &...
Shubham Pândêy's user avatar
0 votes
1 answer
100 views

ESP32-S3 does not print out to the serial monitor?

I am using PlatformIO and ESP32-S3 with ESP-IDF framework to code in my projects. I recently switched from Arduino framework to get better at this. I have found some examples from the documentation ...
Emirhan Üzüm's user avatar
0 votes
2 answers
172 views

Why is this iframe not displaying?

I'm trying to embed a youtube video in a webpage. Seems like simple enough stuff, but for some reason the iframe isn't displaying. I've even tried replacing the tag altogether with one copypasted ...
1337ingDisorder's user avatar
0 votes
1 answer
35 views

Embedding a HTML table in R Markdown

I need your help with my R Markdown file, let me first show you a screenshot: Embedded HTML Table As you can see there are two identical table, the first is displayed using the image link: ![]("...
Saint Koyo's user avatar
-3 votes
1 answer
229 views

How to use go:embed to read from configs

I encountered a problem while writing a Go project. I try to follow standard project layout in which all .json files are in configs (or config) directory. The problem itself is that I don’t understand ...
bitmagic52's user avatar
0 votes
1 answer
98 views

QT embedded external window focus not working as intended

I'm developing a Windows application and I need to embed an external window (of which I have almost no control, so editing the external app is not a reliable option). I'm currently doing it like: //...
amcastro4's user avatar
0 votes
2 answers
122 views

Javascript code to count selections in both matrix and singular questions (Qualtrics)

I have made the following code Javascript code to count the number of times 0, 5, or 10 are selected in questions throughout my survey on Qualtrics. I place this code in each question: Qualtrics....
flâneur's user avatar
  • 541
0 votes
0 answers
26 views

App Development: Calling another binary executable [duplicate]

Introduction I want to call another binary executable file when I start my app. This app is on Magic Leap (Am Android Device with x86_64 CPU). This bin file will generate a txt file with content "...
Xinyu Liu's user avatar
2 votes
2 answers
107 views

Can't embed YouTube video

Just pasting the embed code inside an HTML Block, and getting a "cannot embed" error: Paste a link to the content you want to display on your site: https://www.youtube.com/watch?v=h5R_SxV-...
Kamal Kumar's user avatar
0 votes
2 answers
33 views

AttributeError: 'tuple' object has no attribute 'add_field'

help, it gives such an error - AttributeError: 'tuple' object has no attribute 'add_field' @bot.command(name='stats') async def stats(ctx): resultbalance = cursor.execute(f'SELECT balance FROM ...
klamsy's user avatar
  • 1
0 votes
0 answers
26 views

How to add React Widget to other apps html

I am trying to determine if its possible to create a react widget that can be embedded into the html of different apps that don't have react installed. I have attempted different methods and am not ...
nomad's user avatar
  • 65
-1 votes
1 answer
157 views

Embed option not working on YouTube share

When ever I click on embed option in YouTube share video option, no embed code is shown in fact the window what pops up upon clicking share closes and nothing happens I was expecting a embed code to ...
Muhammad Aazmeer's user avatar
0 votes
0 answers
52 views

Onenote not embedding sway

I'm trying to embed a calendar from Sway into my Onenote, but nothing happens when I paste the shareable link from Sway into my Onenote. It just remains as a link, it does not change. The calendar is ...
Sidharth's user avatar
0 votes
0 answers
77 views

How do Facebook post embeds appear in dark mode on iOS?

I am trying to embed facebook post in my app in iOS. Using the embed generator provided by Facebook, I can get the code. It all works fine in light mode but when I switch to dark mode, the background ...
androidStud's user avatar
0 votes
1 answer
40 views

How to autoplay video with sound on mobile

I'm trying to get a element to autoplay, with sound on, when the HTML loads. I set the autoplay attribute. The videos in question are Youtube embeds and the iframe also has autoplay enabled. I also ...
harvey's user avatar
  • 203
1 vote
1 answer
56 views

Running Embed Angular app with Golang (EmbedFS )

I'm trying to run an angular compiled application in Golang with EmbedFS but no success. I'm new with Golang so I have troubles to make it working. My Golang app structure is -- project | - cmd ...
Vic VKh's user avatar
  • 311
0 votes
0 answers
33 views

I'm writing code in react, and trying to display a pdf file inside a web page. but instead of the expected file, I see the same web page in that place

I'm writing code in react, and trying to display a pdf file inside a web page. but instead of the expected file, I see the same web page in that place. It means that there is a place destinated to ...
Delakour's user avatar
1 vote
1 answer
150 views

Embed on web page a Twitter Video, just like a YT video

(Complete beginner here, fighting to assemble some web page.) If a "copy video address" in X (Twitter), I get something like: https://x.com/i/status/1814440131505598541 If I get the embed ...
Jada's user avatar
  • 27
0 votes
0 answers
42 views

On a website, simultaneously embedding multiples parts of a same video hosted by vimeo and using html container builder on elementor

Hope that i am using this forum howt should be. Didn't knew about til i saw a question similar's mine's, but int opposite way lol. I am currently working on my website that'll use as portfolio and to ...
Martin Straub's user avatar
0 votes
0 answers
56 views

Google Appointment schedule embed postMessage to the parent window

I am building a SaaS called Youform where we provide calendar embed for scheduling. Currently we provide Calendly, Cal.com and SavvyCal integration. Now I want to add the Google Scheduling Tool embed ...
Abhishek's user avatar
  • 3,967
0 votes
1 answer
229 views

Add attachments and Embed Image in Email body PowerApps

I am trying to utilise Office365Outlook.SendEmail but having issues passing attachments and embedding an image in to the body of the email. Firstly, I have an attachment control DataCardValue4 that I ...
user3599946's user avatar
0 votes
0 answers
12 views

embed Live chat on my website with translator

Is there any live chat system which has a translator? for example: my staff received a user's message, and the user doesn't type english, but this system translated it into english automatically i ...
alize's user avatar
  • 1
1 vote
0 answers
31 views

Python sending email with embedded html images taking super long

newbie to python. what I want is to go into a folder, grab the images and embed them in my email. But when I run the program wouldnt complete after 5 minutes even though i had limited to only 1 image ...
chris nguyen's user avatar
0 votes
0 answers
38 views

Instagram Script for embed infinitely refresh my Wordpress Page. How to fix it?

I embed some instagram post on my page here https://onadlaniej.pl/instagram/ and for some reason this official instagram script make my page infinietly refresh I took whole code directly from ...
Krzysztof Szatecki's user avatar
0 votes
0 answers
101 views

Embed Windows Terminal into WPF application

Is it somehow possible to embed a Windows Terminal Window (https://github.com/microsoft/terminal) inside a C# WPF Applikation? I would like to make use of the VT100 capability of the new Windows ...
Manuel's user avatar
  • 665
0 votes
1 answer
214 views

Logging into LookerStudio report embedded in webpage using a google service account

We need to programmatically embed a few looker studio reports in our Webpage/app for different users to see. But these users may not have a google login when they login to our app. So we thought of ...
Abhi9809's user avatar

1
2 3 4 5
99