Video & Multiple Field Type
-
Hi,
I have a theme with custom post type: Portfolio, where registered users can add their info, photos and videos. They are using Meta Box for that.
The Videos field is defined as:
‘name’ => __(‘Custom Video Iframe’,’example’),
‘desc’ => ”,
‘id’ => $prefix . ‘pf_custom_video_urls’,
‘type’ => ‘textarea’,
‘clone’ => trueWhen people add the youtube embed code or the URL, it displays a video on their profile.
1st question: How can I change or add the ability to upload video directly using that field? I changed the type from textarea to video, but nothing happened. How can I change that so users can upload a video?
2nd question Is it possible for that same field to have different types? like textarea, oembed and video? so users can either enter the URL of the video or upload it?
finally, will that be easier to do with the builder or other extension?
they are on my shopping list, but for now I need a free solution if possible.
thanks
The topic ‘Video & Multiple Field Type’ is closed to new replies.