Discord setup guide

Discord Widget Embed

Add a live Discord widget to your RSPS listing so players can see who is online and join directly from your page. Takes about 2 minutes.

01

Open Server Settings

Right-click your Discord server and open Settings.

02

Enable the Widget

Find the Widget section and turn on Server Widget.

03

Copy and paste

Grab the iframe code and paste it into your listing.

Step 1: Open Server Settings

In Discord, right-click your server icon in the left sidebar. Select Server Settings from the context menu.

Step 2: Enable Server Widget

Inside Server Settings, scroll the left menu and click Widget.

You will see a toggle at the top of the page labelled Enable Server Widget. Turn it on.

Enable Server Widget (turn this on)

Step 3: Copy the iframe code

After enabling the widget, Discord shows a Preview Widget section. Below the preview you will find a code block with an <iframe> element.

Copy the entire block. It will look like this:

html
<iframe src="https://discord.com/widget?id=YOUR_SERVER_ID&theme=dark"
        width="350"
        height="500"
        allowtransparency="true"
        frameborder="0"
        sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts">
</iframe>

Your YOUR_SERVER_ID will already be filled in by Discord. No changes needed.

Step 4: Paste into your listing

Open your RSPS listing editor, find the Discord Widget Embed Code field, and paste the full <iframe> block exactly as Discord gave it to you.

The code must start with <iframe : anything else will be rejected.

What it does

The Discord widget shows live member presence on your listing page. Players can see who is online and click to join your server directly.

Live Discord widget

Shows online members in real time

Checklist

  • Widget must be enabled in Discord first
  • Code must start with <iframe
  • Do not modify the src URL
  • Your server must be public or widget-enabled
  • Re-paste if you regenerate your widget URL

Quick facts

Format
<iframe>
Updates
Real time
Source
Discord