SinusBot Stream Player

Modern, embeddable music player widget

TekkBot Radio

Live
Loading...
Please wait
Stream Format
MP3 Quality
50%
- listening

Embed This Player

Copy and paste this code into your website to embed the player:

Option 1: Iframe Embed (Easiest)

<iframe src="https://music.bestcraft.cz/embed-player.html" 
        width="500" 
        height="700" 
        frameborder="0" 
        style="border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.3);">
</iframe>

Option 2: Direct Embed (Full Control)

<!-- SinusBot Player Widget -->
<div id="sinusbotPlayer"></div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="https://music.bestcraft.cz/player-widget.css">
<script src="https://music.bestcraft.cz/player-widget.js"></script>
<script>
    // Initialize player
    SinusBotPlayer.init({
        container: '#sinusbotPlayer',
        apiUrl: 'https://music.bestcraft.cz/util.php',
        instanceId: 'a311f1a8-34c5-42dc-bfb4-8fbe8d2829e8',
        autoplay: false
    });
</script>