Okay
  Public Ticket #160785
Adding Skype button
Closed

Comments

  • V started the conversation
    Hi Nectar, I wish to add skype to my contact page, I have the following code:
    Skype.ui({ "name": "dropdown", "element": "SkypeButton_Call_skypeusername_1", "participants": ["skypeusername"], "imageSize": 12 });
    When I put it on my contact us page there is a huge gap between the skype icon and the contact number and email address, is there a way to reduce the padding please?
  •  1,069
    ThemeNectar replied

    Hey V P!

    If you can show me a live URL where this happens i'd be glad to help you fix it :)

  •   V replied privately
  •  1,069
    ThemeNectar replied

    Hey again V P! Thanks a lot for saying all that - it made my night :)

    I logged in and placed the css fix in your Custom CSS box located in the Salient Options panel so it will persist through theme updates. Also, don't worry if you have any further questions with this build or the next, i'm always here to help!

    Cheers :)

  •  1,069
    ThemeNectar replied

    Just sorted the skype button issue :)

    You simply forgot to include the main script

     
    <script type="text/javascript" src="http://www.skypeassets.com/i/scom/js/skype-uri.js"></script>
    

    in the widget area.

    Cheers!

  •   V replied privately