The problem with depending on one provider (facebook) for anything
Right now, Facebook's servers are intermittently loading and serving pages. This is causing some of the simple little tools they want everywhere on the web to not load properly--that like button is now just a white hole in the middle of your web page. Are we sure we want to depend on Facebook for this functionality?
4 comments
[ 1.8 ms ] story [ 21.8 ms ] threadedit: 18:10 EST, seems to be back up.
If you don't really need that .js widget it is better to do without it, if you do really need it make sure it fails gracefully if it isn't available.
Sometimes that means that you have to verify if the service is up periodically, and serve up modified pages during downtime for the widgets.