• My niche topic site has multiple authors. My homepage has a bunch of shortcodes for custom functions that query the posts in different ways. I want authors to also post embedded youtube and vimeo videos by merely posting the link, and I will feature these as “video posts”. The purpose is to engage visitors who like watching videos, and always have one or two videos on the homepage.

    I don’t want authors to upload video files. I just want them to post the video links that will be converted to embeds. I’ll either write the code for that or find something. I’m not too concerned about that, as long as I know where to do it.

    I think I need a custom post type to do this? I’m still very new to WP and haven’t done that before. Has anything been written for this purpose?

    Maybe I should just add a video embed plugin for regular posts, and have a query dig through regular posts to find the video embeds, and feature those? That could work, but I’m a little concerned about featuring videos that authors just include in a post to make a point about something, and they might not be appropriate videos to feature for the site’s niche topic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The general plugins forum is not a good forum for general questions – it’s for specific plugin support in which case you need to post in the plugin’s own sub-forum. That said, bumping is against the forum guidelines – http://codex.wordpress.org/Forum_Welcome#No_Bumping. I’ve now moved this thread to the “How To and Troubleshooting” forum.

    That said, I’m not sure I totally understand your question – video embeds are supported in core:

    http://codex.wordpress.org/Embeds

    To make them featured, possibly try?

    http://wordpress.org/plugins/featured-video-plus/

    Thread Starter squeebo

    (@squeebo)

    Thanks, I’ll check out Featured Video Plus. I wasn’t aware that core supports video embeds.

    Thread Starter squeebo

    (@squeebo)

    I tried the Restrict Uploads plugin so users can’t upload videos, but they can still upload videos, it just changes the video to a whole bunch of jpg files and just makes it confusing. Users are just going to be asking me why it isn’t working. I don’t want the option to upload videos at all, just to embed. How can I do that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Video embeds – custom post type?’ is closed to new replies.