Embedding a video into a post

Post Reply
Alexinparis
Posts: 1630
Joined: Wed Jan 19, 2011 9:07 pm

Embedding a video into a post

Post by Alexinparis »

to insert a video inside a post:

For youtube:
you can use the following code:

Code: Select all

[youtube]youtubecode[/youtube]

youtubecode is the small string after watch?v= in a youtube URL.

For vimeo:
you can use the following code:

Code: Select all

[vimeo]vimeocode[/vimeo]

vimeocode the number after vimeo.com/ in a vimeo URL.

copterrichie
Posts: 2261
Joined: Sat Feb 19, 2011 8:30 pm

Re: Embedding a video into a post

Post by copterrichie »

Awesome!

cardboard
Posts: 183
Joined: Tue Mar 15, 2011 9:40 am

Re: Embedding a video into a post

Post by cardboard »

WIN!!! have been wondering where this features was for this for a long time.

Dehas
Posts: 14
Joined: Sun Aug 14, 2011 8:19 am
Location: France Les Vosges

Re: Embedding a video into a post

Post by Dehas »

@Alex
This one is better, one tag for almost all video
http://forums.phpbb-fr.com/documentation-phpbb3/sujet137090.html#p1208195
Sorry in french
I have it on my forum, works great.

Post Reply