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 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:

https://www.facebook.com/plugins/like.php?action=like&api_key=361814327224241&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D11%23cb%3Df38c8f392cf4c8a%26origin%3Dhttp%253A%252F%252Fsite.com%252Ff185df50c64273a%26domain%3Dsite.com%26relation%3Dparent.parent&extended_social_context=false&href=http%3A%2F%2Fsite.com%2Fforum%2Fforum%2F%2Fshowthread.php%3Ft%3D65744&layout=button_count&locale=en_US&node_type=link&sdk=joey&send=false&show_faces=false&width=90

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:

https://www.facebook.com/plugins/like.php?action=like&api_key=361814327224241&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D11%23cb%3Df1a33a5af6efc9a%26origin%3Dhttp%253A%252F%252Fsite.com%252Ff185df50c64273a%26domain%3Dsite.com%26relation%3Dparent.parent&extended_social_context=false&href=http%3A%2F%2Fsite.com%2Fforum%2Fforum%2F%2Fshowthread.php%3Ft%3D61943&layout=button_count&locale=en_US&node_type=link&sdk=joey&send=false&show_faces=false&width=90

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?

share|improve this question
“I have changed the domain name” – if you hadn’t done that, we could have a look ourselves … so it’s up to you, to put your URLs through the debug tool first, and see what it says. developers.facebook.com/tools/debug – CBroe Sep 24 '12 at 8:08
Here is one of the urls that don't work: link – Buzu Sep 24 '12 at 16:57
Also, after using the debug tool, the the article whose url I put through it started showing the like button again. – Buzu Sep 24 '12 at 17:00

closed as too localized by Jack, AVD, Jav_Rock, pad, Nick Weaver Sep 25 '12 at 6:53

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.