
WordPress Media Uploader is a WordPress Core JavaScript tool which lets us upload or select existing images, documents, videos and audios and then return reference to the selected media files to the caller. Here is a gentle introduction to the WordPress media uploader.
Media uploader is used by various WordPress admin functionalities such as add featured image, post insert media etc.
In this tutorial I will show you how to open the media uploader for your own purpose on admin panel and also on WordPress front-end.
Adding a Single Image using WordPress Media Uploader
In this tutorial we will see how to open the WordPress media uploader and let user upload or select a single image. Once the image is selected, media ...Continue Reading
Adding Multiple Images using WordPress Media Uploader
In this tutorial we will see how to open the WordPress media uploader and let user upload or select multiple images. Once the images are selected, med ...Continue Reading
Adding Image Gallery using WordPress Media Uploader
In this tutorial we will see how to open the WordPress media uploader and let user upload or select a image gallery. Once a gallery is selected, media ...Continue Reading
Adding a Audio Playlist using WordPress Media Uploader
In this tutorial we will see how to open the WordPress media uploader and let user upload or select a audio file. Once a playlist is selected, media u ...Continue Reading
Adding a Video using WordPress Media Uploader
In this tutorial we will see how to open the WordPress media uploader and let user upload or select a video file. Once a playlist is selected, media u ...Continue Reading
Using WordPress Media Uploader on Frontend
WordPress media uploader is made up of Underscores and Backbone therefore to open the media uploader on frontend we just need to embed these dependenc ...Continue Reading