skype html code web integration

Skype Web Integration HTML Codes for call chat Conference

skype html code web  integrationSkype call, chat, Conference HTML Web Integration Codes:

Skype, the world’s most widely used VoIP (Voice over IP) service can be integrated to your webpages with few simple html tags. Adding the Skype html tags could help you serve online customer through extended contact options like Instant Call or Chat through Skype Application.


Skype Call HTML Integration:
Code:

<a href=”skype:skypename?call”>call Username on Skype</a>

Replace the ‘skypename’ with your skype id or username and add it to your website. User on clicking the above link will initiate a call through the skype application.

Skype Chat / Instant Messaging Tag:

<a href=”skype:skypename?chat”>Chat with skypename</a>

Replace the ‘skypename’ with your skype id or username and add the above HTML code to your website. User on clicking the above link will initiate chat / instant messaging through the Skype application.

Skype conference call with multiple users:

<a href=”skype:skypename1;skypename2?call”>Make conference call to skpename1 and skypename2</a>

The above Skype html tag will help the online visitor to initiate conference calls to two or more Skype users.

Create Conference chat with multiple users:

<a href=”skype:skypename1;skypename2?chat”>Create conference to skpename1 and skypename2</a>

The above code will help the online visitor to initiate conference chats to two or more Skype users.

Send Voice-mail to Skype ID:

<a href=”skype:skypename?voicemail”>Send voicemail to Skypename</a>

The above code enables online visitors to send voice mails when the user has gone offline.

Leave a Reply

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

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>