Tools for developers & webmasters

Free widgets

Embed a free radio player or concert selection on your website. Customizable, lightweight and responsive.

4 Widgets
2 Themes
100% Free

📻 Radio Widget

Embed a radio with player on your site.

Embed code

<iframe
  src="https://www.groovepick.com/widget/radio/SLUG-RADIO"
  width="340"
  height="140"
  frameborder="0"
  loading="lazy">
</iframe>
<p style="font-size:11px;margin-top:5px;">
  Propulsé par <a href="https://www.groovepick.com">GroovePick</a>
</p>

💡 Replace SLUG-RADIO with the radio slug (visible in the radio page URL).

🌍 Radios by country Widget

Display the best radios from a country on your site.

Embed code

<iframe
  src="https://www.groovepick.com/widget/pays/france?theme=light&limit=5"
  width="360"
  height="310"
  frameborder="0"
  loading="lazy">
</iframe>
<p style="font-size:11px;margin-top:5px;">
  Radios proposées par <a href="https://www.groovepick.com">GroovePick</a>
</p>

💡 Replace france with your country. Add ?limit=3 to limit the count.

🎵 Radios by genre Widget

Display radios filtered by music genre.

Embed code

<iframe
  src="https://www.groovepick.com/widget/genre/jazz?theme=dark&limit=5"
  width="360"
  height="310"
  frameborder="0"
  loading="lazy">
</iframe>
<p style="font-size:11px;margin-top:5px;">
  Sélection par <a href="https://www.groovepick.com">GroovePick</a>
</p>

💡 Available genres: pop, rock, jazz, classical, electronic, hip-hop, reggae, blues, metal, news, talk, sport...

🎤 Concerts Widget

Display upcoming concerts and shows on your site.

Embed code

<iframe
  src="https://www.groovepick.com/widget/concerts?theme=light&limit=4"
  width="380"
  height="320"
  frameborder="0"
  loading="lazy">
</iframe>
<p style="font-size:11px;margin-top:5px;">
  Concerts proposés par <a href="https://www.groovepick.com">GroovePick</a>
</p>