toniohc / discord-widget

A widget for Discord.

Home Page:http://discord.deliriousdrunkards.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Widget

Code Snippet

<script type="text/javascript" src="//cdn.jsdelivr.net/discord-widget/1.0/discord-widget.min.js"></script>
<script type="text/javascript">
    discordWidget.init({
        serverId: '51143782082543616',
        title: 'Discord Widget Title',
        join: false,
        alphabetical: false,
        theme: 'dark',
        hideChannels: ['Channel Name 1', 'Channel Name 2'],
        showAllUsers: true,
        allUsersDefaultState: true
    });
    discordWidget.render();
</script>
<div class="discord-widget"></div>

Usage

Paste the snippet above into your site, and change the serverId parameter. For more details, go here.

Screenshot

Changelog

1.0

New Features
  • Added version info to the widget to make troubleshooting issues on user sites easier.
  • Started this changelog.
Bug Fixes
  • N/A

Help

If you run into trouble, let me know here.

About

A widget for Discord.

http://discord.deliriousdrunkards.com/


Languages

Language:CSS 45.5%Language:JavaScript 33.6%Language:HTML 20.9%