_GOTOBOTTOM
User Support
Having a problem with the site? Post it here.
How to embed youtube videos
11Bravo_C2
Visit this Community
Texas, United States
Member Since: May 12, 2015
entire network: 475 Posts
KitMaker Network: 47 Posts
Posted: Tuesday, September 01, 2015 - 01:06 AM UTC
Hi guys,

The topic editor for this forum is very basic.

Any idea what the code for embedding a video is?
staff_Jim
Staff MemberPublisher
KITMAKER NETWORK
Visit this Community
New Hampshire, United States
Member Since: December 15, 2001
entire network: 12,571 Posts
KitMaker Network: 4,397 Posts
Posted: Tuesday, September 01, 2015 - 01:23 AM UTC
When on YouTube look for the "Share" option. Click that and look for the "Embed" option. What you should see should look something like this...


Code:
<iframe width="560" height="315" src="https://www.youtube.com/embed/c-iPc96D0fA" frameborder="0" allowfullscreen></iframe> 



Which when you put that in your post will do this:



You can play with the size of the embedded window by clicking on "Show More".

Cheers,
Jim
11Bravo_C2
Visit this Community
Texas, United States
Member Since: May 12, 2015
entire network: 475 Posts
KitMaker Network: 47 Posts
Posted: Tuesday, September 01, 2015 - 02:06 AM UTC
Ah ok. I kept adding the brackets.


Code:
 [ ]  




Thanks !!
 _GOTOTOP