=== Allow Skype Protocol ===
Contributors: clicface
Donate link: https://www.clicface.com
Tags: skype, protocol, skype link, skype uri
Requires at least: 4.7
Tested up to: 6.7
Stable tag: 1.01
Requires PHP: 5.6
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A simple plugin to allow Skype protocol in a link.

== Description ==

[Skype URIs](https://docs.microsoft.com/en-us/skype-sdk/skypeuris/skypeuris) provide the ability to insert links into your website which will launch the Skype app when clicked.

But the Skype protocol is not whitelisted in WordPress, and URL beginning by **skype** is stripped by WordPress.

This plugin is adding the **skype** protocol to the whitelist. It's based on the code provided by [Chris from sevenspark.com](https://sevenspark.com/tutorials/skype-uri-link-wordpress-menu)

Thank you very much Chris!

== Installation ==

To use Allow Skype Protocol:

1. Go to **Plugins > Add New**
1. Under **Search**, type in the name of the WordPress Plugin : *Allow Skype Protocol*
1. Click **Install Now**, then **Proceed**
1. If successful, click **Activate Plugin** to activate it
1. You are now ready to use Skype links anywhere on your WordPress

== Frequently Asked Questions ==

= What is a Skype link? =
A [Skype link](https://docs.microsoft.com/en-us/skype-sdk/skypeuris/skypeuris) is like **skype:username?call**
It makes possible to open Skype and call a contact with one click.

== Changelog ==
= 1.01 =
* Initial import
