---
title: "Embedded YouTube Video in Web Application"  
description: "In this article I have described you how to embedded YouTube Video in your web application. YouTube provided line of code of video, just copy and past"  
author: "AVADHESH PATEL"  
published: 2013-04-24  
updated: 2019-09-07  
canonical: https://www.mindstick.com/articles/1266/embedded-youtube-video-in-web-application  
category: "web development"  
tags: ["web development"]  
reading_time: 1 minute  

---

# Embedded YouTube Video in Web Application

In this article I have described you how to [embedded](https://www.mindstick.com/articles/332094/what-is-embedded-software-engineering) [YouTube](https://yourviews.mindstick.com/view/84704/who-is-the-new-ceo-of-youtube) Video in your [web application](https://www.mindstick.com/articles/13069/progressive-web-application-pwas-all-you-need-to-know-about). YouTube provided line of code of video, just copy and paste in [your application](https://answers.mindstick.com/qa/95487/how-do-you-troubleshoot-when-your-application-link-is-not-responding). Steps are given below

Step 1: Search or play video in YouTube which you want to embedded in your application.

Step 2: Click on Share tag as given below image.

![Embedded YouTube Video in Web Application](https://www.mindstick.com/mindstickarticle/684d58e9-80b1-4556-95a4-3acb52d67fb6/images/cead5265-4bf2-4ddd-9f82-a84479b4ec64.png)

Step 3: Now click on Embed tag then copy the HTML code which showing in third option.

![Embedded YouTube Video in Web Application](https://www.mindstick.com/mindstickarticle/684d58e9-80b1-4556-95a4-3acb52d67fb6/images/d04db30b-e0da-44e9-931c-366e257d9b93.png)

Step 4: Now go to your web application and simply paste HTML code for example as below line of code.

```
<iframe width="560" height="315" src="http://www.youtube.com/embed/dl-Njj_4Img" frameborder="0" allowfullscreen></iframe> 
```

Note: You can manage iframe [width and height](https://www.mindstick.com/forum/158680/what-css-property-is-used-to-set-the-width-and-height-of-an-element) by given iframe properties.

---

Original Source: https://www.mindstick.com/articles/1266/embedded-youtube-video-in-web-application

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
