I would like to hide to make youtube video's private and hide the controls so I would be able to sell courses online on my platform using youtube. What is the best way to do it? Is possible to do in a way that other users won't be able to share the link with others?
It would show only the progress bar on the bottom
Related
I’ve been searching way to embed multiple YouTube videos as gallery.
For performance I’d like to load iframe after user clicks the thumbnail.
For better UX I’d like to stop previous video form playing when user starts a new one.
There is CodePens covering both aspects, but not combined.
Technologies used: HTML + JS.
Thanks!
codepen
I don't know why the share button is not showing on my videos.
I just have a text "copy link"
The videos are integrated into a wordpress
Here is an example, the first video which is not mine and the second which is from my channel
Do I have to change a parameter ?
Since your video has the check "Yes, it is designed for children" and you confirm in your comment that when you unchecked this option, the "Share" button is enabled in your embed videos.
It seems this feature is not documented (neither clear, in my opinion) and I only could find these two link that talks about YouTube kids and this behavior in embed videos.
answer on YouTube Help
How to remove “Copy Link” from the top right corner of embedded YouTube Video - Made for Kids
So, the solution is: uncheck the "Yes, it is designed for children" option mark.
How can i add marks on the scrubber to highlight like it does when a advertisement is gonna pop up(yellow mark).
Is it something we can create using youtube's API ?
Here is an example image. The red marks are what i want to add on the scrubber
This is not currently supported by the API. Ads appear randomly and there's no way you can add such markers in the existing Youtube bar.
I am using YouTube embed player. I want to hide /remove YouTube's default play button so that I can show my own custom play button. Please help me with this.
At least when using the iFrame method (according to this docs entry), there is the controls option, which lets you choose whether to show player controls or not.
I am not sure if it works with HTML5, though.
#jlmcdonald: Please correct me if I'm wrong, but if it's officially supported and documented, why would it violate the terms of service?
I'm trying to create an app and have embedded YouTube videos, but I need to remove the on-screen controls from the player (play/back/forward/volume, etc.). Does anyone have any suggestions on how to do this? Is it possible to have my own custom buttons instead (for example, "forward 60 seconds") I've looked at MPMoviePlayerController but research has me under the impression this is not what is called when UIWebView fires up a YouTube video.
I've also looked at the YouTube API but can't seem to find any good tutorials or examples on how to actually use it for iOS development.
Can someone point me in the right direction? I've been trying to figure this out for a couple of days and I just seem to be spinning my wheels.
Any help would be greatly appreciated!
you have multiple options
1. use youtube data api. you can edit the video controls if you use it.
2. you can use 3 rd party frame work youtubekit visit https://github.com/rinov/YoutubeKit
if you want to watch a tutorial got to youtube there is a channel called "codewithchris". here is the link https://www.youtube.com/playlist?list=PLMRqhzcHGw1aLoz4pM_Mg2TewmJcMg9ua
UIWebView is very limited. You cannot put video controls there. Because what UIWebView do is just shows another website as a frame. If there must be some controls, that controls should be in the website. So you cannot add any further controls.
If you want to use control buttons for your videos, instead of youtube, put the video in webpage with control buttons as like. Then put it in UIWebView. Or you can use the media player.