Welcome, Guest. Please login or register.

Author Topic: Embedding Youtube vids directly ino posts  (Read 2645 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline GadgetMasterTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2177
    • Show all replies
Embedding Youtube vids directly ino posts
« on: May 17, 2009, 12:15:50 PM »
I've seen Youtube videos embedded in posts on a few VBulletin sites before but am not sure how difficult it would be to implement.

One to look into for the future.
 

Offline GadgetMasterTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2177
    • Show all replies
Embedding Youtube vids directly ino posts
« Reply #1 on: May 17, 2009, 12:23:26 PM »
Quote from: Karlos;454566
[youtube]e8yx4k4tzqE[/youtube]

I suspect the feature is turned off. The above usually works, if memory serves.

After a quick Google search it seems you have to add that as a custom BB Code in the admin area.

Example:

http://www.devhunters.com/vbulletin/4378-embedding-youtube-videos.html#post27784
« Last Edit: May 17, 2009, 12:31:12 PM by GadgetMaster »
 

Offline GadgetMasterTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2177
    • Show all replies
Embedding Youtube vids directly ino posts
« Reply #2 on: May 17, 2009, 01:24:48 PM »
Quote from: Iggy_Drougge;454583
Don't do that. If I want to waste my computer's resources and slow my browser down, I can go straight to Youtube.

Hmm.. You have a point.

If it could be switched off in your user profile it would be even better. It would be nice to have the option.
 

Offline GadgetMasterTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2177
    • Show all replies
Embedding Youtube vids directly ino posts
« Reply #3 on: May 17, 2009, 04:57:31 PM »
Quote from: Wayne;454654
List item #173 -- fixed and removed.

The youtube code is now operational, thanks VERY much for the link to devhunters, because Google was having a bit of fun with me when I asked.

Wayne

Wow! That was fast :D

Great work Wayne.
 

Offline GadgetMasterTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2177
    • Show all replies
Embedding Youtube vids directly ino posts
« Reply #4 on: May 17, 2009, 11:00:49 PM »
For anyone wondering how we embedded that here's a mini tutorial.

Go to the youtube video you want and copy it's URL which should look something like this:

http://www.youtube.com/watch?v=zQNkt3OFb-A

From this... take the bit after V= i.e: zQNkt3OFb-A

Paste this in between the youtube BBCODE tags like this:

[youtube ]   zQNkt3OFb-A   [ /youtube]   (without any spaces of course)

And bob's your uncle!

[youtube]zQNkt3OFb-A[/youtube]

I hope that helped someone. :)
« Last Edit: May 17, 2009, 11:08:28 PM by GadgetMaster »