Embedding local video in Wordpress comments
I'm trying to embed a video file (from Media Library) in a comment.
Adding the default code currently used in Posts didn't work:
[video width=1280 height=718 mp4=https://www.example.com/wp-content/uploads/2021/10/video.mp4][/video]
Pasting the raw link in the comment dind't work either, and the output was in plain text:
[video src=https://www.example.com/wp-content/uploads/2021/10/video.mp4 /]
Is there a way to make Wordpress parse the comments in a way that I can use either the video shortcode or the raw link? I'm asking for help because I don't want to use a plugin for this. Thanks.
Topic video-player embed comments Wordpress
Category Web