OK, Morpheus has now added a feature which allows us to embed our favourite videos into our posts. There has been some confusion, so here is the comprehensive guide on how to do it. It will be updated with other video sites soon.
YouTube
Step 1
Find your video from YouTube that you want to embed.
Step 2
Copy them embed tag on the right;
Make sure you copy it all. For my example, my embed tag is;
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/B8H29jU8Wrs"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/B8H29jU8Wrs" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
The underlined is the bit you need
Step 3
Delete everything up to http://. That includes the "".
You should now have;
http://www.youtube.com/v/B8H29jU8Wrs
Step 4
Put in this new URL into embed tags, which are;
[ embed ] [ /embed ] DO NOT INCLUDE THE SPACES!
You should now have your video in your post, don't forget your 5 words
[embed]http://www.youtube.com/v/B8H29jU8Wrs[/embed]
================================================== =====================
Google Video's
Step 1
Find the Google Video that you want to embed.
Step 2
Click on the "Post to My Space" link on the right;
Step 3
Click on the "Embed HTML" link just under the My Space link;
Step 4
Copy the code that appears under it;
For my example, it will be;
<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=5682610600698523988&hl=en-GB" flashvars=""> </embed>
Step 5
Paste it in embed tags. These are; [ embed ] [ /embed ]. DO NOT INCLUDE THE SPACES
Step 6
Delete everything around the bit we need. We need the bit that is underlined;
<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http ://video.google.com/googleplayer.swf?docId=5682610600698523988&hl =en-GB" flashvars=""> </embed>
You should now have;
[ embed ]http://video.google.com/googleplayer.swf?docId=5682610600698523988&hl[ /embed ] WITHOUT THE SPACES IN THE EMBED TAGS
[embed]http://video.google.com/googleplayer.swf?docId=5682610600698523988&hl[/embed]
There you have it, your Google Video is embedded in your post![]()
Latest PSU headlines:
Results 1 to 25 of 103
-
04-03-2007 #1
How To: Embed Your Videos (YouTube and Google Video)
[SIGPIC][/SIGPIC]
-
04-03-2007 #2
Thank a lot for the tutorial. I was confused about this.
-
04-03-2007 #3
perhaps now we won't see anymore links to youtube. I've been embeding vids for people all week.
-
04-03-2007 #4
Thanks man, I thought I would never be able to put thing on here.

You cannot mess with the greatness that is Lupe Fiasco
PSN ID - WrathofAres
Send me a friend request
Now.
-
04-03-2007 #5
-
04-03-2007 #6
Hmmm really simple and yet I couldn't figure it out.
This should be stickied.
-
04-03-2007 #7
Im going to try
[embed]"http://www.youtube.com/v/B8H29jU8Wrs"[/embed]
You cannot mess with the greatness that is Lupe Fiasco
PSN ID - WrathofAres
Send me a friend request
Now.
-
04-03-2007 #8
Blu-Ray, i told you that you needed your 5 words
. If you need any help, then just ask
[SIGPIC][/SIGPIC]
-
04-03-2007 #9
Ok, HOW THE HECK DO YOU DO THIS?
I can't seem to figure this out.
Oh I think I get it
[embed]http://www.youtube.com/v/B8H29jU8Wrs[/embed]
You cannot mess with the greatness that is Lupe Fiasco
PSN ID - WrathofAres
Send me a friend request
Now.
-
04-03-2007 #10
perhaps it would be best if in the OP the user highlighted the URL needed. I'll do it here but the 1st post should be edited.
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/_uGggjysID4"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/_uGggjysID4" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
the bolded part needs to put inbetween the embed tags. Not the 1st URL!!!!! Use the url after the src=" term.
-
04-03-2007 #11
Its easy, [ embed ] Your video embed link, not the straight URL [/ embed]. Also, do not include the spaces. The embed URL and the actual URL are different, you have the wrong one

Edit: I have edited the original post to help clear things up
[SIGPIC][/SIGPIC]
-
04-03-2007 #12
-
04-03-2007 #13
I know I got it now.

