Localizsation seems to work fine for all information returned from facebook. Very nice.
What doesn’t work for me is ‘Today at 9:47pm ? No Comments’ is not translated correctly. I see it has __() in the code, but it doesn’t seem to do anything.
Any ideas?
Edit: Also, there is always a ‘1’ displayed at the end of the feed, outside of the #fb-feed container. Is that a bug or is that something I don’t see.
It’s just
<?php $facebook = fb_feed();
echo $facebook;
?>