Post Dailymotion videos on your posts, bu using the ID
Notes: http://www.dailymotion.com/video/
xkcqg8
_1st-look-superman-the-man-of-steel_shortfilmsBBCODE USAGE:
Code: Select all
[dailymotion]{SIMPLETEXT}[/dailymotion]
Code: Select all
<iframe frameborder="0" width="480" height="270" src="http://www.dailymotion.com/embed/video/{SIMPLETEXT}"></iframe>
Code: Select all
[dailymotion]Link to video ID here[/dailymotion]
Code: Select all
[dailymotion]xkcqg8[/dailymotion]
Extra Note: Some browsers don't show the video if you use the iframe code so, for those having problems, use just this one instead.
HTML REPLACEMENT:
Code: Select all
<object width="480" height="270"><param name="movie" value="http://www.dailymotion.com/swf/video/{SIMPLETEXT}"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><param name="wmode" value="transparent"></param><embed type="application/x-shockwave-flash" src="http://www.dailymotion.com/swf/video/{SIMPLETEXT}" width="480" height="270" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object>