soflyy / oxygen-bugs-and-features

Bug Reports & Feature Requests for Oxygen
https://oxygenbuilder.com/
314 stars 29 forks source link

Allow for embedding video from media library #1925

Open jasonwilliamsau opened 3 years ago

jasonwilliamsau commented 3 years ago

Describe the feature you'd like to see included in Oxygen. Currently not able to insert a video from the WP Media Library

What are the use cases for this feature? Embed video from media library

Examples of this feature or functionality.

porg commented 3 years ago

Is there a priority and/or timeline on this?

Workarounds known to me

geokongr commented 1 year ago

I vote for that feature too.

If you need a right now solution you can use the video html tag in a code block, after you have uploaded your video in WP library and copied its link. Then you need to paste it in the src attribute of video tag.

E.g.: <video src="https://mysitedomain.com/wp-content/uploads/2022/12/myvideo.mp4" autoplay="" controls="" muted="muted" controlslist="nodownload"></video>

You may also need to use the following css to be responsive: video { width: 100% !important; height: auto !important; }

porg commented 1 year ago

^ Thanks for providing the workaround!

porg commented 1 year ago

But as it is a workaround, some native handy Wordpress features won't work, like:

risharde commented 1 year ago

This we definitely need, didn't realize this was unavailable as I didn't test the video element until after purchase. Thankfully I can do the HTML code but it would be super nice if there was a UI element with additional things like controlling whether controls are hidden, whether autoplay can be enabled etc.

Hefestos21 commented 1 year ago

Would also be nice to have a dynamic field to operate. I use a post grid with featured images, but I can not use videos to showcase the posts. I tried many alternatives, but none of them work. ACF does not have a video field, so I'm clueless.

SheehabMuhammad commented 1 year ago

Voting for this feature.

alFrame commented 7 months ago

Please make it happen.

WebSorted commented 3 months ago

This we definitely need, didn't realize this was unavailable as I didn't test the video element until after purchase. Thankfully I can do the HTML code but it would be super nice if there was a UI element with additional things like controlling whether controls are hidden, whether autoplay can be enabled etc.

This would be very handy, adding my vote!