I think that all unhelpful post should be deleted in this thread. It should also be a Sticky.
You cannot mess with the greatness that is Lupe Fiasco
PSN ID - WrathofAres
Send me a friend request
Now.
-
04-03-2007 #14
Glad you got it now Blu-Ray, bet your feeling great now
[SIGPIC][/SIGPIC]
-
04-04-2007 #15
I'll make an online tool, one second.
EDIT: I don't really have any FTP at the moment, so I'll just give the php code here to see if anyone wants to expand it.
Untested, but paste that in a php script and it should work. I had to do something really awkward to avoid it trying to embed on the forum (the [code tag seems to be functioning wrong).Code:<?php $subject = $_POST['eCode']; $pattern = '/.*?\"(http://.*?)".*?/'; preg_match($pattern, $subject, $matches); $code="["."embed]".$matches[0]."[/embed]"; echo "Here's your code: <br /><br /> <br />"; echo $code; ?>
PSN ID: solinent | I accept all friend requests! |
*insert generic quote about the ps3 taking over including bold for maximum effect (colors and size changes also apply)*
-
04-04-2007 #16
I don't know why the staff doesn't add a button for You Tube to the editor.
It's an easy fix for them.. something to the right of the php button..
Samsung HL-S5087W 50" DLP Display
Yamaha RX-V2700 AV Receiver
Microsoft Xbox 360 Premium
Sony Playstation 3 @ 1080p
-
04-04-2007 #17PSN ID: solinent | I accept all friend requests! |
*insert generic quote about the ps3 taking over including bold for maximum effect (colors and size changes also apply)*
-
04-04-2007 #18
Nice contribution but the code is already done and supports both google and you tube videos.
See here: http://www.vbulletin.org/forum/showt...hlight=youtube
It even includes icons, ya'll know I love icons

Samsung HL-S5087W 50" DLP Display
Yamaha RX-V2700 AV Receiver
Microsoft Xbox 360 Premium
Sony Playstation 3 @ 1080p
-
04-04-2007 #19
Or you can just copy the URL of the video that's right above the Embed on youtube and put it in embed tags...easier.
edit:
whoops...nevermind that doesn't work
"All that really belongs to us is time; even he who has nothing else has that."
[Core 2 Duo E8400 @ 3.6GHz, XFX HD 4890, 4GB ram]
-
04-04-2007 #20

Samsung HL-S5087W 50" DLP Display
Yamaha RX-V2700 AV Receiver
Microsoft Xbox 360 Premium
Sony Playstation 3 @ 1080p
-
04-04-2007 #21
My code isn't secure enough to be what that vbulliten one claims to have. Mine is a tool to generate the vbcode. I guess it is already made as a plugin.
I haven't coded a preg_match PHP thing in a while so I thought it would be simple.
More php for that (just the above URL not the one we want)
:
Hey! I have FTP now, I'll upload it and see if they work (probably not!)Code:<?php $code = preg_replace("/http://*.?\?v=(*.)/", "["."embed]http://www.youtube.com/v/$1", $_POST['eCode']); echo "Here's your code: <br /><br /><br />"; echo $code; ?>
Ey! Here it is. Use the URL of the page that you want.
lol I just did it for fun. If it eats my bandwidth (I doubt it, its like 5 bytes...) then I'll take it down.
http://runeap.com/convertStuff.phpPSN ID: solinent | I accept all friend requests! |
*insert generic quote about the ps3 taking over including bold for maximum effect (colors and size changes also apply)*
-
04-04-2007 #22
Its not hard guys, its so simple. After you do it a few times, it becomes second nature.
[SIGPIC][/SIGPIC]
-
04-05-2007 #23
Quick comment Grim:
You can use these two flags: [noparse] [/noparse] to type the embed codes without having to use the space.
[embed] [/embed]
Very good tutorial btw!
-
04-05-2007 #24Member







- Join Date
- Mar 2007
- Age
- 25
- Posts
- 171
- Rep Power
- 0
- Points
- 125 (0 Banked)
Yeah those forums allow posting videos. Pretty cool
But most do not.
-
04-05-2007 #25
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Cant get on psn
By Cristiano Ronaldo in forum PlayStation 3Replies: 8Last Post: 05-29-2007, 18:39 -
Funny: Killer Biscuits Wanted for Attempted Murder
By StruggleWithin in forum Off-TopicReplies: 10Last Post: 05-21-2007, 20:14 -
Xbox 360 100 GB hd announced
By Dorfdad in forum MicrosoftReplies: 80Last Post: 10-21-2006, 01:42 -
Bin Laden's Mother Worried Sick
By unr3stricted in forum Off-TopicReplies: 0Last Post: 10-16-2006, 05:53








Reply With Quote








Bookmarks