Active
Project:
Facebook social plugins integration
Version:
6.x-1.0-beta9
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
7 Dec 2011 at 17:36 UTC
Updated:
14 Aug 2012 at 16:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
ferdi commentedIt looks like Facebook has made some changes. Googling around I see this issue floating around (http://stackoverflow.com/questions/8417170/how-to-migrate-comments-from-...)
I'll have a closer look.
thanks!
Comment #2
lessurluck commentedI have the same issue. Thanks for your hard work in advance!
Comment #3
Milkrow commentedThank you for taking a look. I just noticed this issue. Is this issue related to see the same posts on all pages rather than separate posts per each page? If not, where can I find some info about how to fix that issue with the plugin. Thanks again!
Comment #4
ferdi commentedNot sure about this. I would recommend switching to 2.x. beta3 was just released and it provide support for the html5 version of fb social plugins. Switching to html5 should fix it but I'm not sure.
Comment #5
jsi commentedI have the same problem.
Tried using 2.x beta 3, but i get this error:
Fatal error: Cannot redeclare fb_social_like_fb_social_event_subscribe() (previously declared in /home/jsi/public_html/sites/all/modules/fb_social/fb_social.module:673) in /home/jsi/public_html/sites/all/modules/fb_social/modules/fb_social_like/fb_social_like.module on line 56
Any ideas?
Comment #6
ferdi commentedYou have some files / directories from version 1.x there. There is no "modules" directory under "fb_social" in version 2.x
Comment #7
billwiens commentedI'm able to update fb_social to use the latest XFBML code from Facebook's comment documentation with the attached patch which changes the xid attribute to href. As far as I can tell, it doesn't migrate comments from previous versions.
Comment #8
philalonso commentedHow do I apply the patch?