Allow visitors to create a content for you, directly from frontend.
Requirements
The uploader is powered by the Snax plugin, so please make sure you have it activated.
Basics
The upload workflow is based on two main concepts: Posts and Items. Before further reading, you should first get to know what they are and what’s the main difference between them. Read More
Check also the uploader fundamental components:
- Frontend Submission Page – the uploader main entry point, lists all active formats
- Post Submission Form – the main form, used for all formats
- Item Submission Form – the form to submit an item to an existing list (all list formats)
Formats
Using the uploader, a user can create:
- Story
- Open List
- Ranked List
- Classic List
- Trivia Quiz
- Personality Quiz
- Classic Poll
- Versus Poll
- Hot or Not Poll
- Link
- Meme
- Audio
- Video
- Image
- Gallery
- Embed
- External Product
Customize
The submission process is highly customizable, at every stage. You can:
- Deactivate unused formats
- Configure/Disable fields on the post submission form
- Deactivate unused forms on the item submission form
- Change format-related texts
- Define limits
- Enable/Disable moderation
- Enable/Disable reporting
- Enable/Disable notifications
- Restrict the backend access
- Change URL slugs (white label)
- Allow/Disallow post edit/delete actions
Advanced
The uploader permissions are based on the WordPress roles and capabilities system. Most of necessary configuration is done during plugin activation so, in most cases, you don’t need to do anything more. But if you need a custom setup, restrict access to a certain action per role, please refer to the User Role/Capabilities section.