• Resolved imfene5

    (@imfene5)


    Hi

    I have used the Contact Widgets for various social services and it worked great!

    Can you please tell me how to configure it for Skype? When I enter skype:username?chat (with my Skype username) and then click on the icon on the webpage, it opens a new tab and takes me to my site home page. I am sure I am missing something!

    Thanks for this great plugin.

    https://www.ads-software.com/plugins/contact-widgets/

Viewing 1 replies (of 1 total)
  • Plugin Author Jonathan Bardo

    (@jonathanbardo)

    Hey imfene5,

    It appears this is a small bug in the way we display the skype icon. I have fix this in our development branch and it will be released in our next version. In the meantime, here is a fix you can implement to get it working. Add this piece of code in your theme functions.php

    add_filter('wpcw_widget_contact_custom_fields', function( $fields ) {
    
    $fields['skype']['escaper'] = 'esc_attr';
    
    return $fields;
    
    });

    Let me know if that works for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Skype icon’ is closed to new replies.