Hi,
Here is another incompatibilty. The AJAX comment module allows posting comments without reloading the page. Since your module depends on the page being reloaded to "intercept" the call to _fbconnect_render_js() in your hook_init() implementation this fails.
I can see this happening also with voting modules which could also benefit from posting feed items : I use a vote module which does AJAX posting.
So I'm wondering if there could be a way to handle these AJAX-y things. Perhaps the way the popups module is handling things could be built upon ? I know they are planning on adding Javascript dynamically to the page when a popup requires it.
What do you think ? I could probably help on this if you have an idea of the solution.
Thanks
Comments
Comment #1
PGiro commentedComment #2
jeno-1 commentedHi,
I just upgraded to D 6.13 and I got this:
warning: array_shift() [function.array-shift]
Comment #3
abraham commentedJust verified that when using AJAX Comments the "Publish To Facebook" prompt never pops up.
Comment #4
asak commentedoops... subscribing
Comment #5
wutu commentedsubscribing
Comment #6
BazzeFTW commentedIs there a fix for this yet? It should be fixed, because there is a large amount of people that uses the AJAX comments module. Subscribing.
Comment #7
BazzeFTW commentedComment #8
klaasvw commentedI made a patch that fixes a similar problem with popups.module: #605174: Incompatible with popups module
It's very likely that it will fix this problem too if AJAX comments uses drupal behaviors.
Comment #9
calte commentedI'm experiencing problems with this as well.
Comment #10
vectoroc commentedcurrently publishig to the FB Wall does'nt work when comments added via ajax.
I don't see another problems here
Comment #11
calte commentedAny movement on this?
Comment #12
vectoroc commentedI want to remove this ability in order to integrate with http://drupal.org/project/fb_social (in 6.x-2.x branch)
So it will solve this problem as well
Comment #13
calte commentedAwesome, thanks.