View Full Version : BB Code Enhancements - MP3 Player BBCode
donnyaz
04-05-2015, 09:00 PM
I wish Vbulletin 5 would make an Audio player that worked like alot of other Forums and CMS software does.
CreativeIT
10-13-2019, 12:28 AM
Use Custom BB Codes
Add https link to mp3/mp4 here
<div align="center">
<video width="470" height="320" controls preload="none" controls>
<source src="{param}" type="video/mp4">
<source src="{param}" type="video/ogg">
<source src="{param}" type="video/wmv">
<source src="{param}" type="audio/mp3">
Your browser does not support the video tag.
</video>
</div>
If you want it just for audio, then change the height to 75
Add https link to mp3/mp4 here
<div align="center">
<video width="470" height="75" controls preload="none" controls>
<source src="{param}" type="video/mp4">
<source src="{param}" type="video/ogg">
<source src="{param}" type="video/wmv">
<source src="{param}" type="audio/mp3">
Your browser does not support the video tag.
</video>
</div><div align="center">
<video width="470" height="75" controls preload="none" controls>
<source src="{param}" type="video/mp4">
<source src="{param}" type="video/ogg">
<source src="{param}" type="video/wmv">
<source src="{param}" type="audio/mp3">
Your browser does not support the video tag.
</video>
</div>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.