Code: Select all
<!--
Skype 'Skype Me™!' button
http://www.skype.com/go/skypebuttons
-->
<script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script>
<a href="skype:Thorsett?call"><img src="http://download.skype.com/share/skypebuttons/buttons/call_blue_transparent_34x34.png" style="border: none;" width="34" height="34" alt="Skype Me™!" /></a>
That's not quite what you're looking for, I know. But I got that from the Skype website -- that's their button graphic. I guess the relevant bit is
Code: Select all
"skype:Thorsett?call"
Does that help?