Well I figured out why, but this has code that's been around since 2020, so I don't know why previous versions of Joomla didn't have a problem.
If you didn't set the database fields directly, you can make the following code changes. In /administrator/components/com_jfbconnect/models/forms/social_content_like.xml, find and replace the strings
Around line 231
<field name="social_blog_like_show_faces1"
with
<field name="social_blog_like_show_faces"
Around line 270
<field name="social_blog_like_show_twitter1"
with
<field name="social_blog_like_show_twitter"
Fixed the issue for me under the blog views section.
-Melissa