15,882 questions
0
votes
1
answer
38
views
local HTML file embed youtube with <iframe>
I am new to this and trying to learn myself HTML by following online tutorials. I have a created a test website at infinityfree and uploaded a test file to display a Youtube video in an <iframe>
...
-8
votes
0
answers
95
views
How do I make a chrome extension that replaces YouTube thumbnails? [closed]
I've been trying to make a chrome extension that replaces YouTube thumbnails with a specified image, but I don't really know where to start.
Advice
0
votes
0
replies
55
views
Sell course but don't know how
I am a software engineer, actually. I will make basic of coding language and project course. All will be paid, and I want to sell the source code also. Just don't know which platform will be best and ...
Advice
0
votes
0
replies
142
views
VPN server with privoxy/tor
I want to use both a VPN and the anonymity of tor.
How can I set up my VPN server, so that all traffic is routed from there through privoxy/tor?
(Youtube e.g. has blocked the IP address of my VPN ...
2
votes
0
answers
207
views
How can I make YouTube IFrame API seekTo() calls silent without setting controls: 0?
I'm building a video app where users navigate by clicking timestamps in a side panel, each calling player.seekTo(seconds, true). Until the embed redesign rolled out in late March 2026, this was silent:...
Advice
0
votes
6
replies
209
views
Building a website to convert long videos into engaging and attractive short videos
I don’t have any code to attach, and I know this isn’t a typical technical problem. The real issue is that I don’t even know where to start.
I have a problem and I don’t know how to solve it, so I’m ...
3
votes
1
answer
145
views
How can I exclude archived livestreams but keep premieres that appear in /videos?
I’m trying to match a channel’s public Videos tab. I want archived livestreams excluded and premieres that appear in /videos kept.
These two public videos reproduce the problem:
IcZxVrRrzcM
6-...
0
votes
0
answers
59
views
seekTo(seconds, false) no longer renders preview frames in YouTube iframe player viewport — regression or am I missing something?
The seekTo method of the YouTube iframe API has the shape:
player.seekTo(seconds: Number, allowSeekAhead: Boolean):Void
Regarding allowSeekAhead, the docs say:
We recommend that you set this ...
1
vote
1
answer
574
views
Error code 153 when trying to use Youtube Embed | HTML
UPDATE:
somehow the embed shows up/works when I'd host the website on neocities but when I am checking the website locally it doesn't show up for some reason
When I try to use a youtube video embed in ...
Advice
0
votes
2
replies
159
views
Youtube videos and CORS
I'm a web dev and I'm creating a React based YouTube clone.
I'm using MongoDB, storing YT Videos and their id's, and coding the frontend in React.
<iframe
title={video.title}
src={...
1
vote
1
answer
1k
views
This video is unavilable | Error code: 152 - 4
When trying to show youtube video in my app with embeded way, it shows the error code: 152 - 4.
I just want to make a view where passing the YouTube ID will play the YouTube video inside my app's ...
3
votes
2
answers
1k
views
YouTube video works in browser but fails inside Flutter app with error 152-4
I am developing a Flutter app (Android 12 and Android 14 tested) and embedding YouTube videos using youtube_player_iframe (or youtube_player_flutter).
The videos:
Work perfectly in Chrome on the ...
Tooling
0
votes
0
replies
114
views
How can I sync scrolling text from a teleprompter app with YouTube Live stream timing?
I’m building a workflow for YouTube Live where I use a teleprompter app to display scripted content while streaming.
The issue I’m facing is timing drift; the teleprompter scroll speed doesn’t always ...
2
votes
1
answer
230
views
videoThumbnailImpressions in Youtube Analytics API
I’m facing an issue with one of the metrics called 'videoThumbnailImpressions' when using the YouTube Analytics API.
My goal is to extract impression values from my YouTube account using the '...
0
votes
1
answer
159
views
Embedding YouTube User Uploads with <iframe>
I am trying to embed my uploaded videos to youtube using an <iframe> tag. I have tried using my channel handle, my channel handle with an @, and my channel ID, but it just shows a gray window ...