Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JohnyTheCarrot/discord-embed-previewer
An open-source Chrome extension for previewing what your site's embed would look like when your site is linked in Discord.
https://github.com/JohnyTheCarrot/discord-embed-previewer
Last synced: 7 days ago
JSON representation
An open-source Chrome extension for previewing what your site's embed would look like when your site is linked in Discord.
- Host: GitHub
- URL: https://github.com/JohnyTheCarrot/discord-embed-previewer
- Owner: JohnyTheCarrot
- License: gpl-3.0
- Created: 2022-04-24T18:06:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T16:22:44.000Z (9 months ago)
- Last Synced: 2024-08-02T05:08:20.002Z (3 months ago)
- Language: Svelte
- Size: 838 KB
- Stars: 41
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-discord - Discord Embed Previewer - A chrome-only extension to preview your website's embeds generated by Open-Graph tags without having to deploy it or deal with Discord's cache. (🔗 Tools)
README
# Discord Embed Previewer
[Install on Chrome Web Store](https://chrome.google.com/webstore/detail/discord-embeds/faeojpkidgnhcochgodeklokfimbencc)
## The problem
When I was working on the Rythm website I came across the problem that I
couldn't test the Discord embed, as what I was building was not yet to be announced.
If I put it under a URL, it would've leaked eventually.
Even when this is not a problem, perhaps in the case of an open-source project,
it is still annoying and time-consuming to have to deploy your site somewhere to find out
what it looks like in Discord. Not to mention you'd have to keep adding to the query string to
bypass Discord's caching systems.## The solution
I've made an extension that allows you to preview any site's Discord embed.
This should make checking what it roughly looks like on Discord a trivial process.## Known issues
* [LOOKING INTO] Still looking into the legality of using the Whitney font that Discord uses in their clients. If I find a way to do it in a legal way, I'll be sure to add the actual font in.
* [WON'T FIX] YouTube and Twitter have custom embeds in-client, I do not plan to support these as these are out of scope of this project.## Reporting inaccuracies
You can just open an issue.
Reporting inaccuracies is greatly appreciated.## Images
![](https://github.com/JohnyTheCarrot/discord-embed-previewer/blob/main/readme-images/image1.png?raw=true)
![](https://github.com/JohnyTheCarrot/discord-embed-previewer/blob/main/readme-images/image2.png?raw=true)
![](https://github.com/JohnyTheCarrot/discord-embed-previewer/blob/main/readme-images/image3.png?raw=true)