Go Back   Webmaster Forum > Development > Forum Administration & Management
REMOVE the ads below !
Reply
 
LinkBack Thread Tools
  # 1 (permalink)
Old
A Lazy Freelance Web Developer
Posts: 2,120
Join Date: Feb 2007
iTrader: (0)
Location: Bhopal (MP, India)
Thumbs up YouTube BBCode [vBulletin] - 03-31-2008

vBulletin lacks a native functionality to embed YouTube videos.
And enabling raw HTML in posts is just not feasible.

So, a good and fast way to enable users to embed YouTube videos
is to create a custom BBCode (vBCode). Heres how :

1. Login to your AdminCP.

2. Scroll down the left frame to the settings group "Custom BB Codes"

3. Click the "Add New BB Code" link

4. You'll now be presented with a page with 6 text boxes and an option button.



5. Enter the values as given below :

Title : YouTube

Tag : youtube

Replacement :
Code:
<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/{param}"></param>
<param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/{param}"
   type="application/x-shockwave-flash" wmode="transparent"
   width="425" height="355"></embed>
</object>
Example : [youtube]U-zj0Y_1cNQ[/youtube]

Description :
Code:
Embed YouTube videos in your post.
You just have to put the video ID of the video to be embedded
inside the YouTube BBCode, and it will automatically parse it
into the flash video.
Use {option} : No

Button Image : << path/to/your/youtube/icon/image >> (like )



6. Now click the [Save] button.

--------

Hope you all find it useful.
Reply With Quote
  # 2 (permalink)
Old
A Lazy Freelance Web Developer
Posts: 2,120
Join Date: Feb 2007
iTrader: (0)
Location: Bhopal (MP, India)
03-31-2008

Sample usage :

If the URL of the youtube video is : http://www.youtube.com/watch?v=wjBZh-yRmkc

The video ID is : wjBZh-yRmkc

And to embed the video in your post, you need to enter :
Code:
[youtube]wjBZh-yRmkc[/youtube]
The result will be :



Reply With Quote
  # 3 (permalink)
Old
Regular Geek
Posts: 420
Join Date: Jan 2008
iTrader: (0)
Location: India
03-31-2008

Oh! Shadab. Thanks for that! It was quite a useful and helpful article. I love it.
Reply With Quote
  # 4 (permalink)
Old
A Lazy Freelance Web Developer
Posts: 2,120
Join Date: Feb 2007
iTrader: (0)
Location: Bhopal (MP, India)
04-01-2008

Welcome, buddy !

Glad that you like it.
Reply With Quote
  # 5 (permalink)
Old
Senior Geek
Posts: 591
Join Date: Jan 2008
iTrader: (0)
Location: Craiova
04-01-2008

YouTube - Tutoriale Photoshop - Saturatie


nice
Reply With Quote
Reply


Thread Tools



PSD to HTML

vBulletin®, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. | SEO by vBSEO | Skin developed by vBStyles.com