• 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!

PHP Layout Gesior/Discord Webiste

Gaber Zen

Well-Known Member
Joined
Apr 22, 2023
Messages
225
Reaction score
52
Location
Egypt
How do I get a code to add Discord to my website?
discord-like-box/like this.
I have code that works for Facebook, I tried to develop it for Discord, but it didn't work
Lua:
<div style="background-color:#ffffff; margin-top: 20px;">

<div class="fb-like-box" data-href="https://web.facebook.com/" data-width="180"
data-height="300" data-show-faces="true" data-stream="false" data-header="false"></div>
 

Attachments

You can get the widget from the widget tab in your server settings. From this tab you can enable the widget, adjust your invite settings, and copy the html or json code to embed on your site.
 
The code I have is for Facebook and not for Discord. I tried to modify it more than once and failed
Lua:
<div style="background-color:#ffffff; margin-top: 20px;">

<div class="ds-like-box" data-href="https://discord.com/invite/3SCTS73j" data-width="180"
data-height="300" data-show-faces="true" data-stream="false" data-header="false"></div>
 
Back
Top