I'm setting up the facebook like plugin on a site. It should be a pretty straight forward process, but I'm having troubles. The site is a forum, and I want to add a facebook like button on each thread, but some threads don't have a like button.
Going through the code, I was able to figure out when the facebook like doesn't show. First, lets remember that facebook like injects an iframe, so we can take the url of that iframe and see what content is being injected. One of the iframe urls looks like this:
I have changed the domain name, but everything else is unchanged. This works, but a similar url does not work, and the only difference is the thread id, and the version parameter:
Please note that the two urls above work. If you visit each link, you will see the like button, but on the forum they don't. That is, once I replace site.com with the actual forum url, the second link does not display a facebook like button.
One thing that I think is important to mention is that yesterday, when I clicked on the like button, a box would pop up asking me to add a comment, but then it would automatically disappear almost instantaneously after it appeared, and the facebook like button would change to a single text link that said confirm. When clicked, it would take me to a page where I had to confirm the like. I clicked on cancel.
This behavior is not present anymore, and the like button (when it shows up) works as expected without asking for confirmation. I guess another question would be why it was asking for confirmation yesterday?