When you embed a Youtube video on a website the video can be shared by clicking the sharing icon located in the top right corner. The video can be shared to Facebook, Twitter and Google+
Is there a way to customize the shared URL so it is not a direct link to Youtube?
Related
I want to create a YouTube video player for playing some trailers for my Portable Class. How do I open a trailer from YouTube in the FULL screen of the smartphone after clicking the Play icon like in the picture.
I prefer not to use the WebView component.
Youtube Playclick Icon
Here's a link to a video player tutorial in Xamarin. It is not specifically YouTube, but you can start from here. https://www.youtube.com/watch?v=luDyX0kYzY4&t=330s
I am using a light box type of player to open and play you tube videos. My people don't want the video link to be accessible or shared from within the player.
I.E they only want the video to play when the video loads in the player. So they don't want the share button visible and they don't want the YouTube icon that links directly to the video visible.
I can remove the share button and I can remove the YouTube icon but not at the same time.So there is always an easy way for the user to get the video url and share it etc...
I can also chose the videos to be private and that removes both. But then all of my users would need a google account which they dont.
It seems to me that Google wouldn't offer free use to its player without some type of reference to You Tube. Either with the share button or the You Tube icon that links to the video.
i have tried modifying the url parameters (embed?v=#v_ID#&rel=0&autohide=1&showinfo=0&wmode=transparent&modestbranding=1&controls=0") to no avail.
And I have tried using embed and watch to no avail..
Is there a way to do this?
You can append the following onto the end of the YouTube embed url, to remove the Watch on YouTube button from the playback controls which is accomplished by setting modestbranding to 1. The player controls are NOT removed. they are just auto0hidden by setting the parameter autohide to 1.
Try to change & to &
Here's a sample format to solves your issue:
I have embedded youtube using javascript api in my application and its showing the youtube logo on the bottom right , by clicking that logo it loads the youtube interface in the iframe , all I want is to disable that logo or its functionality , I have tried modestbranding in playervars but its not working
You can't remove it completelly.
you need to contact youtube and probably pay them to remove their logo or replace it with a custom one in any of their videos.
you can hide it using ?modestbranding=1 to your url. That will remove the logo temporany until mouseover on the video.
modestbranding (supported players: AS3, HTML5)
This parameter lets you use a YouTube player that does not show a YouTube logo. Set the parameter value to 1 to prevent the YouTube logo from displaying in the control bar. Note that a small YouTube text label will still display in the upper-right corner of a paused video when the user's mouse pointer hovers over the player.
I have video Playlist gallery with embed code. I want to embed that in my private portal and that privacy can maintain by making video "UNLISTED" so that video doesn't show up in YouTube search as well as channels. I hope by making this way I can protect privacy of my videos or if any other way please suggest me.
Second thing I want to remove icon button "Watch later" & "Share" icon button on video. How we can make this if possible with the embed code. I can do this by "showinfo=0". But by doing this it will remove the Title information of video. and wanted to keep that video title information.
We can use flash version of YouTube player and disable external links property.
Sorry if this has been asked before... in a mobile browser (eg iOS Safari) when a Vimeo video is embedded into a HTML page, clicking play on the video pops it open in the native player in Safari - I want to be able to launch a video in this exact way, but from an image link rather than having to embed the video... So that clicking the image pops open the video in the native Safari player.
I've searched around but think I'm lacking the correct terminology to know exactly what to search for.
Is this possible?
Thanks in advance...
Why don't you want to embed the vimeo code?
One work around can be going to your vimeo video settings, then Basic and at the bottom of that page upload your own Thumbnail image... You will still have to embed the vimeo code though, but now you will have the image you want as the first image before you click on the video.
This can be a partial solution in the mean time. Also I think a Pro vimeo account might allow a direct link to a video.