This is bizarre. I've put FB Like boxes on loads website (Silverstripe and others), but I just can't get this one to work!
I'm using the standard HTML5 Like Box (obtained from here: https://developers.facebook.com/docs/reference/plugins/like/ ), and inserted the Javascript right after the opening <body> tag and the plugin code elsewhere in the body.
However, all I end up with on pages is a pink box with the following:
This page contains the following errors:
error on line 20 at column 62: EntityRef: expecting ';'
Below is a rendering of the page up to the first error.
Line 20 seems to be
js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1&appId=285581704824865";
This is the first website where I've used SS 2.4.10. Could this be part of the problem?
Thanks