>
Download This Plugin | |
Download Elegant Themes | |
Name | Simple File Downloader |
Version | 1.0.3 |
Author | eugenealegiojo |
Rating | 100 |
Last updated | 2014-09-24 12:17:00 |
Downloads |
6771
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Simple File Downloader plugin added 1 bytes of resources to the Home page and 0 bytes of resources to the sample Post page.
Simple File Downloader plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Simple File Downloader plugin ads no tables to your Wordpress blog database.The plugin that will let admin user to add download links to any posts/pages in simplest way and hassle free. Allows all your site visitors to download any files from your website without any user restriction.
Create a new post/page and click the 'Add Download' button from the content editor, then generate the shortcode below:
[media-downloader media_id="9" texts="Download Now!"]
Media id is automatically added from your media library.
Here are the all the available parameters when generating shortcode for file download:
texts
If you choose to leave the texts parameter empty, then it be defaulted to 'Download File'.
image_url
You can also use image/button as your download link. If you supplied this parameter, then texts parameter will be replaced by this image.
[media-downloader media_id="9" image_url="http://domain.com/wp-content/themes/images/button.png"]
class
You can add class to your download link either a texts or image button. This is useful if you want to apply your own style.
[media-downloader media_id="9" texts="Download PDF" class="download-pdf"]
display_filesize
You also have an option to display the size of the file. Just set it to 'yes'
[media-downloader media_id="9" texts="Download PDF" display_filesize="yes"]