Is it possible to add a custom css file to a fb:like-box? For example, I would like to remove the borders around the iframe. Thanks
More information about the topic:
If you want to use the force_wall attribute, you'll need to use the iframe version.
Basically:
Go to:
http://developers.facebook.com/docs/reference/plugins/like-box/
Get the iframe code
Add the profile_id and css attributes to it (like explained above)
Change the path from www.facebook.com/plugins/likebox.php? to http://www.connect.facebook.com/widgets/fan.php?...
DONE