Facebook Connect:FB Activity Feed
- Home
- Documentation
- Modules
- Facebook Connect
- Tags
- FB Activity Feed
FBC allows you to use the Facebook Activity Feed plugin on your site. The Activity Feed plugin displays the most interesting recent activity taking place on your site. Since the content is hosted by Facebook, the plugin can display personalized content whether or not the user has logged into your site. The activity feed displays stories when users like content on your site, when users share content from your site in Facebook or if they comment on a page on your site in the Comments box. If a user is logged into Facebook, the plugin will be personalized to highlight content from their friends. If the user is logged out, the activity feed will show recommendations from across your site, and give the user the option to log in to Facebook.
{exp:fbc:activity_feed}

Parameters
The following parameters are available for use:
width=
width="500"
This parameter allows you to set the width (in pixels) of the Activity Feed box.
height=
height="600"
This parameter allows you to set the height (in pixels) of the Activity Feed box.
header=
header="true"
This parameter allows you to show or hide the title header for the Activity Feed box. Use false to hide it.
font=
font="arial"
This parameter allows you set the font to display in the button with predetermined Facebook options. Options are arial, lucida_grande, segoe_ui, tahoma, trebuchet_ms or verdana.
border_color=
border_color="#000000"
This parameter allows you to set the border color of the Recent Activity box. Be sure to include the # character.
colorscheme=
colorscheme="dark"
This parameter allows you to control the color scheme of the Activity Feed box with predetermined Facebook options. Options are light or dark.
recommendations=
recommendations="true"
This parameter allows you to specify whether to always show recommendations in the plugin. If recommendations is set to true, the plugin will display recommendations in the bottom half.
Examples
Below is some example code on how to display the Facebook Activity Feed on your site:
<h3>Recent Site Activity</h3>
{exp:fbc:activity
width="300"
height="300"
header="true"
font="arial"
recommendations="true"
}


