• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC MyAcc - add server discord

Ciosny

Member
Joined
Aug 16, 2024
Messages
116
Solutions
1
Reaction score
15
Hello!:)

I would like to add a discord on my page with the current number of people displayed as in the screenshot. Does anyone know how to do this?
 

Attachments

Hello!:)

I would like to add a discord on my page with the current number of people displayed as in the screenshot. Does anyone know how to do this?
1. Access your discord server and go to server settings;
2. Enter the widget tab;
3. Widget ready copy the address;

Now go to index.php (depending on your site), and add the link, replace {Address here} with your copied link from the discord server
PHP:
<iframe src="{Adress here}" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
 
Last edited:
You can export discord widget in the discord settings.

1. Right click on your server -> Go to Server settings:
1741613444887.webp


2. Navigate to "Widget", here you can copy the iframe:
1741613642170.webp


3. This code you can paste in the correct place of your template.
 
Back
Top