I have an issue with the Facebook Like Box not displaying on a self-hosted Wordpres website, any ideas why this would be? I’ve successfully managed to add it to websites in the past, but it’s simply not displaying and i literally don’t have a clue as to why.
Help would be much appreciated.
It appears that you have not embedded the JS in the site.
According to the Facebook Documentation, you need to put this in as early as you can in the body:
And your code seems different than what Facebook generated for me:
Alternatively, you could just use an iFrame:
If you want to change the behavior of this just checkout Facebook’s like button generator.