URLs for each image

Im making a website with a list of images. I would like each image to have its own url for sharing purposes. How can I do that?

1 Like

You want to share the image hosted in the adalo database?

An alternative solution would be to have the image hosted externally, then you can use the webview to show the picture from your app. The address will be stored as a field in your database as a link in your webview and you simply need to created a text link also underneath it. Not sure whether it will work with your use case though