How we can add Skype Chat in a website?

  By    Posted on May-03-2018   228

.Net

Problem:

I have a website, i want to add skype icon on my website, when user click on skype icon user sh'd be directly send me message via skype or call using skype.

 

Question can asked as

How we can add Skype Chat in a website?

How we can add Skype button in a website?

How we can add Skype Call button in a website?

How we can add Skype Message button in a website?

Solution:

Just enter your skype name in following  URL, it will create a script for you. then you can use it in your website. it will provide you two options

1) Call on skype

2) Chat via skype

URL: https://www.skype.com/en/developer/create-contactme-buttons/

 

For exmaple my code will be displayed as below code

 

<script type="text/javascript" src="https://secure.skypeassets.com/i/scom/js/skype-uri.js"></script>
<div id="SkypeButton_Call_live:serviceprovider.pk_1_1">
 <script type="text/javascript">
 Skype.ui({
 "name": "chat",
 "element": "SkypeButton_Call_live:serviceprovider.pk_1_1",
 "participants": ["live:serviceprovider.pk_1"]
 });
 </script>
</div>

Problem:

I have a website, i want to add skype icon on my website, when user click on skype icon user sh'd be directly send me message via skype or call using skype.

 

Question can asked as

How we can add Skype Chat in a website?

How we can add Skype button in a website?

How we can add Skype Call button in a website?

How we can add Skype Message button in a website?

Solution:

Just enter your skype name in following  URL, it will create a script for you. then you can use it in your website. it will provide you two options

1) Call on skype

2) Chat via skype

URL: https://www.skype.com/en/developer/create-contactme-buttons/

 

For exmaple my code will be displayed as below code

 

<script type="text/javascript" src="https://secure.skypeassets.com/i/scom/js/skype-uri.js"></script>
<div id="SkypeButton_Call_live:serviceprovider.pk_1_1">
 <script type="text/javascript">
 Skype.ui({
 "name": "chat",
 "element": "SkypeButton_Call_live:serviceprovider.pk_1_1",
 "participants": ["live:serviceprovider.pk_1"]
 });
 </script>
</div>

By      03-May-2018 Views  228



You may also read following recent Post

Recent Column What are 3 C
192  By
Recent Column what is .net
418  By