SL-DJ Logo

🔔 SL-DJ Webhooks & Now Playing Embeds

SL-DJ offers flexible integration options using webhooks and embed code so your station can interact with external services like Discord or your website.

🌐 What Are Webhooks?

A webhook allows SL-DJ to automatically send real-time data (like “Now Playing” or “Song Change”) to another service or app. This is useful for automation, notifications, and updates.

📨 Example Use Cases

🎮 How to Set Up a Discord Webhook

  1. Open your Discord server and go to Settings → Integrations → Webhooks.
  2. Click New Webhook, give it a name (e.g., SL-DJ Updates), choose a channel, and copy the Webhook URL.
  3. Now in SL-DJ:
    • Go to your station → Web Hooks
    • Click Add Web Hook
    • Choose Generic Web Hook
  4. Paste your Discord Webhook URL into the field.
  5. Scroll to Triggers and select:
    • Song Changed
    • Live DJ Connected (optional)
  6. Customize the payload (or leave default) and save.

🎉 Now, every time the song changes, a message will be sent to your Discord channel!

💻 Using Embed Code on Your Website

SL-DJ provides HTML code that you can copy and paste directly into your website to show “Now Playing” or full player widgets.

Steps:

  1. In your station dashboard, go to Embed Widgets.
  2. Choose:
    • Now Playing Info – shows song title, artist, and artwork
    • Player Embed – adds a built-in player
    • Full Station Page – show entire station listing
  3. Copy the provided `< iframe >` or `< script >` embed code.
  4. Paste it into your website's HTML.

🔧 Tips for Success