How to embed a YouTube video, playlist or subscribe button onto your website or blog?
Hi guys, Today I am going to tell you how you can add/embed YouTube videos, playlists and subscribe button of your channel to your website or blog. First of all, to do this, you must have the access to JavaScript or HTML of your website or blog. It is a very easy task, you an do this even if you do not know much HTML. Here is a Demo Player you can check out as a look to how your embed player looks like. Enter the required info your way and your embed video will appear below. This was just a demo player, to embed a video like this, you can use the HTML code below: <div id = "player" ></div> <script> // 2. This code loads the IFrame Player API code asynchronously. var tag = document . createElement ( 'script' ); tag . src = "https://www.youtube.com/iframe_api" ; var firstScriptTag = document . getElementsByTagName ( 'scri...