• Home
  • Today
  • Advocacy
  • Forum
Donate
  • login
  • register
Home

They need you!

Forum links

  • Recent changes
  • Member list
  • Search
  • Register
Search Forums
 
Advanced Search
Go to Page...

Resources

  • Do I qualify?
  • In-state tuition
  • FAQ
  • Ways to legalize
  • Feedback
  • Contact us

Join our list

National calendar of events

«  

August

  »
S M T W T F S
 
 
 
 
 
1
 
2
 
3
 
4
 
5
 
6
 
7
 
8
 
9
 
10
 
11
 
12
 
13
 
14
 
15
 
16
 
17
 
18
 
19
 
20
 
21
 
22
 
23
 
24
 
25
 
26
 
27
 
28
 
29
 
30
 
31
 
 
 
 
 
 
 
Sync with this calendar
DAP Forums > Administrative > Suggestions

Embedding a video

  • View
  • Post new reply
  • Thread tools
#1
10-05-2008, 09:05 PM
Senior Member
From NJ
Joined in Sep 2008
289 posts
verve's Avatar
verve
0 AP
Is it possible to embed a video from youtube? I did a search on the forum but couldn't find anything. I searched in google and it seems to vary from forum to forum.
__________________

  • Reply With Quote
Post your reply or quote more messages.
verve
View Public Profile
Send a private message to verve
Visit verve's homepage!
Find all posts by verve
#2
10-09-2008, 11:27 AM
Senior Member
From NJ
Joined in Aug 2008
428 posts
Jay Stone's Avatar
Jay Stone
0 AP
Idk, but i really don't think so. Just from seeing that a lot of senior members here post only the links leading to these videos. and if anybody would know, it'd probably be them.
  • Reply With Quote
Post your reply or quote more messages.
Jay Stone
View Public Profile
Send a private message to Jay Stone
Find all posts by Jay Stone
#3
10-09-2008, 01:52 PM
Senior Member
Joined in Mar 2006
915 posts
hooper
0 AP
Nick has to enable it. I think you can just add a youtube tag on vbulletin, but it's up to Nick.
__________________
DACA Application sent 08/17/2012 to Arizona Lockbox via Express
Delivered 08/20/2012
  • Reply With Quote
Post your reply or quote more messages.
hooper
View Public Profile
Send a private message to hooper
Find all posts by hooper
#4
10-09-2008, 03:06 PM
Member
Joined in Oct 2008
54 posts
EverElevate's Avatar
EverElevate
0 AP
if it doesnt cost the forum more money to embed videos, we should do it. why not right?
  • Reply With Quote
Post your reply or quote more messages.
EverElevate
View Public Profile
Send a private message to EverElevate
Find all posts by EverElevate
#5
10-10-2008, 12:28 PM
Administrator
Joined in Mar 2006
1,749 posts
Nick's Avatar
Nick
90 AP
Quote:
Originally Posted by EverElevate View Post
if it doesnt cost the forum more money to embed videos, we should do it. why not right?
It would be a huge security hole. There is no magic "YouTube" tag. I would have to enable the object tag.

I wouldn't consider this a must have feature. Hence, in light of the security concerns, it's a no go. Sorry.
  • Reply With Quote
Post your reply or quote more messages.
Nick
View Public Profile
Send a private message to Nick
Find all posts by Nick
#6
10-10-2008, 03:00 PM
Senior Member
From NJ
Joined in Sep 2008
289 posts
verve's Avatar
verve
0 AP
Quote:
Originally Posted by Nick View Post
It would be a huge security hole. There is no magic "YouTube" tag. I would have to enable the object tag.

I wouldn't consider this a must have feature. Hence, in light of the security concerns, it's a no go. Sorry.
aw that sucks. there should be a magic youtube tag :P. Well thanks for answering my question.
__________________

  • Reply With Quote
Post your reply or quote more messages.
verve
View Public Profile
Send a private message to verve
Visit verve's homepage!
Find all posts by verve
#7
10-11-2008, 03:03 PM
Senior Member
Joined in Mar 2006
915 posts
hooper
0 AP
Vbulletin has a way where you can only allow object tags from youtube. You have to add it as a BB code.

Code:
<object width="400" height="300"><param name="movie" value="www.youtube.com/v/{param}"></param><embed src="www.youtube.com/v/{param}" type="application/x-shockwave-flash" width="400" height="300"></embed></object>
then you have to get the video ID from youtube. Example: youtube.com/watch?v=3rt3ersdwe

then your code on the forum would look like this:
[youtube]3rt3ersdwe[/youtube]

Then just name the BB code tag youtube. Now there's no reason you can't add it.

Here's more on BB code: http://www.vbulletin.com/docs/html/bbcode_add
__________________
DACA Application sent 08/17/2012 to Arizona Lockbox via Express
Delivered 08/20/2012
  • Reply With Quote
Post your reply or quote more messages.
hooper
View Public Profile
Send a private message to hooper
Find all posts by hooper
#8
10-11-2008, 04:55 PM
Administrator
Joined in Mar 2006
1,749 posts
Nick's Avatar
Nick
90 AP
You are right hooper. I guess I'm still thinking in terms of my day job.

As a word of caution, lets not get carried away with those viral videos, mmmmkay?

  • Reply With Quote
Post your reply or quote more messages.
Nick
View Public Profile
Send a private message to Nick
Find all posts by Nick
#9
10-11-2008, 07:59 PM
Senior Member
From CA
Joined in Oct 2007
1,278 posts
Ark's Avatar
Ark
0 AP
Quote:
Originally Posted by hooper View Post
Vbulletin has a way where you can only allow object tags from youtube. You have to add it as a BB code.

Code:
<object width="400" height="300"><param name="movie" value="www.youtube.com/v/{param}"></param><embed src="www.youtube.com/v/{param}" type="application/x-shockwave-flash" width="400" height="300"></embed></object>
then you have to get the video ID from youtube. Example: youtube.com/watch?v=3rt3ersdwe

then your code on the forum would look like this:
[youtube]3rt3ersdwe[/youtube]

Then just name the BB code tag youtube. Now there's no reason you can't add it.

Here's more on BB code: http://www.vbulletin.com/docs/html/bbcode_add
I'd rep you again Hoop, but this won't let me xD
__________________
As a day well spent brings happy sleep, so a life well used brings happy death.
- Leonardo Da Vinci
  • Reply With Quote
Post your reply or quote more messages.
Ark
View Public Profile
Send a private message to Ark
Find all posts by Ark
#10
10-11-2008, 11:14 PM
Senior Member
Joined in Mar 2006
3,106 posts
VJB2's Avatar
VJB2
0 AP
Pretty cool hooper. Thanks Nick.

  • Reply With Quote
Post your reply or quote more messages.
VJB2
View Public Profile
Send a private message to VJB2
Find all posts by VJB2


« Previous Thread | Next Thread »

Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

Contact Us - DREAM Act Portal - Archive - Top
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.