There's 2 ways to display a Facebook feed on your site with JFBConnect.
The first, and most simple, is with the Facebook Page Plugin. You can see how that looks on Facebook's documentation page below:
developers.facebook.com/docs/plugins/page-plugin
If you'd like to configure that, you can do so with the SCSocialWidget module configured as Facebook -> Page Plugin. Or, if you want to add that plugin within a Joomla article or anywhere else, you can use our EasyTag:
{SCFacebookPagePlugin href=https://www.facebook.com/sourcecoast}
The other option is our Channels feature. It's more complex, but much more flexible in that you can completely control the output HTML and CSS. You can see an example at the bottom of this site in the "Social Stream" area, which merges our Facebook Page and Twitter Streams into one module. You can read our documentation on how to setup a Channel below:
www.sourcecoast.com/jfbconnect/docs/posting/social-streams
The basics are:
* Setup Facebook Authentication
* Authenticate with the owner of your Facebook Page
* Setup the Channel in SourceCoast
* Setup the SocialStream module to show the Channel you created
I hope that helps,
Alex