digitalungdom-se / digitalungdom.se

The source code for Digital Ungdoms website
https://www.digitalungdom.se
GNU Affero General Public License v3.0
7 stars 6 forks source link

Add some sort of Discord embed. #120

Open kelszo opened 3 years ago

kelszo commented 3 years ago

This could be done by creating a custom Discord widget and using the Discord widget api (https://discord.com/api/guilds/468044152970674176/widget.json), this could be served by the digitalungdom-api to prevent calling discord.com from the front-end.

Another solution would be using the Discord iframe, but then the front-end would call a third party url.

Nautman commented 3 years ago

I think it would be nice to get the following data:

The below would be nice but would require an image proxy (if we don't want third-party requests):

Nautman commented 3 years ago

I'm not entirely sure how this component should look. Perhaps I will post some suggestions here later.