Before you ask please READ THIS

Skype social media icon

edited July 2013 in Hypershot Posts: 67
Hi,

What is supposed to be entered in the Skype field in order for it to work? I tried to enter "skype:?call" and just the username, but to no avail.

Apologies in advance if this topic is in the documentation and I somehow missed it.

Thanks,
LazyDiver

Comments

  • Posts: 67
    Sorry, the username part between the colon and question mark got deleted. I tried to enter skype:username?call.
  • AirAir
    Posts: 10,970
    Hello:-)

    All this social links where made for http:// links.

    If you want to work what have you tried, you will have to edit header.php line ~142
    $soc_html .= '<a target="_blank" href="' . esc_url($value['value']) . '" title="' . esc_attr(__fe( 'Follow us on ' ) . $apollo13->all_theme_options[ 'social' ][ 'social_services' ][ $id ]['name']) . '"><img src="' . esc_url(TPL_GFX . '/social-icons/' . $icons_set . '/' . $id . '.png').'" alt="" /></a>';
    to
    $soc_html .= '<a target="_blank" href="' . $value['value'] . '" title="' . esc_attr(__fe( 'Follow us on ' ) . $apollo13->all_theme_options[ 'social' ][ 'social_services' ][ $id ]['name']) . '"><img src="' . esc_url(TPL_GFX . '/social-icons/' . $icons_set . '/' . $id . '.png').'" alt="" /></a>';

    Hope that helps:-)

    With regards.
  • Posts: 67
    Thanks, Air, that worked! :)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion