The “Show Facebook icons” determines whether or not to display the icons that appear next to the date for each post. Is that what you are trying to hide? It won’t hide the Facebook profile image that appears at the top of the post or other images in the post. Keep in mind that not all posts have a Facebook icon.
Thanks for the response. Is there a way to hide the Facebook profile image through any of the code?
You can hide it through css. Try adding the following to the bottom of the style sheet on the settings page for the plugin:
#facebook_status_box .fb_post .fb_photo
{
display: none;
}
Awesome, that worked like a champ! thanks again for all your help!