Skip to content

TheRealFloatDev/Discord-Chat-Widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Chat Widget

Shows a little customizable discord widget at the bottom of your page

Authors

Installation

Add the following lines of code to your html file

<script src="https://codineerdigital.com/lib/js/discordwidget.js"></script>
<script>
    discordWidget.draw();
</script>

Usage/Examples

Custom Discord URL

discordWidget.link = 'https://discord.gg/myDiscord'

Custom Widget Color

discordWidget.color = '#fff'

Custom Icon Color

discordWidget.fontColor = '#fff'

Update the Widget

discordWidget.update()

Remove the Widget

discordWidget.remove()

License

MIT

Contributing

Contributions are always welcome!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published