=== Skydrive Directlink === Contributors: Flarefox Donate link: Tags: skydrive,directlink Requires at least: 2.7 Tested up to: 2.8 Stable tag: trunk Auto update the direct link of skydrive file. Using this plugin, you can get a permanent direct link of any skydrive file. == Description == Skydrive is a free excellent net disk that provides a download page for every uploaded file. If you want to download some skydrive file, you have to open the skydrive site firstly. This plugin's purpose is to get the direct link of skydrive file, so that you can directly use skydrive file in your own site. Usage example: 1. In a link: `somefile.zip` 2. In Audio Player plugin: `[audio:[skydrive:http://*****.skydrive.live.com/.../somemusic.mp3]]` Find more information in FAQ section. If you have any question or suggestion, please comment in `plugin url` or mail to flarefox at 163 dot com. I will be profoundly grateful and response as soon as possible. == Installation == 1. Upload `skydrive-directlink` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Use [skydrive:skydrive file download page url] to get direct link. == Screenshots == 1. Option page == Frequently Asked Questions == = What is direct link? = When click the link, you can download the file directly, instead of being lead to a download page. = How does this plugin work? = It analyzes skydrive download page and get the direct link when a post is load. = Will it slow down my site ? = The plugin must analyze skydrive download page first, which surely needs some time. The time depends on the connecting speed between your host and skydrive site. However, *If you use a cache plugin such as WP Super Cache, skydrive direct link will be cached*. == Changelog == = 0.3 = * Add skydrive load time test in option page. * Fix some bugs on option page. = 0.2 = * Change the main algorithm. = 0.1 = * Works on wordpress 2.8 and 2.7.