I have my site setup so published nodes are also sent to Twitter using the Twitter module ( http://drupal.org/project/twitter ). Unfortunately the 'send to twitter' isn't performed when the node is published following a purchase. The user can however edit the published node and click save to send it to twitter.

Would be great if at the same time the node is marked for publication, the twitter publish action was also performed.

Any chance you could include this as a patch? Ty

Comments

apaderno’s picture

The module calls node_save() when saving a node; any module that implements hook_nodeapi() is then notified of the node being saved, and can take the opportune action.

apaderno’s picture

Status: Active » Closed (works as designed)

The code should be changed in Twitter. Actually, branch 6.x-3 doesn't even implement hook_nodeapi() anymore.