XF 1.4 Skype Button

Deceptive

Active member
So basically an image you can click on like this:
wUlYTAq.png


That would execute this:
Code:
<script type="text/javascript" src="http://www.skypeassets.com/i/scom/js/skype-uri.js"></script>
<div id="SkypeButton_Call_live:michaelmothersucka_1">
  <script type="text/javascript">
    Skype.ui({
      "name": "chat",
      "element": "SkypeButton_Call_live:michaelmothersucka_1",
      "participants": ["live:michaelmothersucka"],
      "imageSize": 32
    });
  </script>
</div>

Not sure how to compile that so someone better than me at coding pls do that, and make it so it just opens the profile/tries to IM them instead of calling.

Basically binding an image with some code that executes something skype has built in(here: http://www.skype.com/en/features/skype-buttons/create-skype-buttons/ ) and it would allow us to add a skype button to our thread where people can add us with ease as it uses a URL skype recognizes to open the profile of said person up, this would be awesome.

If the above possible using template edits? If so what would I have to do?


 
Top Bottom