Changeset 886240
- Timestamp:
- 04/02/2014 11:18:56 AM (12 years ago)
- Location:
- pwebonedrive/trunk
- Files:
-
- 3 edited
-
admin.php (modified) (2 diffs)
-
pwebonedrive.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pwebonedrive/trunk/admin.php
r866880 r886240 1 1 <?php 2 2 /** 3 * @version 1.0. 03 * @version 1.0.2 4 4 * @package OneDrive 5 5 * @copyright © 2014 Perfect Web sp. z o.o., All rights reserved. http://www.perfect-web.co … … 115 115 <?php _e('Remember to set', 'pwebonedrive'); ?> <strong><?php _e('Redirect domain', 'pwebonedrive'); ?></strong>: 116 116 <script>document.write('<a href="'+document.location.protocol+'//'+document.location.host+'" target="_blank">'+document.location.protocol+'//'+document.location.host+'<'+'/a>')</script> 117 <?php _e('and', 'pwebonedrive'); ?> <strong><?php _e('Mobile client app: No', 'pwebonedrive'); ?></strong>.<br> 117 <?php _e('and', 'pwebonedrive'); ?> <strong><?php _e('Mobile client app: No', 'pwebonedrive'); ?></strong>, 118 <strong><?php _e('Enhanced redirection security: Disabled', 'pwebonedrive'); ?></strong>.<br> 118 119 <?php _e('Read how to', 'pwebonedrive'); ?> <a target="_blank" href="http://msdn.microsoft.com/library/cc287659.aspx"><?php _e('get your Client ID', 'pwebonedrive'); ?></a>. 119 120 </p> -
pwebonedrive/trunk/pwebonedrive.php
r884981 r886240 4 4 * Plugin URI: http://www.perfect-web.co/wordpress/microsoft-onedrive-gallery-file 5 5 * Description: Share easily your photos and files stored on Microsoft OneDrive. You can display a gallery with your photos or a link to a file for download. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: Piotr Moćko 8 8 * Author URI: http://www.perfect-web.co -
pwebonedrive/trunk/readme.txt
r884981 r886240 5 5 Requires at least: 2.8.0 6 6 Tested up to: 3.8.1 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 56 56 1. Create **Windows Live ID** account for [OneDrive](https://onedrive.live.com/) if you do not have already 57 57 1. **Register your site** in [Windows Live application management](https://account.live.com/developers/applications/index) that WordPress could connect to your OneDrive. 58 Remember to set your site URL as **Redirect domain** and **Mobile client app: No** .58 Remember to set your site URL as **Redirect domain** and **Mobile client app: No**, **Enhanced redirection security: Disabled**. 59 59 Read how to get your Client ID. 60 60 1. Go to **plugin configuration** panel and set all details from **Windows Live application management**. … … 79 79 Remember to save post before using OneDrive buttons or at least before reloading page. 80 80 81 = Error in Microsoft popup = 82 83 `We're unable to complete your request. Microsoft account is expirencing technical problems. Please try again later.` 84 and in URL of this popup there is error message: 85 `The provided value for the input parameter 'redirect_uri' is not valid. The expected value is 'https://login.live.com/oauth20_desktop.srf' or a URL which matches the redirect URI registered for this client application` 86 then go back to Windows Live application management and set **Enhanced redirection security: Disabled** 81 87 82 88 == Screenshots == … … 98 104 * Backward compatibility with PHP 5.2 99 105 106 = 1.0.2 = 107 * Inform about new option on Live Connect app management 108 100 109 == Upgrade Notice == 101 110
Note: See TracChangeset
for help on using the changeset viewer.