PDA

View Full Version : How to insert youtube/dailymotion video in forum posts?



BeauBrummie
January 19th, 2011, 01:28
As it said in the title. I could do it in the old forum version, but I'm having problems with this now. Any advice would be welcome

FAFL342Pascal
January 19th, 2011, 02:41
i tried the "youtube" tags to encapsulate link to youtube,
But in fact, its not the link, but the integration code. On YouTube, you can copy link from "share button", or integration code from "integrate" button (buttons below the video when you watch it).

integration code copy
<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/Dj8aYQHhGFs?fs=1&amp;hl=fr_FR"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Dj8aYQHhGFs?fs=1&amp;hl=fr_FR" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>

and the result when encapsulated with YouTube tags


<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/Dj8aYQHhGFs?fs=1&amp;hl=fr_FR"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Dj8aYQHhGFs?fs=1&amp;hl=fr_FR" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>

BeauBrummie
January 19th, 2011, 04:05
Thanks for that.:ernae: