- About
- Service Catalog
- Tutorials
- Audio
- Backups
- Digital Signage
- Digital Video
- Overview
- What You'll Need
- Capture Professional Video
- Capture Professional Audio
- Lighting Basics
- Video Software Comparision Chart
- iMovie 10 (Mavericks)
- Subtitle using DVD Studio
- Play a DVD in VLC Media Player
- Copy a Video from a DVD
- Copy a DVD
- Copy a Video from the Web
- YouTube - Video in Web Page
- iTunes U - Video Format
- ADVC 55
- Capturing Video From DVD Using MPEG Streamclip
- Convert AVCHD video using Quicktime Player (MacOS 10.8 or later)
- Convert VHS tape with a Canopus ADVC converter
- Copy a DVD Using Toast 11.1
- Cropping a Video with QuickTime Player
- Handbrake for Grabbing DVD Clips
- MPEG Streamclip Basics
- Using an IOS Device to Airplay on AppleTV
- VLC/ Image resize in Photoshop
- Google Apps
- Microsoft Office
- PDFs
- Photos / Graphics
- Web
- Web Tools
- Powerpoint via Gogle
- Accounts
- ITS Home
Put YouTube Video in Webpage
1. In the YouTube page, below the video click on "Share"
2. To get the video URL, select and copy the text in the URL field.
3. To embed the video in your own webpage, click on "Embed"
4. Select and copy the text in the field that appears below the "Embed" button.
5. Using an HTML editor, paste the code within the a webpage's <body> tags as shown in bold below:
<html>
<head>
<title>YouTube Video</title>
</head>
<body>
<iframe width="560" height="315" src="http://www.youtube.com/embed/awr8eW9rZGc" frameborder="0" allowfullscreen></iframe>
</body>
</html>