This is an MP3 Parser using the HTML5 audio tag.


Code
[mp3]https://www.virtualnightclub.net/dump/SaveAHorse.mp3[/mp3]

Custom BBCode (customtags.txt):
Code
<?php
$export_tags = array (
  0 => 
    ),
);
?>

In order to make the mp3 audio responsive you will need to modify common.css, find:
Code
.video-container iframe, .video-container object, .video-container embed{height:100%;left:0;position:absolute;top:0;width:100%;}

Replace With:
Code
.video-container iframe, .video-container object, .video-container embed, .video-container audio, .video-container video{height:100%;left:0;position:absolute;top:0;width:100%;}

Last edited by Gremelin; 08/21/19 01:29 PM.