Hey everyone,
I am looking for a way to post youtube vids on the portal, any addons you can think off ?
Thank you
youtube
Re: youtube
I did it by adding a new BBcode.
BBCode usage
HTML replacement
Help line
Then I added this to the default custom block:
Display the small custom block: YES
Headline for the small custom block: Featured video
Activate BBCode for the small custom block: YES
Code for the small custom block: [blocktube]Youtube ID[/blocktube]
You need to change the videos through the ACP, but it gets the job done.
BBCode usage
Code: Select all
[blocktube]{IDENTIFIER}[/blocktube]
Code: Select all
<object width="180" height="140"><param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}&hl=da_DK&fs=1&rel=0&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{IDENTIFIER}&hl=da_DK&fs=1&rel=0&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="180" height="140"></embed></object>
Code: Select all
[blocktube]Youtube ID[/blocktube]
Then I added this to the default custom block:
Display the small custom block: YES
Headline for the small custom block: Featured video
Activate BBCode for the small custom block: YES
Code for the small custom block: [blocktube]Youtube ID[/blocktube]
You need to change the videos through the ACP, but it gets the job done.