Simple example of integrating the CrazyGames Radio Player
1. Basic Setup
This example shows the simplest way to add radio to your website or game.
<script src="https://cdn.crazygames.com/radio/v1/crazygames-radio-complete.min.js"></script>
<script>
// Show the radio player
CrazyGamesRadio.showPlayer();
</script>
2. Manual Initialization
For more control, you can initialize the radio programmatically.