Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Daniel

    (@dannisbet)

    I can consider it for the next update. In the meantime, if you want to add it yourself, you can add this to your functions.php file in your active theme:

    function add_new_icons($icon_list) {
        $icon_list['Soundcloud'] = 'soundcloud';
    
        return $icon_list;
    }
    add_filter('social_icon_accounts', 'add_new_icons');

    Via the FAQ

    Thread Starter discohub

    (@discohub)

    Hi Dan,
    Thanks so much for answering and pushing the update so quickly!
    My social widget looks perfect now.
    playpause.fr
    Cheers
    Hubert

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Soundcloud’ is closed to new replies.