Home › Forums › Pro Support › Social Sharing Buttons › Reply To: Social Sharing Buttons
September 5, 2018 at 6:49 pm
#5851
Keymaster
You could try adding your own icons using a hook like this:
add_action( 'wpsp_social_icons', function() {
?>
Your icon in here
<?php
} );