Embed a Video in Forum
So how do you embed a video in the forum? Easy- follow this direction. when in the forum posting mode - look on the post ext formating options and click HTML when you are at the point where you want to put your video. I am assuming tha you have already copied the code for the video.
Justpastethe old code from the youtube or other site: share, options, old code:
<object width="560" height="315"><param name="movie" value="http://www.youtube.com/v/HNMq8XS4LhE?version=3&hl=ru_RU"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/HNMq8XS4LhE?version=3&hl=ru_RU" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>
not the new iframe code:
<iframe width="560" height="315" src="http://www.youtube.com/embed/HNMq8XS4LhE" frameborder="0" allowfullscreen></iframe>
using the html editor.