Introduction
This blog demonstrates a simple way how to implement Skype call/chat functionality so that any one can call/chat me using Skype in my site.
Implementing Skype call to your website attracts more people to connect with you via chat/call.
Prerequisite
Before moving forward I suggest that you create a Skype account.
Steps
- Go to Skype contact me button from this link.
- Fill up your Skype name and customize the details as per the below image.
![]()
- Add the script in the HTML body tag as per the below code.
- <body>
- <script type="text/javascript" src="https://secure.skypeassets.com/i/scom/js/skype-uri.js"></script>
- <div id="SkypeButton_Call_m.sabyasachi1990_1">
- <script type="text/javascript">
- Skype.ui({
- "name": "dropdown",
- "element": "SkypeButton_Call_m.sabyasachi1990_1",
- "participants": ["m.sabyasachi1990"]
- });
- </script>
- </div>
- </body>
- After opening the page and clicking on call/chat button it will open up the Skype window as per below image if you have Skype installed in your PC or else it will ask to download it.
![]()
Remarks
You can download the attached sample project to use it but make sure you change the Skype Name.