3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

How to embed a video into Instructables

How to embed a video into Instructables
«
  • youtube.jpg
  • yahoo video.jpg
It's super easy for Google video, Yahoo! video, Metacafe, Brightcove, Revver, Blip.tv, and YouTube!

Put the URL of the video into our Video function inside some square brackets like this:
[[Video(http://www.youtube.com/watch?v=woxc2eIedlM) ]]
The video will appear in the text section of your Instructable's step. You can adjust the size of the video by doing this:
[[Video(http://www.youtube.com/watch?v=woxc2eIedlM, {width:500, height:400} ) ]]

You can also use the tool bar above most text boxes. Click the video button and drop in the URL of the video. Use the URL that takes you to the actual page on the video site with your video, not any special "embed this" URL. We'll take care of all the processing!

**Check out step 2 to see how you can get the correct embed for Blip.tv - the process is a little less intuitive than with YouTube, but it's still pretty simple.**
 
Remove these adsRemove these ads by Signing Up
 

Step 1The video

Here, I embedded the video from the 1D Accelerometer by intoon

Example:
[[Video(http://www.youtube.com/watch?v=woxc2eIedlM, {width:500, height:400})]]
Display:


And, here I embedded the video from the 3D chocolate printer by saul

UPDATE 5/14/07: Yahoo Video has changed, and is slightly less easy to embed.

To include a yahoo video, you'll need to compose a URL. This is done by taking the first part of the yahoo video URL
http://video.yahoo.com/video/play?vid=
and appending the vid, which is not the same vid found in the original URL. That will not function externally. To find the real vid, you need to copy out the embed code, found below the video. In this case, it looks like this
<embed src='http://us.i1.yimg.com/cosmos.bcst.yahoo.com/player/media/swf/FLVVideoSolo.swf'flashvars='id=598437&emailUrl=http%3A%2F%2Fvideo.yahoo.com%2Futil%2Fmail%3Fei%3DUTF-8%26vid%3D54937&imUrl=http%253A%252F%252Fvideo.yahoo.com%252Fvideo%252Fplay%253Fei%253DUTF-8%2526vid%253D54937&imTitle=Lego%2Bchocolate%2Bprinter&searchUrl=http://video.yahoo.com/video/search?p=&profileUrl=http://video.yahoo.com/video/profile?yid=&creatorValue=ZXJpY2p3aWxoZWxt&vid=54937' type='application/x-shockwave-flash' width='425' height='350'></embed>
The real vid is found after the text "flashvars='id=", or in this case 598437. Add that to the back of the URL to get:
http://video.yahoo.com/video/play?vid=598437
and then use the video embed like normal. In this case we have
[[Video(http://video.yahoo.com/video/play?vid=598437)]]



Here I embed some video from Google video

[[Video(http://video.google.com/videoplay?docid=-1300191479870868157&q=how+to+cut+wood, {width:400, height:300})]]



Here I embed aMetacafe video,

http://www.metacafe.com/watch/445498/robotic_beer_launching_refrigerator/

[[Video(http://www.metacafe.com/watch/445498/robotic_beer_launching_refrigerator, {width:400, height:300})]]



Embedding a video from Brightcove is really easy to do as well. You just take the link that Brightcove gives you when you click on "link directly to this video" and paste it into the input video bar on instructables.

Here is the link for the "Twilight Zone" Lighter Trick on InstructablesTV.

http://www.brightcove.com/title.jsp?title=494918786

If I put that same text into the video bar I get the following video:



« Previous StepDownload PDFView All StepsNext Step »
63 comments
1-40 of 63next »
Nov 23, 2010. 3:35 PMLightning Thunder says:
thanks
Oct 9, 2009. 7:25 PMjames.mcglashan says:
can there please be how to embed the jw player as this should work


<script type='text/javascript' src='swfobject.js'></script>

<div id='mediaspace'>This text will be replaced</div>

<script type='text/javascript'>
var so = new SWFObject('http://jamesm.com.au/player/player.swf','mpl','555','300','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://jamesm.com.au/player/play.xml');
so.write('mediaspace');
</script>
Sep 26, 2009. 4:24 AMyourcelf says:
You can embed Vimeo videos in Instructables as well (I searched for a long time to find this).
1. Get the full URL for the Vimeo player -- click the "embed" link and find the URL that looks like:
http://vimeo.com/moogaloop.swf?clip_id=......fullscreen=1

2. Add "&.swf" to the end to convince Instructables that it's a video.
http://vimeo.com/moogaloop.swf?clip_id=......fullscreen=1&.swf

3. Use the video tag as described above. The default size for Vimeo is {width:400, height:300}.
Nov 30, 2008. 1:43 AMDerin says:
I think the video system works with all flash.I put CP as a test now.

Sep 22, 2008. 1:57 AMPlasmana says:
I am having some problems, I cannot change the size of the you tube video, what did I do wrong?
Aug 26, 2008. 10:09 AMknex maddo says:
how do you add your own one from windows movie maker? please reply A.S.A.P thanks
Aug 17, 2008. 9:33 AMxACIDITYx says:
LOL! I loved that show. Thanks for the info, Eric.
Jun 22, 2008. 6:30 AMbluesman says:
Hey, the metacafe videos don't appear embedded anymore!

What happened? Any ideas?

Jun 1, 2008. 9:48 PMunklstuart says:
Any advice for embedding a video from Flickr?
Apr 26, 2008. 2:27 AMdemer98 says:
Great site... hm, i'm kinda new....i need help please can anybody tell me how to add text on youtube video? thank's
Jul 14, 2006. 3:09 PMtrebuchet03 says:
another test....

<font color="blue">This might be blue</font>
Jul 14, 2006. 3:12 PMtrebuchet03 says:
@llama13

yes, you can do custom color ;)

<table border="0" bgcolor="black"><tr><td><img src="http://i11.photobucket.com/albums/a166/Trebuchet03/P1020697Small.jpg" hspace="10px" vspace="10px"></td></tr><tr><td><font color="white">Yet another Mystery Machine</td></tr></table>
Apr 22, 2008. 9:16 AMDerin says:
<font color="red">well well well written with blood</font>
Apr 22, 2008. 9:17 AMDerin says:
<font color="red"> well well well written with blood </font>
Jul 14, 2006. 3:15 PMtrebuchet03 says:
before I go any further.... let me know if you intended to use this feature this way... I like being optimistic... but as a webmaster, I would not want this because of stupid skiddies and other 'evil' purposes.
Mar 27, 2008. 6:36 PMDaNerd11 says:
How do you remove a video?
Mar 10, 2008. 8:39 PMhay_jumper says:
Awesome. Thanks Eric! I spent about an hour perusing the forums before (duh!) using the search feature to find how to do this, and you had my problem solved lickety-split! Yay new instructables tool!
Mar 5, 2008. 12:08 PMRelyNupon says:
I wonder if anyonecan help me I have a video that i need someone to give me the address i cannot access youtube because it is blocked someone please help: here is the info i got

<object width="425" height="350"> <param name="movie" value="http://www.youtube.com/v/iYqwdr3QtVY"> </param> <embed src="http://www.youtube.com/v/iYqwdr3QtVY" type="application/x-shockwave-flash" width="425" height="350"> </embed> </object>

could someone make sense of it and send me the address to this video. not the link cuz it will be blocked. thank you....(continues 3 paragraphs)
Mar 3, 2008. 3:22 PMLithium Rain says:
Is there any way I can just upload my video for the paper airplane contest to this site, the way I do with pictures? I have no account on any video website...
Mar 4, 2008. 8:43 PMLithium Rain says:
:(*cries* I had the perfect paper airplane, too...
Mar 3, 2008. 8:24 PMGorillazMiko says:
I can't seem to find how to embed blip.tv's videos.

Here's my code. There's no flv. in it...

<object type="application/x-shockwave-flash" data="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&file=http%3A%2F%2Fxenotonick%2Eblip%2Etv%2Frss%2Fflash%2F&showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" width="400" height="255" allowfullscreen="true" id="showplayer"><param name="movie" value="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&file=http%3A%2F%2Fxenotonick%2Eblip%2Etv%2Frss%2Fflash%2F&showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" /><param name="quality" value="best" /><embed src="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&file=http%3A%2F%2Fxenotonick%2Eblip%2Etv%2Frss%2Fflash%2F&showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" quality="best" width="400" height="255" name="showplayer" type="application/x-shockwave-flash"></embed></object>

There's no "copy to Myspace" link either. :-(

Help please?
Mar 4, 2008. 1:30 PMnoahw says:
The embed code from Blip has been updated and so we'll need to get a robot to flip a switch over in order to make it work. Until then, I can embed the video for you directly. Can you let me know where you'd like it to go? It's ok if your Instructable isn't published yet - you can still send me it's address in a PM.
Jul 15, 2007. 11:35 AMjfk says:
I've used the following code in double brackets to try to embed a voicethread video, which seems to work halfway:
"Video(http://voicethread.com/book.swf?b=409?mediaId=304681&.swf, {width:800, height:600})"


Here's the embed code from the voicethread site if anyone cares to mess with it:
<object width="480" height="360"><param name="movie" value="http://voicethread.com/book.swf?b=409"></param><param name="wmode" value="transparent"></param><embed src="http://voicethread.com/book.swf?b=3334" type="application/x-shockwave-flash" wmode="transparent" width="480" height="360"></embed></object>

I've tried several mediaids, and I'm not sure what theirs is, or how to find out.

This page plays the explanation video:
http://voicethread.com/view.php?b=409
The same page as a swf link:
http://voicethread.com/book.swf?b=409
Apr 16, 2007. 3:32 PMsam noyoun says:
Any chance of extending the list of embeddable players to revver.com?
Apr 22, 2007. 4:55 AMjeffreyf says:
One can do it, but right now it's a bit tricky and requires some URL hacking. If you're interested though, I can add it to the Instructable.
Apr 22, 2007. 11:11 AMsam noyoun says:
Yes please, It'd be fantastic if you could. Thanks
Apr 22, 2007. 10:10 PMjeffreyf says:
Done. See step 3
Apr 23, 2007. 2:41 PMsam noyoun says:
Thanks Jeffreyf!
Feb 12, 2007. 12:29 PMsam noyoun says:
It does not seem to work with metacafe videos... Any idea whether it would be possible to work around that?
Feb 20, 2007. 5:36 PMsam noyoun says:
Hi ewilhelm, Any news on the metacafe front? I have 4 or 5 videos that would make nice instructables... Sam
Mar 16, 2007. 1:10 PMjeffreyf says:
Yup. Figured it out.
Mar 8, 2007. 8:05 PMpmac93 says:
ewilhelm, Is there any way to use the embed code from your video if you don't have the URL?
Mar 10, 2007. 4:19 PMpmac93 says:
Google video. But I got the video working I just wanted to put it on my instructable before they gave me the URL.
Jul 21, 2006. 7:27 PMesotericsean says:
anyone successfully get a video from dailymotion up on instructables? it says invalid movie when i try it.
Jan 23, 2007. 1:28 PMinevitable_chaos says:
dailymotion works plus some more probably, all i do is link directly to the swf file on dailymotion.
1-40 of 63next »

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
701
Followers
140
Author:ewilhelm
Eric J. Wilhelm is the founder of Instructables. He has a Ph.D. from MIT in Mechanical Engineering. Eric believes in making technology accessible through understanding, and strives to inspire others ...
more »