Mumble-Widget

Usage

Mumble-widget is a web-based channel viewer widget to display active users on your Mumble server.

Add the following snippet where you want the widget to load on your website:

<script class="mumble-widget"
    src="//dqc3ygqu0f1ud.cloudfront.net/dist/mumble-widget/mumble-widget.cdn.min.js"
    type="text/javascript"
    data-source="CVP Endpoint here"
    data-width="400"></script>
<div id="mumble-widget-container"></div>

Just replace the data-source value with your CVP endpoint provided by your Mumble host and you're set!

Additional options:

  • data-width - (optional) The width (pixels) of the widget and data.
  • data-theme - (optional) The theme name. See Themes below.
  • data-key - (optional) The CVP Key if using GuildBit as your Mumble Host (in this case, you do not need to include the data-source attribute.

View a live demo


Screenshots

Widget


Themes

Default Grayscale Obsidian
Default Grayscale Obsidian

Support

If you found a bug, or are having issues setting up the widget, feel free to create an issue on our Github Issue Tracker. You can also contact me at [email protected] if you don't have a Github account.

About

Mumble-widget is developed and maintained by GuildBit. The project is open-sourced on Github. Feel free to contribute or report bugs on the issue tracker.

Mumble-widget is maintained by alfg
Fork me on GitHub