Hey dawnrae,
The author avatar size that you see in the feed is sent by Facebook as a 50×50 pixel size so there isn’t much wiggle room to make it larger without the pixelation problem becoming an issue.
However, the beauty of our plugin is that it allows customization so what you could do is replace that image with a larger version using the custom JavaScript section built within the plugin. To accomplish that you would do the following:
1) Right click and save the profile image from Facebook
2) Upload it to your website
3) Enter the URL to that image file into the snippet below and paste it into our plugin’s Custom JavaScript section which you will find by going to your (WordPress Dashboard > Facebook Feed > Customize > Misc (tabbed page) > Custom JavaScript):
$(‘.cff-author-img img’).attr(‘src’, ‘http://website.com/path-to-image.jpg’);
I hope this helps and gets you a clear image size that is closer to what you wished to display.
Thank you! Worked perfectly!
You’re welcome, happy to help!
No obligation at all, but if you like the plugin and support you received and feel like leaving a super-quick review here then we always appreciate it 🙂
Just let me know if you have any other questions in future, and have a good week!
-
This reply was modified 9 years, 6 months ago by
David.