tabalinas / jssocials

Social Network Sharing jQuery Plugin

Home Page:http://js-socials.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icons not found

rivailruiz opened this issue · comments

How can I do to show icons?

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.

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">