tabalinas / jssocials

Social Network Sharing jQuery Plugin
http://js-socials.com
MIT License
464 stars 104 forks source link

Icons not found #222

Open rivailruiz opened 5 years ago

rivailruiz commented 5 years ago

How can I do to show icons?

webhelpus commented 5 years ago

It seems that it's using FontAwesome 4 classes. If you have FontAwesome 5 installed, the icon code needs to be changed

If you use Joomla, you can fix this by going to media/plg_content_jssocials/jssocials/js/jssocials.min.js and edit the FontAwesome code.

Khuram007 commented 7 months ago

Facing the same issue with jsSocials but I had fixed by including cdn Add into Head <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">