Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

How do you embed Youtube video?

Status
Not open for further replies.
When you post a video, options are then presented (with code, select and copy) for embeding. I dont remmember exactly how it went, but the instruction were good, and was easy to insert onto another site code. The site it was copied to, then presented a video box with a play button.
 
Ok, I'll try that,

<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Q2xrVV9w-yE&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Q2xrVV9w-yE&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

Edit, didn't work.

Mike.
 
Last edited:
hi Mike,
I found this, any use.??

**broken link removed**
 
Last edited:
Hi Eric,

I want to embed a video here. The code I posted above and shown on the page you linked to is for embedding it in your own web page. I know it can be done because AtomSoft has done it.

Mike.
 
I worked it out be quoting AtomSofts post and you simply put [embed] ... [/embed] around it,
[embed]http://www.youtube.com/v/Q2xrVV9w-yE&hl=en&fs=1[/embed]

Edit, I was nearly right, you have to use the URL from the embedded code above.

Mike.
 
Last edited:
ERROR: this info is about posting a link not embeding the actual video.

I have not done it but from looking at others you need the following sort of link. I added the 3 underscores to keep it from parsing. You should be able to get the url when you post to utube.

[_url=http://www.youtube.com/watch?v=zgvVfttWZj4]YouTube - thisone.mov[_/url_]
[embed]http://www.youtube.com/v/Q2xrVV9w-yE&hl=en&fs=1[/embed]
[embed]http://www.youtube.com/v/zgvVfttWZj4&hl=en&fs=1[/embed]
This is techmanx's contest entry.
3v0cc
 
Last edited:
Last edited:
I just used the link in the embedded source that you tube supply. So it becomes [embed]http://www.youtube.com/v/Q2xrVV9w-yE&hl=en&fs=1[/embed].

A tip, to post tags such as [embed] and [/embed] without them being parsed enter a [B][/B] in the middle of one of them. (just click the bold button.)

Mike.
 
I use copy and paste of the http code which is given on the RHS of the YouTube video clip.
That links works with no problems.
Don't know how to change the text though.
 
Status
Not open for further replies.

New Articles From Microcontroller Tips

Back
Top