PDA

View Full Version : vBulletin Forum Sideblocks - Facebook Activity Feed Sideblock


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&amp;width=250&amp;heigh t=300&amp;header=true&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:250px; height:300px"></iframe>


That's it!

wickedstangs
05-14-2010, 12:41 AM
very nice. Thanks..

baghdad4ever
05-14-2010, 07:01 PM
thanks installed

Rebecca217
06-22-2010, 06:04 PM
Thanks! Installed! :)

COL NIL SATIS
06-22-2010, 06:19 PM
Nice one....installed !!!!

bond010007
10-28-2010, 06:10 PM
installed with pink border in my forum ;)

cdoyle
10-30-2010, 03:35 PM
installed, I like it but had a question.

When I'm logged into FB, the activity shows entirely different threads then when I'm logged out. Is that how it's suppose to be?

OldSchoolDSL
01-31-2011, 03:15 AM
Installed and working

4.1.1 :)

RichieBoy67
02-14-2011, 01:42 AM
I am guessing This is just code from the FB developers page. There are many various boxes etc Simply paste the correct one into your block. Any questions you would probably have could be answered there I bet..

Brandon Sheley
05-09-2011, 01:54 AM
I customized the code a bit using the link in the first post.
Thanks OP! :)