How to Add Skype Link or Button to Your Website

Posted by Lasantha Bandara on January 13th, 2016 File Under : html0 Comment

Do you want to include a link into your website for users to connect with your Skype profile? When an user click on your Skype link, he will be asked to launch his Skype application and he can automatically view your profile, leave a voice mail, send a file, add to contacts, chat with you or can get a call.

To add a Skype link follow this syntax:

skype:profile_name?action

Types of actions are:

chat : to chat
call :to call
voicemail : to leave a voice mail
sendfile : to send a file
add : to add to contacts
userinfo : to view profile

For example, my Skype username is lasantha.wam

Chat Link:

<a href='skype:lasantha.wam?chat'>Chat with Me</a>

Call Link:

<a href='skype:lasantha.wam?call'>Call Me</a>

Leave a Voice Mail:

<a href='skype:lasantha.wam?voicemail'>Leave a Voice Mail</a>

Send a File:

<a href='skype:lasantha.wam?sendfile'>Send a File</a>

Add to Contacts:

<a href='skype:lasantha.wam?add'>Add to Contacts</a>

View Profile:

<a href='skype:lasantha.wam?userinfo'>View Profile</a>

If you want to add a Skype image/button link instead of a text link, just replace the anchor text with <img src='YOUR_IMAGE_URL'/>.

For example:

<a href='skype:lasantha.wam?chat'><img src='YOUR_IMAGE_URL'/></a>

File Under : html

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.