views:

1206

answers:

3

Hi guys,

I am using the facebook javascript sdk to embed a like button in my page.

What is fb_xd_fragment??? I see it appends to the end of my url like http://www.mysite.com/controller/?fb_xd_fragment, and this is causing some nasty recursive reload of the page.

Cheers

James

+1  A: 

The fix for this bug can be found here:

http://wiki.github.com/facebook/connect-js/custom-channel-url

a1anm
this link is broken now... anyone have an update?
philfreo
+1  A: 

Hey guys, check this blog post. It explains where the problem is coming from and suggests ways to fix it: http://www.searchmarketingman.com/2010/09/how-to-fix-like-button-bug.html

Stephan
A: 

Although the answer above from github seems like an answer to another question, it does work well. UPDATE: link is broken - try http://blog.colnect.com/2010/10/fbxdfragment-bug-workaround.html

Collector