Developers
naa986 |
Download Stats
Today | 49 |
Yesterday | 82 |
Last Week | 559 |
All Time | 203,362 |
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
- Insert download buttons into your landing page
- Allow users to directly download in all file formats
- Allow large file download (No limit on the file size)
- Accept donations for your free digital downloads using PayPal
- Free downloads for music or audio files e.g. mp3, aac, m4a, wav
- Free downloads for video files e.g. mp4, mov, qt (QuickTime), mpg, mpeg, flv, m4v, swf, flash, avi, wma, ogg, webm
- Free downloads for document file e.g. doc, docx (OpenOffice, Microsoft Word), odt (OpenDocument), htm, html, ps, tex, xml, txt, csv
- 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
- Free downloads for image file e.g. png, gif, jpg, jpeg, bmp
- Free downloads for e-book e.g. pdf, epub
- Track/Monitor your downloads
- Ability to force a digital file download
For more information please check the Easy Media Download documentation page
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="http://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="http://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="http://example.com/wp-content/uploads/myfile.zip" text="Free Download" width="100"]
Button Height
By default the height for the download button is "41". But you can choose to modify it using the "height" parameter.
[easy_media_download url="http://example.com/wp-content/uploads/myfile.zip" text="Free Download" width="100" height="50"]
Download in a new window
By default the download starts in the same window. But you can choose to modify it using the "target" parameter.
[easy_media_download url="http://example.com/wp-content/uploads/myfile.zip" target="_blank"]
(opens the download in a new window)
Force File Download
Usually when a digital file is recognised by the browser it does not prompt for download. The file just opens in the browser instead. You can choose to modify this behaviour using the force_dl
parameter in the shortcode.
[easy_media_download url="http://example.com/wp-content/uploads/myfile.mp3" force_dl="1"]
Download Button Templates
Easy Media Download comes with 21 different download button templates. All you need to do is specify the style and the button will look just like it. For example:
[easy_media_download url="http://example.com/wp-content/uploads/myfile.zip" color="red_darker"]
- grey
- grey_light
- red
- green_dark
- green_light
- green
- blue
- blue_two
- blue_three
- blue_four
- orange
- orange_two
- orange_light
- orange_dark
- purple
- purple_dark
- purple_light
- yellow_red
- hot_pink
- pink
If you want to fully customize the download button you can use your own button image instead.
Custom CSS Class
In addition to various button templates, If you want to apply custom styling to a button you can do so by using the class
parameter.
[easy_media_download url="http://example.com/wp-content/uploads/myfile.zip" class="myclass"]
You can specify multiple CSS classes in the shortcode.
[easy_media_download url="http://example.com/wp-content/uploads/myfile.zip" class="myclass1 myclass2 myclass3"]
Embedding a Donation Button for Free Download
You can accept donations from users visiting your site for your free downloads. Simply use the following shortcode with your PayPal email address in it.
[emd_donation email="abc123@hotmail.com"]
Donation Currency
The default currency is "USD". But you can also accept payments in your preferred currency using the "currency" parameter.
[emd_donation email="abc123@hotmail.com" currency="CAD"]
(This will set the currency to Canadian Dollar)
Payment Page Language
The default locale for the payment page is "US". But you can set it to your preferred language using the "locale" parameter.
[emd_donation email="abc123@hotmail.com" locale="BE"]
(This will set the locale to Belgium)
Donation Button Image
You can customize the donation button by specifying your preferred image in the shortcode.
[emd_donation email="abc123@hotmail.com" image="http://example.com/wp-content/uploads/images/donate.jpg"]
Digital Download Tracking
Easy Media Download is integrated with the Google Analytics plugin. It allows you to see how many times a particular file has been downloaded in real time from your Google Analytics account.
Languages
Easy Media Download can be translated into your languages. Currently it supports the following languages:
- French
- Spanish
- German
- Italian
- Dutch
- Turkish
If you are a non-English speaker please help translate Easy Media Download into your language.
Like Easy Media Download Already?
Feel free to drop your review here
Recommended Reading
- Easy Media Download Documentation
- My Other Free WordPress Plugins
Releases (11 )
Version | Release Date | Change Log |
---|---|---|
1.1.2 | 2017-12-14 |
|
1.1.1 | 2016-07-15 |
|
1.1.0 | 2016-05-17 |
|
1.0.9 | 2015-12-09 |
|
1.0.8 | 2015-11-11 |
|
1.0.6 | 2014-05-06 |
|
1.0.5 | 2014-01-29 |
|
1.0.4 | 2013-12-28 |
|
1.0.3 | 2013-12-19 |
|
1.0.2 | 2013-11-09 |
|
1.0.1 | 2013-11-04 | none |