#Embeds dont work
1 messages · Page 1 of 1 (latest)
old.7tv.app embeds are also partially broken
https://old.7tv.app/emotes/01HHPNETYR0003EB9AX2798S40
Moving my bug report over to here :
Actual result
When sending emote links on any social media (ex : Discord), the preview of the emote is missing when using the new website links.
Expected result
The emote preview is shown when the link is sent on a social media that supports it.
Steps to reproduce
- Copy any emote link (https://7tv.app/emotes/01F6FTE8B80008E39HFFQJ7MWS for example).
- Go to any social media (Discord for ease of reproduction).
- Paste the link and send it in any channel.
- Notice no emote preview appears.
Notes
- This issue was reproduced 5/5 attempts
- This issue does not occur when using the old website.
Example (New website currently) :
https://7tv.app/emotes/01F6FTE8B80008E39HFFQJ7MWS
Old website currently :
https://old.7tv.app/emotes/01F6FTE8B80008E39HFFQJ7MWS
And this was the preview before the migration :
Also missing name..
I realize now that this is a hard issue to fix
I'm not a dev, but from what I can tell, the old site's oembed points to https://7tv.app/services/oembed/<base64 json>.json, but since the domain changed to old.7tv.app and theres no oembed service for the new site, it's just a 404. https://old.7tv.app/services/oembed/<base64 json>.json still works though, it's just not linked to anywhere. Fixing it for the old site should be pretty straightforward since you'd just need to make it use old.7tv.app, but i'm not sure if there's been any plans for embeds on the new site.