Dailymotion Video BBCode

A selection of BBCodes for use on your phpBB3 Forums.
Post Reply
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Dailymotion Video BBCode

Post by LDM »

This BBCode is to embed videos from dailymotion.com into posts. Copy this BBCode into your admin BBCodes for your members to post these videos.

BBCode:

Code: Select all

[dailymotion]{TEXT}[/dailymotion]
HTML:

Code: Select all

<object height="336" width="420"><param name="movie" value="http://www.dailymotion.com/swf/{TEXT}&v3=1"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.dailymotion.com/swf/{TEXT}&v3=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" height="336" width="420"></object>
Helpline:

Code: Select all

Dailymotion: [dailymotion]Put ONLY video ID here. [/dailymotion]
To embed videos to post, just embed the video ID number shown in the url of video.
So if the video url is like this:

Code: Select all

http://www.dailymotion.com/video/x1jwck_war-inc-trailer_shortfilms
You will only need to add the:

Code: Select all

x1jwck_war-inc-trailer_shortfilms
in the middle of the tags.

Example embed:
Post Reply