Laynester
a bad bitch
Super hacky way ..
Discord.css:
Discord.js:
** The box class/heading class, will need to be modified for your CMS, i did not include the box styling into the discord.css
Explanation:
discord.js ripped from the discord widget, var serverid = "DiscordWidgetIdHere"; sets your "guildid" in the discord.js, discord.css is just the discord scrollbar/ connect button/member list.
Discord.css:
You must be registered for see links
Discord.js:
You must be registered for see links
HTML:
<link href="link/to/discord.css" rel="stylesheet">
<div class="box discord">
<div class="heading">Discord</div>
<div class="content" id="discord-widget"></div>
</div>
<script>window.GLOBAL_ENV = {
API_ENDPOINT: '//discordapp.com/api',
WEBAPP_ENDPOINT: '//discordapp.com',
CDN_HOST: 'cdn.discordapp.com',
MARKETING_ENDPOINT: '//discordapp.com',
RELEASE_CHANNEL: 'stable',
};
var serverid = "DiscordWidgetIdHere";
</script>
<script src="link/to/discord.js" defer></script>
** The box class/heading class, will need to be modified for your CMS, i did not include the box styling into the discord.css
You must be registered for see images attach
Explanation:
discord.js ripped from the discord widget, var serverid = "DiscordWidgetIdHere"; sets your "guildid" in the discord.js, discord.css is just the discord scrollbar/ connect button/member list.