(solved) How to embed a YouTube video?

Hi guys,
I wonder, how people embed a Youtube video so, that there appears a miniplayer with the preview picture in the post.
At the end it should look like in the beginning of this thread
http://forum.arduino.cc/index.php?topic=150881.0
and not just like a boring textlink like here
http://forum.arduino.cc/index.php?topic=150881.15

Thanks for any advise!

edit:
Answer: just fill in the link as plain text...

now we just need it to be a sensible size :frowning:

I just ran into this same problem, and even after trying your solution, it wasn't working. I finally figured out what was wrong and got it working, hope this helps others in my situation.

You just have to paste the URL from youtube into your post and the forum will automatically turn it into an embedded video for you BUT you have to make sure the link you paste is not secure. Youtube kept giving me a secure link (with https:// at the front), and it would only show up as a link, not an embedded video. All I had to do was delete the "s" (so all I had at the front of the link was http://) and it magically worked. So if you're in the same boat, try that out and see if that works for you.

@melarky: I was in the same boat - sometimes it worked, sometimes not. Thanx for sharing the missing hint.