Skip to content

WordPress plugin that allows your visitors to upload media from the front-end

Notifications You must be signed in to change notification settings

stephyiu/wp-frontend-uploader

 
 

Repository files navigation

Frontend Uploader

Build Status Travis Build Status Magnum

Description

This plugin gives you an ability to easily accept, moderate and publish user generated content (currently, there are 3 modes: media, post, post + media). The plugin allows you to create a front end form with multiple fields (easily customizable with shortcodes). You can limit which MIME-types are supported for each field. All of the submissions are safely held for moderation in Media/Post/Custom Post Types menu under a special tab "Manage UGC". Review, moderate and publish. It's that easy!

Installation

  1. git clone https://github.com/rinatkhaziev/wp-frontend-uploader.git in your WP plugins directory
  2. git submodule update --init --recursive in the plugin dir to get dependencies
  3. Activate the plugin
  4. Set the settings
  5. Enjoy

Upgrade instructions

  1. Pull as usual
  2. Do git submodule -q foreach git pull -q origin master to update submodules
  3. ...
  4. Profit

Developers

Miss a feature? Pull requests are welcome.

About

WordPress plugin that allows your visitors to upload media from the front-end

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 57.7%
  • JavaScript 41.8%
  • CSS 0.5%