We'll create fresh WordPress site with SS Downloads installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Adds a short code like [download file=”path_to_file”] that embeds a form in the post asking for an email address before showing a link to a file for download. Great for promoting white papers and other digital assets on your site.
Live demo: http://www.strangerstudios.com/blog/2010/07/ss-downloads-wordpress-plugin/
The plugin works in 3 parts.
The short code to add the form to your pages.
The logic to check (using session variables) if the user has provided an email address before showing either the email capture form or the download link.
A script to serve files securely. It checks for the same session variable before delivering the file. Files can be located outside the web directory or servered from the uploads folder, etc, with an obfuscated URL.
The look of the email and download forms can be changed by copying files from the /css/ and /templates/ folder of the plugin into your active theme folder. Rename the files ssd-original_file_name.php/css (e.g. ssd-download.php or ssd-ss-downloads.css) and edit as needed.