Video Metabox AOC

Video Metabox AOC allows you to upload a video as a post meta.

Author:Ankit Tiwari (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:5.8.2
Plugin version:1.1
Added to WordPress repository:24-05-2018
Last updated:31-12-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://artofcoding.in/video-metabox
Total downloads:594
plugin download
Click to start download

This plugin aims at providing users the capability to upload video to a post. It uses wp.media js object to open an uploader frame and choose/upload videos. Once the video is selected, it will save the id of uploaded media object in a custom field.

Getting uploaded images

You can use the function aoc_get_post_video($post_id) to retrieve the url of video that has been uploaded to a post. This function accepts the id of post (for which the video is to be fetched) as a parameter.


ChangeLog