Touch Audio Player
1.
REHAN 25.02.2026 / 22:45
A responsive audio player for a website with integrated Bootstrap, ready-made HTML demo code, supports playback of a single melody or a link to a radio stream.
<link rel="stylesheet" href="https://bootstraptema.ru/plugins/2015/bootstrap3/bootstrap.min.css" />
<link rel="stylesheet" href="https://bootstraptema.ru/plugins/2015/audio-touch/audio-touch.css" />
<script type="text/javascript" src="https://bootstraptema.ru/plugins/jquery/jquery-1.11.3.min.js"></script>
<div class="container"><div class="row">
<div class="col-lg-6 col-lg-offset-3">
<audio preload="auto" controls>
<source src="https://bootstraptema.ru/assets/music/cuckoo.mp3" />
</audio>
<br><br><br><br><br><br><br><br>
<a href="http://tatyanayurskaya.my1.ru/load/" target="_blank" class="btn btn-default" >Performer: Tatyana Yurskaya</a>
</div>
</div></div>
<script src="https://bootstraptema.ru/plugins/2015/audio-touch/audio-touch.js"></script>
<script>
$( function()
{
$( 'audio' ).audioPlayer();
});
</script>
URL:
https://pakwap.com/topics/477