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

PGiro’s picture

Title: Incompatibilty with AJAX comments » Incompatibilty with "AJAX comments" and probably other AJAX modules (voting, etc)
jeno-1’s picture

Hi,

I just upgraded to D 6.13 and I got this:

warning: array_shift() [function.array-shift]

abraham’s picture

Version: 6.x-1.0-beta4 » 6.x-1.0-beta8
Category: support » bug

Just verified that when using AJAX Comments the "Publish To Facebook" prompt never pops up.

asak’s picture

oops... subscribing

wutu’s picture

Category: bug » support

subscribing

BazzeFTW’s picture

Is 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.

BazzeFTW’s picture

Priority: Normal » Critical
klaasvw’s picture

I 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.

calte’s picture

I'm experiencing problems with this as well.

vectoroc’s picture

Title: Incompatibilty with "AJAX comments" and probably other AJAX modules (voting, etc) » Incompatibilty with "AJAX comments"
Version: 6.x-1.0-beta8 »
Component: User interface » Code
Category: support » task
Priority: Critical » Normal

currently publishig to the FB Wall does'nt work when comments added via ajax.
I don't see another problems here

calte’s picture

Any movement on this?

vectoroc’s picture

I 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

calte’s picture

Status: Active » Closed (fixed)

Awesome, thanks.