Hello Readers,
Here I am mentioning steps to integrate Skype with a webpage.
Hope it will help you somewhere.
To generate code for Skype buttons, use URL
http://www.skype.com/en/features/skype-buttons/create-skype-buttons/
You will get the Skype script from here paste it on your HTML page
<html>
<head>
<script type="text/javascript" src="http://www.skypeassets.com/i/scom/js/skype-uri.js"></script>
<head>
<body>
<!-- Paste the Script here -->
<body>
<html>
Now you can add actions that you want to perform in format -:
<a href="skype:************?call">User Name Call</a>
NOTE: Replace * with skype username.
You can replace actions as follows :
- Use call to call
- Use chat to chat
- Use voicemail to leave a voice mail
- Use sendfile to send a file
- Use add to add to contacts
- Use userinfo to view profile
0 Comment(s)