Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm tring to put facebook Like Box to my blog but after I put Javascript SDK (right after opening body it show me error **

The reference to entity "appId" must end with the ';' delimiter.

** and I cant fix it ... :( What I need to do/edit ???

share|improve this question
What shows you the error? is that an error from Facebook's API? – Igy Aug 16 '12 at 22:48
Yes everything is working perfect(other code) but after I put this code(facebook like box javascript SDK) and press "save" blogger show me this error ... – Adnan Mujić Aug 16 '12 at 22:51
So the error is from blogger's side - have you checked their help, or googled to see if this is a common problem? doesn't sound like a problem with Facebook's API – Igy Aug 17 '12 at 14:08
First of all I want to thank you @Igy for comments.I fixed problems and for all those who have also this problem put Javascript SDK code in <script type='text/javascript'> /* <![CDATA[ / ...script here ... / ]]> */ </script> Hope it will help ... - Adnan – Adnan Mujić Aug 17 '12 at 18:15
2  
Just writing the & as &amp; should have worked just as well, I suppose. – CBroe Sep 4 '12 at 9:11

1 Answer

I had the same problem: fbml=1 appId where I just deleted & and put the closing script right after Load the SDK line. I checked it with the debugger and now there are no errors.

I'm not asking for other permissions, just the "like my page."

{edit. had to change to closing script as the brackets and script didn't show.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.