How to link video url's through .txt file?

Hello, I am trying to create editable video url’s for a number of projects

I assumed I could use this code

        <video controls>

            <source src="<?= $page->link() ?>">
        
        </video>

In my .txt file as:

Link: http://url

I am reasonably new to kirby and was hoping someone might be able to point me in the right direction

What sort of URLs? YouTube? Vimeo? Videos on your own server? As far as I know, the type attribute with a correct mime type is required.

Hey thanks for your response! Amazon S3 videos! I actually worked out a solution using OblikStudio’s kirby-link-field https://github.com/OblikStudio/kirby-link-field :slight_smile: