I have a blog. I need to add a functionality. Where Registered user can upload video and Registered user can view all video and Onclick on Particular video That video display and User can comment on video and total view. Is there any plugin that provide this functionality. or Any demo link or code.
|
closed as not a real question by Chip Bennett, EAMann♦ Feb 24 '12 at 15:52
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
I would either create a custom post type, or a category (depends how you wanna organize it...custom post type would be my goto) to store the videos. With that in place, you can setup a form in your frontend, making it only visible to registered users, where they can do their video uploading (this functionality is covered elsewhere, so I won't talk about how to do that, if you need docs, You'll also need a way of viewing the videos. The archive of a category or custom post type would work well, as would a custom page template...that's sorta your call as to what you want to do...doing the display and what not should be cake for you from within the template. |
|||
|
|