Questions tagged [video-embedding]
97 questions
12
votes
2 answers
Embed Youtube Video in R Markdown
I am trying to publish a .Rmd in Rpubs by embedding a YouTube video link. After some exploration, I am trying the following which just gives a blank space in my html.
8
votes
1 answer
Embedding video/flash in PDF using php
Is it possible to dynamically embed video(any format)/ flash into PDF using php?
I found this Link, but not useful.
Also I googled but didn't find a satisfying answer to my question that
Whether it is possible or not (with the help of php…

Uttara
- 2,496
- 3
- 24
- 35
5
votes
1 answer
Youku JS API - Play / Pause methods and events
I'm trying to add YouKu functionality to a site, to sit alongside other videos in a gallery.
I'm using the documentation I've found at https://cloud.youku.com/docs and https://cloud.youku.com/tools (I've been relying on Google Translate as my…

Paul
- 961
- 1
- 6
- 20
4
votes
3 answers
disabling play/pause in embedded video using JW player
I am using JW (v 5.8) player to embed a video. And I want to do it so that autostart is enabled, allowing the video to start playing as soon as the page loads, the controlbar is disabled so that a viewer cannot seek to a random point in a video and…

assassin
- 19,899
- 10
- 30
- 43
4
votes
2 answers
replace image with a video embeded
Hi I'm trying to modify a web page so that it loads faster.
Since I have some videos embeded (blip.tv but can change it to youtube if it helps) I was wondering if you could load an image where the video should be and on click replace the image with…

Maurizio Pozzobon
- 3,044
- 7
- 34
- 44
4
votes
2 answers
embed video from tiktok
I have the current piece, which I want is to get the video´s URL, but it just shows an unstyled text.
async function start() {
let url = "https://www.tiktok.com/@tiagogreis/video/6830059644233223429";
let contentlist =…

Romualdo Arrechea Hernández
- 409
- 1
- 6
- 16
4
votes
1 answer
YouTube video in responsive iframe not showing up in Firefox
I am building a responsive website that has an embedded youtube video on it. The video is in a responsive iframe and works perfectly fine in all browsers except in Firefox. There it simply doesn't show up.
I tried savemode, adding html5 to the…

Josien Vos
- 41
- 2
4
votes
0 answers
Embedding youtube video is throwing extension error
I have found same question here Chrome Extension Error - Website with Youtube embed video,but it doesn't have a good answer.
I have embedded youtube video on index page of my site.When I search on google,title shows,An error occured
Inspecting…

Coder
- 237
- 4
- 21
4
votes
2 answers
how to embed a video using URL
Quick question:
Is there a general way in which I can embed a video using a URL instead of using 'embed codes' such as
3
votes
1 answer
YouTube Embed behaving differently on Mobile Devices
On my website I have a full screen video hero. I need it to show on both desktop and mobile.
On mobile devices, the hero doesn't show the video - the iframe doesn't even exist in the code unless on desktop.
When I use inspect element device type and…

Coopero
- 296
- 2
- 10
3
votes
2 answers
CKEditor 5 video embed is not displayed on the presentation page
I know that this has been asked many times, but I open this discussion to solve my problem and to summarize all we know about this topic to help people in the future.
So, let's go.
We want to upload a video (e.g. from YouTube). We can do this…

Johnny
- 31
- 1
- 4
3
votes
0 answers
Video embed to social media site via oembed not working correctly (twitter, slack, facebook)
I've built an application on next.js. For that I'm injecting custom meta tags into the head of page. Following is the content i'm injecting into the Head of document.
{`${recordingData.title} - VUMU`}

Khizar Ali
- 486
- 2
- 12
- 26
3
votes
1 answer
Unfurl links as videos in Slack
"Slack" can unfurl links as videos, but some services can and some cannot.
Vimeo(https://vimeo.com/) can unfurl links as videos in Slack.
TED(https://www.ted.com/talks) cannot unfurl links as videos in Slack.
Their's HTML have oembed links as

t.kajiri
- 33
- 4
3
votes
0 answers
How to embed videos in an iPhone app?
In my iphone app, I have a requirement for videos.
I want to embed the videos into the application.
I dont want that the video plays in youtube player and my application looses the control.
How to embed video in the app?
Please Help and Suggest…

Parth Bhatt
- 19,381
- 28
- 133
- 216
3
votes
3 answers
How do I allow video embed html safely on a site?
I have a php application in which we allow every user to have a "public page" which shows their linked video. We are having an input textbox where they can specify the embed video's html code. The problem we're running into is that if we take that…

siliconpi
- 8,105
- 18
- 69
- 107