1. After you have decided which video you want for your profile, on the right of the video, there is a tab which says "Embed"
in there there is a text code which we gonna use as a link for our video.
If you copy all the text code you will have something like this
CODE
<object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/B4VFHvei7wI&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/B4VFHvei7wI&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object>
from this code we will need only this (from
http://... until ...
=en)
CODE
http://www.youtube.com/v/B4VFHvei7wI&hl=en
2. Beside "Embed" there is a blue sign which says "Customized"
if you pressed it, it will appear the settings for the color customization
select "Show Border" and your desirable color above

for ex. if you choose red color at the "Embed" you will have this
CODE
<object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/B4VFHvei7wI&hl=en&fs=1&color1=0x5d1719&color2=0xcd311b"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/B4VFHvei7wI&hl=en&fs=1&color1=0x5d1719&color2=0xcd311b" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object>
again we will need only this (from
http://... until ...
0xcd311b)
CODE
http://www.youtube.com/v/B4VFHvei7wI&hl=en&fs=1&color1=0x5d1719&color2=0xcd311b
if you noticed, we added this to our primary code (after
=en)
CODE
&fs=1&color1=0x5d1719&color2=0xcd311b
*Optional: if you want your video to start automatically, just add at the end the code this
CODE
&autoplay=1
in order to work at you profile, when adding it to your "Edit your personal information", you have to add the embed tags, in our case youtube tags
so the code will be like this
CODE
[youtube]http://www.youtube.com/v/B4VFHvei7wI&hl=en&fs=1&color1=0x5d1719&color2=0xcd311b[/youtube]