How to insert a Skype button

Skype_logo.gif
You can insert a Skype button within an EditArea block, so that the visitors of your site will be able to use this service to get in touch with you, just follow the instructions: 

  1. create a block in the page
  2. go to the "body" tag
  3. click on
  4. enter the following code:

HTML Code

<!--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:USERNAME?call">
<img src="http://download.skype.com/share/skypebuttons/buttons/call_blue_white_124x52.png" style="border: none;" width="124" height="52" alt="Skype Me™!" /></a>
Note: Remember that to make the code working you have to enter the desired Skype contact instead of USERNAME.

For more information see the Skype page.