[nodebb-widget-discord] Discord Server Widget
-
It's a new VoIP service like Teamspeak, Mumble, etc.
From what I have seen so far, even while being updated regularly, it works better than other options and it is free.
The mobile apps are also free, unlike Teamspeak, and will support voice very soon.
-
@AbelRavyn You still supporting this?
Would be interesting to integrate this into the profiles of the user.
Was looking into this too, maybe adding it to communicate with that api to ban users if they are banned from nodebb on the voip as well. But prob should wait till official api comes out though prob could port it easily enough.
-
Has anyone tested this plugin on 1.0?
-
@HolyPhoenix I need to know too.
-
Nope just gave it a try for you guys, This will crash the NodeBB instance.
-
I had created a ticket on github. The author replied with a cool html5 and js widget he created. It does not sound like he will be fixing the plugin anytime soon due to the constant amount of changes happening to Nodebb that effect plugins. (too hard to maintain right now)
I recommend if you need this plugin that you check out his response here and add the html and js widget.
https://github.com/RestingCoder/nodebb-widget-discord/issues/3
-
@HolyPhoenix discord does have its own iframe widget, and also gives you json start from the servers.
https://ptb.discordapp.com/api/servers/YourServerNumber/widget.json
-
I will never use an iFrame on my website as I hate them to death.
-
@HolyPhoenix Yeah i think i'm starting to agree, I just added twitter and facebook iframes and they load so slow!
-
@Dielan Its pretty straight forward.
Admin -> Extend -> Widgets
Then choose the page you want to display it on (I think persona only has global(every page) and groups details pages).
Drag the html widget after selecting it in the drop down on the right into the area you want on the left. If you want a container, then also drag the container and put it over your added widget. In the text area on the widget that appears after it is dragged copy and paste in the html you want. Hit the save on the bottom right part of the page. And tada! Your html widget appears.
-
@HolyPhoenix thanks! I'll try it when I get home from work. I was on that page in the ACP before but wasn't really sure what I was doing. I thought I had added it correctly but didn't notice any changes after saving. I will try this!
-
I have plans to make this work again in the near future. Until that time you can use the html widget he mentions in https://github.com/RestingCoder/nodebb-widget-discord/issues/3.
Of course, Discord has APIs and everything now, so rewriting the plugin should not be too bad. And my wife is pretty busy this week(that means I am free), so I'll see if I can make this my priority instead of playing video games.