I registered my own URL scheme.
https://msdn.microsoft.com/en-us/library/aa767914.aspx
how do I create my own URL protocol? (e.g. so://...)
Link example: oce://10000
IE, firefox, windows explorer handle it fine. Id 10000 is opened correctly in my app.
Is it possible make this links clickable in Skype? I already find this unanswered support ticket http://community.skype.com/t5/Windows-archive/Custom-URI-scheme-handlers/td-p/3627869
Introduction to Skype URIs Skype URIs enable you to create innovative mobile, web, and desktop apps that initiate Skype calls and chats, enabling your users to reach their friends, family and businesses in a convenient yet familiar way.
The basic design pattern for adding Skype URIs to your web pages involves: Importing the [skype-uri. js] http://www.skypeassets.com/i/scom/js/>skype-uri.js file from http://www.skypeassets.com/i/scom/js/ into your web page. Using a div tag to mark where you want place the Skype URI on your web page.
You can build a redirect page as suggested here: http://www.developerstalk.net/building-a-redirect-page.aspx
Maybe the easiest way to do this is simple redirect.
Use .htaccess
and 301 redirect
to desired location. That's the most easiest way. Then just let the server deal with everything.
Ideally, an application need to launch/execute URIs it doesn't support or recognize with the OS shell. Skype may be ignoring custom URIs as a security precaution. They don't want to launch unknown applications.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With