Britmoji / tiktxk

tiktxk will rock your s/o/x off — this is war you "hackerman" 🤓
https://tiktxk.com
GNU Affero General Public License v3.0
96 stars 3 forks source link

Add proper slideshow support #6

Closed Apocolypto closed 7 months ago

Apocolypto commented 1 year ago

When embedding slideshows using tiktxk, it shows a static image of the first slide of the slideshow.

Is it possible that you could implement it so that all the slides within a slideshow play in a video format?

KodingDev commented 1 year ago

Currently we host the service via Cloudflare Workers. We've got very strict processing limits on it, so rendering a stitched image alone is really stretching the limits of it (I've looked into it before).

If you know of any self-hosted services that could do that processing for us, then I'd be happy to host it myself and integrate it, however - at this moment - I haven't found a super nice way to integrate it how I'd like.

If Discord allowed us to supply multiple images for the embed and could display it natively like it does for Twitter, then that'd be the preferred solution.

Appreciate it however, thank you ! I'll keep it open in case something pops up later

IkeVoodoo commented 10 months ago

@KodingDev You could edit the embed to change the image and add an action button to swipe left/right

KodingDev commented 10 months ago

We don't have access to buttons using raw HTTP embeds.

Apocolypto commented 10 months ago

My bad, I forgot about this thread. You could take a similar approach to vxtiktok where it shows all the images in a slideshow in a playable video format.

Apocolypto commented 8 months ago

update to this: discord supports up to 4 images that are embeddable now

KodingDev commented 7 months ago

Fixed :] Discord doesn't like embedding them sometimes, can't really do much about it, but it does work :)