Skilzat85X
May-15-07, 03:29 PM
This was something I thought of that may be beneficial to save a couple clicks here and there or just to be like "oh that's pretty neat."
Now first of I'll I'm not sure if this vbulletin supports custom tags or not. I know it does on Bboy.org but eh who knows maybe it's different. So if it doesn't work oh well.
Anyways, I spose the way it would work would be something like this:
The person takes that unique little id or whatever thingy on their youtube url.
For example, the lpjuChQfSww out of http://www.youtube.com/watch?v=lpjuChQfSww.
They then paste it within the youtube tags such as:
lpjuChQfSww
And voila then the video is embedded within the thingy.
In IPB you create tags by like creating the HTML and then inserting in the variable {content} into wherever you want to replace it. So for example if I was making this on IPB I'd take youtubes embed code and do this with it:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{content}"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{content}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
I'm not how vbulletin handles this but I'm sure it'd be similar.
And yea that's all. An example of it in use would be like here:
http://www.bboy.org/forums/youtube-google-video-gallery/84145-lilou-vs-physcix-ground-control-finals.html
Somehow on bboy.org they get it to make it automatically if you post any youtube link, eff that haha.
Just a little extra fluff for your consideration.
Now first of I'll I'm not sure if this vbulletin supports custom tags or not. I know it does on Bboy.org but eh who knows maybe it's different. So if it doesn't work oh well.
Anyways, I spose the way it would work would be something like this:
The person takes that unique little id or whatever thingy on their youtube url.
For example, the lpjuChQfSww out of http://www.youtube.com/watch?v=lpjuChQfSww.
They then paste it within the youtube tags such as:
lpjuChQfSww
And voila then the video is embedded within the thingy.
In IPB you create tags by like creating the HTML and then inserting in the variable {content} into wherever you want to replace it. So for example if I was making this on IPB I'd take youtubes embed code and do this with it:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{content}"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{content}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
I'm not how vbulletin handles this but I'm sure it'd be similar.
And yea that's all. An example of it in use would be like here:
http://www.bboy.org/forums/youtube-google-video-gallery/84145-lilou-vs-physcix-ground-control-finals.html
Somehow on bboy.org they get it to make it automatically if you post any youtube link, eff that haha.
Just a little extra fluff for your consideration.