MyBB Community Forums

Full Version: Profile music
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I was wondering how To directly embed a mp4 file into just my profile on mybb. Now I know about the addon that adds a video to the page, but I want a auto playing song on the page. Thanks!
Try
http://community.mybb.com/mods.php?action=view&pid=75

This plugin allow users to put their favorite song's link in their profile to play.

Features:

Multi language support.
User and group permissions.
YouTube, SoundClod and MP3 support.
4 plugin settings. (YouTube, SoundCloud, MP3 and MP3 validator switches.)
MP3 validator. (With headers.)
YouTube and SoundCloud validator. (With oembeds.)
Automatic recognize type of music. (YouTube or MP3 etc.)
(2015-07-05, 12:01 AM)Vanz Wrote: [ -> ]Try
http://community.mybb.com/mods.php?action=view&pid=75

This plugin allow users to put their favorite song's link in their profile to play.

Features:

Multi language support.
User and group permissions.
YouTube, SoundClod and MP3 support.
4 plugin settings. (YouTube, SoundCloud, MP3 and MP3 validator switches.)
MP3 validator. (With headers.)
YouTube and SoundCloud validator. (With oembeds.)
Automatic recognize type of music. (YouTube or MP3 etc.)

Yes i've used this one, I was wondering if there was a way to put a auto playing mp3 file when someone goes on my profile. Like is there a code I can put in the template?
(2015-07-12, 12:25 AM)xunofar Wrote: [ -> ]
(2015-07-05, 12:01 AM)Vanz Wrote: [ -> ]Try
http://community.mybb.com/mods.php?action=view&pid=75

This plugin allow users to put their favorite song's link in their profile to play.

Features:

Multi language support.
User and group permissions.
YouTube, SoundClod and MP3 support.
4 plugin settings. (YouTube, SoundCloud, MP3 and MP3 validator switches.)
MP3 validator. (With headers.)
YouTube and SoundCloud validator. (With oembeds.)
Automatic recognize type of music. (YouTube or MP3 etc.)

Yes i've used this one, I was wondering if there was a way to put a auto playing mp3 file when someone goes on my profile. Like is there a code I can put in the template?

You'd need this plugin to make it work ~ http://mybbhacks.zingaburga.com/showthread.php?tid=260

<if $memprofile['uid'] == 1 then>
<iframe width="1" height="1" src="http://www.youtube.com/embed/Ot15QOQBjmg?autoplay=1&start=0"style="position: absolute;bottom: 1px" frameborder="0" allowfullscreen></iframe></div>
</if>
where exactly should I insert this code? {$profilmuzigi}

Could you explain me step by step?