I encountered this problem too and what solved it has nothing to do with Facebook but the prior script I included that was in bad form
<script type="text/javascript" src="js/my_script.js" />
I changed it to
<script type="text/javascript" src="js/my_script.js"></script>
And it works...
Weew... hopefully my experience can help others stuck in this that has done almost about everything but still can't get it to work...
Oh Boy... ^^