• docwho1234

    (@docwho1234)


    Hello again,
    I saw that in the footer social link there is a skype link option. I was wondering what I would have to put in there for it to add on the skype app. I searched it a bit and found that you have to do it like this: ‘skype:SKYPENAME?add’ but when I save it and click it, it goes to my homepage.
    Thank you in advanced for help.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Imran Ali

    (@imranaliweb)

    Hi

    Refer This link to add social link in footer section

    LINK1

    LINK2

    lINK3

    I’m sorry but this will require a custom modification which is beyond the scope of support.

    Thanks.

    MexicanTroll

    (@mexicantroll)

    What do you mean, the skype social icons are PART of the theme. It shouldn’t be necessary to do custom modification to use a built in function?

    Imran Ali

    (@imranaliweb)

    Hi

    Sorry for this

    Kindly replace footer.php file with this LINK.

    Then save and change.

    Thanks.

    Thread Starter docwho1234

    (@docwho1234)

    Hm the button sends me to this link: skype:https://skype:CounterBoosting?add?call

    But I have skype open and it doesn’t add the account on skype (yes I am on another account). Can you help me why it isn’t adding it? Thx

    Imran Ali

    (@imranaliweb)

    Hi

    For this Find below code in footer.php file line no : – 46

    <li class="skype"><a href="skype:<?php echo $footer_skype; ?>?call" <?php if($footer_setting['footer_skype_media_enabled']==1){ echo "target='_blank'"; } ?> ><i class="fa fa-skype"></i></a></li>

    and replace with below code

    <li class=”skype”>?add” <?php if($footer_setting[‘footer_skype_media_enabled’]==1){ echo “target=’_blank'”; } ?> ><i class=”fa fa-skype”></i>

    then save and check your website.

    Thanks.

    MexicanTroll

    (@mexicantroll)

    This seems to have completely messed up the skype icon with even random text below it.

    https://www.counterboosting.com/
    Check footer

    Imran Ali

    (@imranaliweb)

    Hi

    For this Find below code in footer.php file line no : – 46

    <li class="skype"><a href="skype:<?php echo $footer_skype; ?>?call" <?php if($footer_setting['footer_skype_media_enabled']==1){ echo "target='_blank'"; } ?> ><i class="fa fa-skype"></i></a></li>

    and replace with below code

    <li class="skype"><a href="skype:<?php echo $footer_skype; ?>?add" <?php if($footer_setting['footer_skype_media_enabled']==1){ echo "target='_blank'"; } ?> ><i class="fa fa-skype"></i></a></li>

    then save and check your website.

    Thanks.

    MexicanTroll

    (@mexicantroll)

    Now it sends me to this link: skype:https://skype:CounterBoosting?add?add

    But it still doesn’t add me on skype.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Footer Social Skype Link’ is closed to new replies.