ericgtr
05-04-2010, 10:00 PM
Ever wonder how much activity is being covered about your site? Have a look here to find out http://developers.facebook.com/docs/reference/plugins/activity by putting in your URL. This allows you to display that feed on your site, it will show your own friends activity as well as generic site activity. See screenshot for example using vbulletin.com.
To add this as a Forum Sideblock: Go to AdminCP > Forums & Moderators > Forum Blocks Manager > Add Block > Custom HTML/PHP
Give it a title, I used Recent Facebook Activity, make sure the HTML box is ticked, set your cache however you like and insert this code into the content box and be sure to change YOURSITE.COM
<iframe src="http://www.facebook.com/plugins/activity.php?site=WWW.YOURSITE.COM&width=250&heigh t=300&header=true&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:250px; height:300px"></iframe>
That's it!
To add this as a Forum Sideblock: Go to AdminCP > Forums & Moderators > Forum Blocks Manager > Add Block > Custom HTML/PHP
Give it a title, I used Recent Facebook Activity, make sure the HTML box is ticked, set your cache however you like and insert this code into the content box and be sure to change YOURSITE.COM
<iframe src="http://www.facebook.com/plugins/activity.php?site=WWW.YOURSITE.COM&width=250&heigh t=300&header=true&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:250px; height:300px"></iframe>
That's it!