|
Q: How do I add a Youtube video to my MyWallSt profile?
A: Youtube, has two options for embedding
video into your MyWallSt profile. The first way, and the one we're going to
use, is to simply copy the embed code while viewing any video on Youtube. This code, having been slightly
modified, would then be pasted to your MyWallSt profile or your friends comments.

These tags should be removed before submitting any Youtube code to MyWallSt.
Example:
The <object> tags (noted in RED) in this sample Youtube code would have to be removed in order to work in MyWallSt:
<object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/ls7gi1VwdIQ"></param>
<embed src="http://www.youtube.com/v/ls7gi1VwdIQ"
type="application/x-shockwave-flash"
width="425" height="350"></embed>
</object>
Once removed, the code, now MyWallSt ready, would look like this:
<param name="movie" value="http://www.youtube.com/v/ls7gi1VwdIQ"></param>
<embed src="http://www.youtube.com/v/ls7gi1VwdIQ"
type="application/x-shockwave-flash"
width="425" height="350"></embed>
Note that both surrounding OBJECT tags have been removed.
Now Place the Code in a friends comment or in your Profile
"How to" step by step:
1. Go to Youtube and find the video you'd like to upload to MyWallSt
2. Look for and copy the embed code (usually found to the right of the video clip).
3. Paste the embed code to MyWallSt. You can post it to your profile, blog, or in a comment.
4. Before submitting/saving it, remove the OBJECT tags as shown (RED) in the example above.
5. Now, submit it and you're done.
|