Please add a feature that help to scroll like scrolling videos in tiktok,yt shorts, insta reels etc…
You need to vote on your own post.
That would be soo cool, in the meantime I thought of a concept you can try that gives a similar experience. You can make a custom collection with all your videos/posts.
Then, set the sorting to Randomly (Won’t work if you choose another sorting but you can add whatever filters you like to make the experience better), and tick the “Limit number of items” box and limit them to 1 so it only shows one post at a time.

Finally add a Next button and set the action to shuffle order, and it’s done!
But cannot swipe
I am sure it is possible to reproduce a swipe feature with JSON and AI Component.
JSON require paid plan, right?
No. Available on free plan
Oh forgot about the AI compoment
That’s why I said “similar” but if you really want swiping try playing around with the AI component, but I suggest you still just use that method because the AI component would take so much prompting to get it right
I can’t agree with that.
Oops
I’m not too expert on glide
Ai will make it correctly like instagram reels or youtube shorts with slide??
also for free?
AI Component is free so yeah!
But you will use a JSON array for the source.
Have you check this?
OMG I WAS ON THAT LOLL
We can still make Tiktok in Glideapps, but Idk how to make it versatile
Custom collection
|
Invisible spacer (medium)
Name
Video
Description
Button block with like, dislike, and comment (share is optional)
Invisible spacer (medium)
That is so real lol
I got a much better way that makes the videos autoplay as you scroll to them and stop when you scroll past Go to this link, click “Copy component”, paste it in Glide (Ctrl/Cmd + V or rightclick/hold panel on left with components and select Paste), drop it inside of your custom collection of posts, and open the component and configure these:
- Set videoUrl to the column where you store the URL of the video (Doesn’t work with YouTube video links)
- Set channelName to the name and channelProfilePicture to the profile picture of the user (You can achieve this by having a relation for the user who made the post, then lookup columns for that relation column > name/photo)
- Set description to the caption of the post
- Set Timestamp to the time the post was made. If you want in relative format (e.g. 2 days ago) add a Relative Time column on top of your Date and Time column and use that for the component.
- Set the relatedUser action to show detail screen for your relation to the post creator
- Set playReel to whatever you want to happen when you play the video. For example, if you want a view counter, add a number column for Views, and set the action to “Increment Views by 1”
Example:
You can then add a button block below the component in your custom collection for actions (like, comment, share, etc) and remove everything else except the button block and AI component
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.