Tutorial

Discord Widget Embed Guide

Follow this guide to generate a valid <iframe> Discord server widget. This is required for server pages that embed your community directly on your RSPS List listing.

1
Open Server Settings

In Discord, right-click your server icon and select Server Settings.

Right-click server → Server Settings
2
Enable Server Widget

Inside Server Settings, scroll down in the left sidebar and choose:

Widget

Then enable the toggle:

Enable Server Widget
3
Copy the Iframe Code

You will see a section called PREMADE WIDGET.

Under it, Discord shows a code block labeled 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>

Copy this entire <iframe> block.

4
Paste Into Your Listing

In your server listing form, paste the iframe code into the Discord Widget Embed Code field.

Important

Your embed code must start with <iframe or it will be rejected.

Tips
  • Make sure your Discord server widget is enabled
  • The theme parameter can be 'dark' or 'light'
  • You can adjust width and height as needed
  • The widget will show online members and a join button