GeekPoint Forum Subscribe to Forum RSS WhoIsHostingThis.com
Please register or login on GeekPoint Forum.
It takes only a minute to register, & moreover,
majority of the ads shown will be removed!
Login OR Register
Register a Free Account
Reply
 
LinkBack Thread Tools
Old 03-31-2008   #1
Shadab Shadab is offline
Web Developer
Shadab's Avatar
Join Date: Feb 2007 Location: Bhopal Posts: 2,752 iTrader: 100% (1)
Thumbs up YouTube BBCode [vBulletin]

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.

My periodic table contains only 1 element : the element of Surprise.
  Reply With Quote
Old 03-31-2008   #2
Shadab Shadab is offline
Web Developer
Shadab's Avatar
Join Date: Feb 2007 Location: Bhopal Posts: 2,752 iTrader: 100% (1)
Default

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 :




My periodic table contains only 1 element : the element of Surprise.
  Reply With Quote
Old 03-31-2008   #3
Swastik Swastik is offline
Regular Geek
Join Date: Jan 2008 Location: India Posts: 428
Default

Oh! Shadab. Thanks for that! It was quite a useful and helpful article. I love it.
  Reply With Quote
Old 04-01-2008   #4
Shadab Shadab is offline
Web Developer
Shadab's Avatar
Join Date: Feb 2007 Location: Bhopal Posts: 2,752 iTrader: 100% (1)
Default

Welcome, buddy !

Glad that you like it.

My periodic table contains only 1 element : the element of Surprise.
  Reply With Quote
Old 04-01-2008   #5
ISRdesign ISRdesign is offline
Senior Geek
ISRdesign's Avatar
Join Date: Jan 2008 Location: Craiova Posts: 590
Default

YouTube - Tutoriale Photoshop - Saturatie


nice
  Reply With Quote
Old 12-23-2008   #6
joseph22 joseph22 is offline
Newbie
Join Date: Dec 2008 Posts: 3
Default

you have to post the last few characters in the YouTube URL and not the full URL

[yt]T47HGNAs[/yt]

I know - its kind of confusing.
I actually tried to figure out how to use the full URL myself.
  Reply With Quote
Old 02-07-2009   #7
conorod conorod is offline
Newbie
Join Date: Feb 2009 Posts: 7
Default

Thanks for this, I have installed it on my forum.
  Reply With Quote
Old 02-24-2009   #8
Methu09 Methu09 is offline
Junior Geek
Join Date: Jan 2009 Posts: 78
Default

Hi,

nice information. I am using this for seo services site.

Thanks for sharing information

Last edited by Methu09; 02-26-2009 at 09:48 AM.
  Reply With Quote
Old 02-26-2009   #9
smith2009 smith2009 is offline
Newbie
Join Date: Feb 2009 Posts: 17
Default

Hi,

I just want to thanks for the nice video of Photoshop Tutorial.
It is very helpful to learn how to use Photoshop.

Nice Stuff Dude !!!

  Reply With Quote
Old 03-16-2009   #10
megaventory megaventory is offline
Newbie
Join Date: Mar 2009 Posts: 15
Default

This is really useful for people with VBulletin. It is not hard to implement at all...
  Reply With Quote
Reply
Thread Tools