>
Download This Plugin | |
Download Elegant Themes | |
Name | Download Shortcode |
Version | 1.1 |
Author | Drew Jaynes (DrewAPicture) |
Rating | 100 |
Last updated | 2013-02-03 02:29:00 |
Downloads |
15114
|
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%
Download Shortcode plugin added 15 bytes of resources to the Home page and 19 bytes of resources to the sample Post page.
Download Shortcode plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Download Shortcode plugin ads no tables to your Wordpress blog database.Have you ever linked a PDF, an mp3, image, or other kind of file because you wanted to let people download it but instead it just loads in the browser? This plugin introduces a [download]
shortcode which allows you to output links that will tell the browser to download those files!
WITH 'pretty permalinks' enabled in Settings > Permalinks:
The following example would display as:
My Link
http://yoursite.com/download/my_song.mp3
[download label="My Link"]http://yoursite.com/wp-content/uploads/my_song.mp3[/download]
The following example would display as:
http://yoursite.com/download/my_song.mp3
[download]http://yoursite.com/wp-content/uploads/my_song.mp3[/download]
WITHOUT 'pretty permalinks' enabled in Settings > Permalinks:
The following example would display as:
My Other Link
http://yoursite.com/wp-content/force-download.php?file=uploads/my_other_song.mp3
[download label="My Other Link"]http://yoursite.com/wp-content/uploads/my_other_song.mp3[/download]
The following example would display as:
http://yoursite.com/wp-content/force-download.php?file=uploads/my_other_song.mp3
[download]http://yoursite.com/wp-content/uploads/my_other_song.mp3[/download]
If you wanted to use this in a php template, you could call something like:
<?php echo do_shortcode( '[download label="My Label"]http://example.com/wp-content/uploads/my_song.mp3[/download]' ); ?>
/wp-content/
directory./download-shortcode/wp-content/force-download.php
to your /wp-content/
directory.