#Embeds dont work

1 messages · Page 1 of 1 (latest)

vague plinth
agile halo
#

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

  1. Copy any emote link (https://7tv.app/emotes/01F6FTE8B80008E39HFFQJ7MWS for example).
  2. Go to any social media (Discord for ease of reproduction).
  3. Paste the link and send it in any channel.
  4. Notice no emote preview appears.

Notes

  • This issue was reproduced 5/5 attempts
  • This issue does not occur when using the old website.
#

And this was the preview before the migration :

main glade
#

Also missing name..

agile halo
#

I realize now that this is a hard issue to fix

vague plinth
#

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.