certainly!
To place a photo into your profile, or the forums, you'll need a valid URL, let's use one from interpals as example:
| http://ipstatic.net/images/logoforums.png |
Now, there are two ways you can do this, HTML and BBCode. I'd suggest, for interpals you stick to BBCode, here's how you do it for both:
For BBCode:
| [img]http://ipstatic.net/images/logoforums.png[/img] |
For HTML:
| <img src="http://ipstatic.net/images/logoforums.png"> |
Both options, will display the photo here on the forums, but only BBCode will show a photo on your profile. The HTML version, is great for the forums, for sharing screenshots, or images larger than the border of the forums, you can add specific tags to shrink down the size of the photo, or other things like "alternative text" an example could be like:
| <img alignment="center" src="http://ipstatic.net/images/logoforums.png" width="750" border="0" alt="Forum_Logo"> |
but this version, will not work on your profile.
<hr>For youtube videos, you need, again, a valid youtube link, let's use the link to one of my favorite songs,
http://www.youtube.com/watch?v=GG9qlKEyV4E
to make the video display in your profile, take the string of letters/numbers at the very end,
http://www.youtube.com/watch?v=GG9qlKEyV4E
and put it into the following BBCode tags:
| [youtube]GG9qlKEyV4E[/youtube] |
You may see, profiles with youtube videos that "autoplay" to do this add "&autoplay=1" to the very end, where the number one will be the amount of times it'll loop (I suggest you keep it at 1)
| [youtube]GG9qlKEyV4E&autoplay=1[/youtube] |