• Hi,

    This is a really great plugin. Thanks for it.

    I came across one problem. In my form users are able to upload videos. I map that into post content. It’s showing me a hash(d5b55ec35b1fa8b00f95733cfe224a2a) in the post content. Is there a way to get the relevant video file and show it in the post content?

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    How is the video uploaded? Is it a file field and they actually upload a video file or is a link to an online video steaming service such as youtube?

    If they upload a video file, then it will get saved in the uploads folder of your server, in which case you can get the file URL in a video tag.

    
    [video src="<url-to-your-file>"]
    
Viewing 1 replies (of 1 total)
  • The topic ‘How to show uploaded Video file in Post Content?’ is closed to new replies.