A client of ours has run into a problem theyve asked us to look at. They have had a like button embedded on their site (e.g. http://www.myclientsite.com/) for some time based on code generated by this page:
https://developers.facebook.com/docs/reference/plugins/like/
At some point about a month or two ago, the like button that was embedded on their page stopped being rendered by facebook.
When they (and we) have tried regenerating the like button by visiting the above URL, we noticed that no visible HTML is returned for any of the following urls (as they resolve to the same canonical)
- http://www.myclientsite.com/
- http://myclientsite.com/
- www.myclientsite.com/
- myclientsite.com/
- www.myclientsite.com
- myclientsite.com
The peculiar thing is we do get html rendered back correctly, along with a like button, if we append any random junk onto the url. For example the following urls produce like buttons using the same code
- http://www.myclientsite.com/abcd
- http://www.myclientsite.com/fakeurl
I have read about the linter tool, however it seems to have bee replaced with the opengraph debugger. The opengraph debugger returns 200 status results for the main url (http://www.myclientsite.com/) as well as the graph API returns the number of likes collected before the like button stopped working.
Any ideas or suggestions on how to fix this would be greatly appreciated as we cant see any way of improving the situation.