Hey tcbisthewaytobe,
The Facebook icon for the account is showing in front of each post within the feed on your site as seen in this screenshot here.
Are you instead referring to the “Like Box/Page Plugin” as seen at the bottom of this feed here?
Just let me know as you may have the setting disengaged.
Hi @tcbisthewaytobe,
Just following up on David’s response as I’m seeing the issue with the icon in the header not being displayed. It looks like it’s due to a conflict with the versions of the “FontAwesome” icon font on your site. To solve this, just add the following to our plugin’s “Custom JavaScript” section, which is under the “Misc” tab on the “Customize” page:
$('.cff-header i').removeClass('fa fas');
Let us know whether that resolves the issue for you.
John