├── README.md └── ios-url-schemes └── plugin.php /README.md: -------------------------------------------------------------------------------- 1 | iOS URL Schemes Plugin 2 | ============================= 3 | 4 | Simple plugin for YOURLS URL shortener. Plugin adds support for redirects to URLs starting with itms-apps:// and itms-services:// 5 | 6 | This plugin requires YOURLS 1.6 (http://yourls.org) or higher 7 | 8 | Download 9 | -------- 10 | The plugin does all you need to redirect to itms-apps and itms-services URLs. You can add own protocols by adding your custom items to the $protocols array. 11 | 12 | 1. Download the plugin using the Download button(s) above. 13 | 2. Copy to your YOURLS installation root into `users/plugins`. 14 | 3. Activate the plugin in 'Manage Plugins' YOURLS_ROOT/admin/plugins.php 15 | 16 | Install 17 | ------- 18 | 19 | Copy the ios-url-schemes folder into user/plugins 20 | Go to the Plugins administration page inside YOURLS Admin and activate the plugin. 21 | -------------------------------------------------------------------------------- /ios-url-schemes/plugin.php: -------------------------------------------------------------------------------- 1 | 50 | --------------------------------------------------------------------------------