By PMorris on
Anyone had any luck aggregating a facebook wall? I just want a block that shows the last few posts to the wall and facebook status.
Seems like facebook changed a lot of the way their feeds work and now I can't get any modules that that can do this. The closest I came to was trying this guys code but I got php errors when i tried it. Maybe I put the php file in the wrong directory? I only have shared hosting:
Comments
How to pull facebook fan page into a drupal block
So I managed to get the facebook fan wall into drupal by adding something called a like box.
Just go to http://developers.facebook.com/docs/reference/plugins/like-box and configure it and paste the resulting code into your drupal block
Mine was:
I fully admit to being a hack so if there's anything wrong with this method let me know!
Tested in IE 7+8, firefox, chrome
I edited this post about 60 times because I kept finding mistakes!