[hide]
1)Open the member_profile template and paste the following code under the <body> tag
<iframe width="230" height="230"
src="https://www.youtube.com/embed/{$userfields['fidX']}">
</iframe>
{$userfields['fidX']}
2)Create a new profile field, and replace its ID instead of X in the code above.
3)To play music, paste only the ID of the video in the new field
[/hide]
1)Open the member_profile template and paste the following code under the <body> tag
<iframe width="230" height="230"
src="https://www.youtube.com/embed/{$userfields['fidX']}">
</iframe>
{$userfields['fidX']}
2)Create a new profile field, and replace its ID instead of X in the code above.
3)To play music, paste only the ID of the video in the new field
[/hide]