For some reason I can't get my Faceboook fan page to populate. I've used the FB generator itself but when I put the URL in the field it's just blank. When I use FB plugins for WP and put either the URL or ID# at the end of the URL...it stays blank. What am I doing wrong?
Try to error_reporting(1) and see what error you got. Also display error take sure it's 1 ... usually you get a blank page when php script die, and your system it's set (for security measures!?) to not report the error. It's just a guess...