Hi i am trying to make an app for my local community temple. They have website and all the photos & Videos are currenlty stored locally on the website. It is published on the website with a .php url. I am trying to connect the app to this URL to display photos / vidoes. Can you please help me how to achieve this?
You can store the photos somewhere else that you can easily access from Thunkable such as Cloudinary or you can use a Web Viewer to display the url you have. But I don’t know of a way to access the photos and videos from a random url.
Do the photos and videos have publically-accessible individual urls that follow a pattern? If so, you could probably use those.