Embedding Videos. Adding Videos to Our Website: Videos can make our pages more interesting and engaging. Most video-hosting websites, such as YouTube,

Slides:



Advertisements
Similar presentations
PART IV - EMBED VIDEO, AUDIO, AND DOCUMENTS. Find a video on Youtube.com: Search for a video, then look for the Embed code. Copy this code into the HTML/JavaScript.
Advertisements

How To Copy and Paste Pictures From the Internet
Whats New in Office 2010?. Major Changes in Office 2010 The Office Ribbon, which first made its appearance in Office 2007, now appears in all Office 2010.
Indistar® Leadership Team Meetings. Where can we plan a meeting? Choose ‘Plan Your Meeting’ from the main menu screen Click on Meeting Agenda Setup.
In the top left corner of the page, click on Pages & Files. Click on the If Then Statements folder to select it. Click New – Create a Page. You can also.
Patrick’s PowerPoint Secrets Revealed Paul Bennett.
WEBSITE UPGRADE: ADDING VIDEO AND AUDIO GREG YANKEY.
CHAPTER 8: Enhancing a Website Session 1. Objectives Embed a YouTube video in your website Insert a slideshow in your website Use Google fonts in your.
How to add a Wevideo project to you Jimdo Homepage Frontier EMST.
PowerPoint Exercise: Download this exercise to your computer, then complete the numbered tasks. Fulbright Computer Skills Summer 2012.
Teaching With the Tubes How to use YouTube and TeacherTube videos to supplement instruction Presented by Farmington Technology Department.
CMS Wiki Pages CMS Pages, the only approved and supported website service for CMS employees, has been failing and an alternative needed to be implemented.
Highly Confidential – for UCRE Affiliate Use Only 2015 Regional Training Class Embedding maps on the listing page of your United Country office website.
Creating your Webpage with tables. This is a 2 column by 1 row table!
 In My.Wartburg you can add…  YouTube Videos  Films on Demand (Vogel Lib.)  Internet Pages With a Video  Anything with a URL (
Iterative Batch Geocoding With Atlas GIS Version 4.0.
Step by step to adding sound files and embedding YouTube video to your FYIcode mobile site.
How to Copy and Paste Created by C. Trembath 2011.
MAKEOVER WEB EDITION MCPSS Web Site – Teacher Page Extreme.
1. Add your Name and to the First Page of the wiki:
A Step by Step Guide How to add your own pages to the website.
Creating your own quiz ClickClick here to open the quiz webpage This quiz will go with your PowerPoint. It will be created to test students on the information.
How to use Microsoft Word. Where can I find Microsoft Word? How to select, copy and paste information Go to the document from which you wish to copy the.
Creating webpages in Google Sites. 1- Create a Gmail account.
A guide for WTPS staff. Overview This document will show you how to link your Remind and Twitter feeds with your Schoolwires website. Post ONCE to either.
1. 2 Introductions  Name?  What do you want to get out of this session?  To follow along with this presentation go to
Adding Documents to OnCourse. Add a Document Look for the Documents tab and click it.
How To Add Flair To Your Site Maureen Enright, Elyse Kuriata, Nathan Boes, Hodge.
Nickelodeon – Blogs User Guide. 1. Introduction The admin tool allows you to create and publish blog posts easily and efficiently along with managing.
USING WORDPRESS TO CREATE A WEBSITE (RATHER THAN A BLOG) STEP-BY-STEP INSTRUCTIONS.
Videos. Adding Videos to a Web Page Videos can make our pages more interesting and engaging. Most video-hosting services, such as YouTube, will provide.
Why would you want to embed video & audio into the Discussion forum on a wiki?
audio video object Options: controls autoplay Need to define height and width Options: controls autoplay.
 How to create a quiz and teacher code. 1)First find a video on Youtube or other video hosting website and copy the embed code (Video embed code pictured.
Intro to Excel - Session 6.11 Tutorial 6 - Session 6.1 Integrating Excel with Other Windows Programs and the World Wide Web.
USING WORDPRESS TO CREATE A WEBSITE (RATHER THAN A BLOG) STEP-BY-STEP INSTRUCTIONS.
Click your mouse for next slide Adding Text Click in any text box Type in your text OR.
A New Page to Add-On Your Multimedia Page. Creating a New Page Open up a new Windows Notepad Click File > Save As > My Computer > “your flash drive” Name.
1.Access the following website: Click the above link and you will taken directly to the scheduling webpag.
FIRST COURSE PowerPoint Tutorial 4 Integrating PowerPoint with Other Programs and Collaborating with Workgroups.
Making A Simple Website In 10 Minutes. At the end of this tutorial, you should be able to recreate this page…
Editing a Video in Microsoft Live Movie Maker. Import Video From Camera Connect camera to computer Import video.
How to Embed a YouTube Video into a PowerPoint Presentation. Eric Hoehn TEC /1/10.
CHOOSE 1 OF THESE.
“Successful Uses of HTML Computer Code” Shannon Harwell.
This is how to embed YouTube video in PowerPoint. There is another process, but if you copy the object in my next slide to your PowerPoint and edit it,
Creating a Google Site For a Digital Portfolio Purpose.
Embedding Videos and Slideshows. (Click on any question you have to go directly to the answer, while in presentation mode)
 Enter blogger.com in the search barblogger.com  Log-in through a valid Gmail account (or create a Gmail account if you don’t have one)  Then click.
ACCELLER WIKI TRAINING Share your knowledge with others.
 Open the course to add an online class  Click on Add a Page (left side)  Type in a name  Click on Create  Click on the Content Tab  Click on Add.
Add Video Library in Company
Group work Create your Wiki with Wikispaces.com.
ΑΓΓ66 Creating a wiki Contact Session 3
Videos.
Using the HTML and CSS Validation Services
Guided by: wpglobalsupportwpglobalsupport Embed a Facebook Video in WordPress Website.
Web Page Design ICT Ms. McGrew.
How to Create a PBWorks Site
To have your National or Local Organization’s logo appear automatically on every new slide, follow the instructions below. Click on View-> Master -> Slide.
Basic HTML and Embed Codes
Create and edit web pages 2
Adding information to provider pages
Presentation title here
Videos.
This is an example presentation to test the CaRE Keypad system.
Embedding Videos.
Formatting pictures & adding cover pages
HTML5 Audio & Video By Derek Peacock
“Captured screen” appears.
Presentation transcript:

Embedding Videos

Adding Videos to Our Website: Videos can make our pages more interesting and engaging. Most video-hosting websites, such as YouTube, will provide us with code to copy and paste into our web page. Video-embedding code might not be XHTML valid, requiring us to make changes before the page will pass validation.

Embedding a YouTube Video: To place a YouTube video into your web page, go to the video on YouTube and click on the Share button.

Embedding a YouTube Video: Next, click on the Embed button that appears.

Embedding a YouTube Video: Choose your window size or specify your own dimensions. Once you have specified the window size, copy and paste this code into your XHTML document.

YouTube Video Example: Example of Embedding a YouTube Video This heading should appear below the embedded video. If you wish to resize the video window on your page, you don't need to go back to YouTube and repeat the process. Just edit the dimensions in the code, making sure to keep the same width-to-height ratio.

Making the YouTube Code Validate: Example of Embedding a YouTube Video This heading should appear below the embedded video. Attempting to validate this page results in the above error. We can fix this simply by deleting "allowfullscreen" from the code. This has no difference to how our page looks but our page will now pass validation.