Go to this file : /inc/fuse_social_sidebar_func.php there is function
Create_Awesome_Icons()
and from there you can replace with any font-awesome icon.
For example :
$facebook = $options['facebook'];
echo "<a $target class='fuse_social_icons_links' href='$facebook'> <i class='fa fa-facebook fb-awesome-social awesome-social'></i></a><br />";
Here is the facebook code and if we need to replace it with skype.
http://fontawesome.io/icon/skype/
$facebook = $options['facebook'];
echo "<a $target class='fuse_social_icons_links' href='$facebook'> <i class='fa fa-skype skype-awesome-social awesome-social'></i></a><br />";
You have to add required CSS to make it work.
Thread Starter
vivilo
(@vivilo)
Thanks a lot! I did it.
I added fa fa-whatsapp for flickr, and fa fa-skype for google plus. Refresh the page and now I can see the changes, but it seems that whatsapp icon doesn’t appear. Any idea why?
You said me that change CSS. but it is not supposed that it will take the same CSS styles that the last icon? I reviewed the CSS styles for each icon and I only see the background color.
Thanks
Can you let me know your site URL? So i can guess better what’s going wrong.
Hi, I have a client who has his own icons and I’m wondering how to integrate this icons? thanks a lot
Please create your own support thread.