Files
DoEverythingBar/test.html
T
Arjun Patel 80e7a6041d last commit
2017-10-08 16:29:58 -07:00

24 lines
784 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script></head>
<body>
<script type="text/javascript" src="https://secure.skypeassets.com/i/scom/js/skype-uri.js"></script>
<div id="SkypeButton_Call_justinkimchi77_1">
<script type="text/javascript">
var friend = "justinkimchi77";
function skypeCall(str) {
Skype.ui({
"name": "call",
"element": "SkypeButton_Call_justinkimchi77_1",
"participants": [str]
});
}
skypeCall(friend);
</script>
</div>
</body>
</html>