How to embed a youtube playlist on your blogger blog

tmirror
How to embed a youtube playlist on your blogger blog
In this tutorial you will see how to create a YouTube video gallery using jQuery and add the Youtube playlist to your Blogger blog. Inside this gallery/playlist, you can add your favorite youtube videos or any video that you want to share with your visitors. Because of its default dimensions (width of 765px), it is recommended to add it just below the blog header, however, you can edit CSS code to fit anywhere you want to add it. Demo here To add this video slider/youtube playlist to your blog, please follow these steps below: Step 1. From your blogger dashboard, go to Template > Edit HTML and click anywhere inside the code area to open the Blogger search box by pressing the CTRL + F keys. Step 2. Type or paste the </head> tag inside the search box and hit Enter to find it. Just above this tag, add the following scripts: <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js' type='text/javascript'/> <script> //<![CDATA[ /*hove…