Easy Media Download
Easy Media Download allows you to embed download buttons on your WordPress site. Add file download functionality with this WordPress download plugin.
The facts
- Rating
- 4★ from 28
- Active installs
- 9k+
- Price
- Free
- Last updated
- 23 Aug 2026
- Added
- Nov 2013
- Requires WP
- 3.0
- Tested up to
- WP 7.1
- Downloads
- 415,392
Our analysis
AI-assistedEasy Media Download is a WordPress plugin designed to manage digital media file downloads from your website. It allows you to create download buttons for various file types, including audio, video, documents, and images, enabling users to download files directly with ease.
The plugin is lightweight and offers customisation options for download buttons, including text and width adjustments. It supports a wide range of file formats and does not impose limits on file sizes, making it suitable for users who need to share large files easily.
Best for: This plugin is suitable for websites that offer digital media downloads, such as music, videos, documents, and images.
What it does well
- ✓Supports a wide range of file formats
- ✓No limit on file size for downloads
- ✓Customisable download buttons
- ✓Lightweight and easy to use
- ✓Free to use from the WordPress.org directory
Where it falls short
- •Limited information on advanced features or add-ons
- •No premium version mentioned
Verdict
Easy Media Download provides a straightforward solution for managing digital downloads on WordPress sites. It is a practical choice for users looking to offer free downloads without complex setups.
From the developer
Noor Alam's own description of Easy Media Download, lightly tidied.
Easy Media Download is a free download manager for WordPress. It gives your users the ability to download digital media files from your website. The plugin is lightweight and makes downloading easier. You can create beautiful download button which instantly starts the download once clicked.
Features
- Create quick downloads
- Free downloads for music or audio files e.g. mp3, aac, m4a, wav
- Insert download buttons into your landing page
- Free downloads for video files e.g. mp4, mov, qt (QuickTime), mpg, mpeg, flv, m4v, swf, flash, avi, wma, ogg, webm
- Allow users to directly download in all file formats
- Free downloads for document file e.g. doc, docx (OpenOffice, Microsoft Word), odt (OpenDocument), htm, html, ps, tex, xml, txt, csv
- Allow large file download (No limit on the file size)
- Free downloads for Office file e.g. xlsx (Microsoft Excel), pptx (Microsoft PowerPoint)
- Free downloads for script e.g. js, css, php
- Free downloads for archive or compressed file e.g. tar, rar, zip, 7z, gz, z
- Force the browser to open the download prompt
- Free downloads for image file e.g. png, gif, jpg, jpeg, bmp
- Open the download in a new tab
- Free downloads for e-book e.g. pdf, epub
Easy Media Download Add-ons
Embedding Shortcodes for the Downloads
Create a new post/page and use the following shortcode to create a download button for your digital media file:
[easy_media_download url="https://example.com/wp-content/uploads/myfile.zip"]
here, url is a shortcode parameter that you need to replace with the actual URL to your digital file
You can also specify additional optional parameters in the shortcode to customize the free download button.
Button Text
By default the text for the download button is “Download Now”. But you can choose to modify the text using the “text” parameter.
[easy_media_download url="https://example.com/wp-content/uploads/myfile.zip" text="Free Download"]
Button Width
By default the width for the download button is “153”. But you can choose to modify it using the “width” parameter.
[easy_media_download url="https://example.com/wp-content/uploads/myfile.zip" text="Free Download" width="100"]