I'm hoping someone can help me out with a small problem. I'm trying to add a Skype webpage button to my signature on a vbulletin php forum but when I add the snippet code the button doesn't display correctly.
Is there a fix of some kind (I really don't want to start uprading my forum software just to sort this).
This is the code I'm trying to use.
PHP Code:
<!-- Skype 'My status' 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:Throttlejockey?call"><img src="http://mystatus.skype.com/mediumicon/Throttlejockey" style="border: none;" width="26" height="26" alt="My status" /></a>
I have had a bit of help at getting another icon to show but I'd prefer to use the code above if possible.
(All bb code is enabled in my vb 3.5 control panel).