MyBB Community Forums

Full Version: MP3 PLAYER HTML5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
works for me

Name
MP3 PLAYER HTML5

Short Description
Embeds an HTML5 mp3 player in your post.

Regular Expression
\[mp3\](.*?)\[/mp3\]


Replacement
<audio controls>
<source src="$1" width="300" height="45" type="audio/ogg">
<source src="$1" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

how to post the mp3

[mp3]http://www.numanme.co.uk/numanme/numanme-playlist/savage-clips/05-And-It-All-Began-With-You.mp3[/mp3]

have fun