I’m using the wp-twitter plugin (with WordPress 3.0.1) to automaticaly create tweets when a post is created and it’s working great!
Now I needed to create tweets when a comment is created…do you know any plugin that does that?
Or even, if you had changed the wp-twitter plugin to do that, give me some guidelines please?
Thanks in advance!
You can use
comment_posthook and add action that will submit the content to your twitter account.Example: