Skip to main content

Posts

Showing posts with the label EduPortal-Youtube

How to Customize embeded Youtube Videos

It's time for a new topic and the topic is YouTube. This is my first post on this topic. Recently, I am working on a Youtube website project and find a good ways to customize embedded videos. Lets talk about Youtube embedded videos, Embedded Videos is a facility provided by Youtube, so that you can show Youtube videos on your website. There is no need to host video files on your server, you need only to paste embedded code. You can easily embed Youtube videos to your website by pasting code given on Youtube share section. a code example is given below, <iframe width="560" height="315" src="//www.youtube.com/embed/-HITy0xqAhk" frameborder="0" allowfullscreen></iframe> Now, its time for Customizing Embedded YouTube Vidoes, see, How ? Here, I am showing only most important parameters but the total number of parameter is more than 20. 1. Autoplay As the name suggest, Autoplay parameter is used to change whether video...