MyBB Community Forums

Full Version: Profile Music Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using a plugin for myBB called Profile Music Plugin which can be found herehttp://community.mybb.com/mods.php?action=view&pid=75

I need help with making it able to autoplay in the profile.

Nevermind found the solution.

Replace profilmuzigiek_youtube (in the global templates) template with this:
<br />
<iframe width="300" height="200" src="http://www.youtube.com/embed/{$youtubeid}?autoplay=1" frameborder="0" allowfullscreen ></iframe>
Above code does not work I used it but it shows a blank space in user panel. And and no music plays
Is your forum using https ?
Change the iframe source and remove the scheme, the source will be adaptive: //www.youtube.com/embed/{$youtubeid}?autoplay=1