have a wordpress 2.8 website that I have a functionality request for the twitter tools plug in. I have no idea of the proper way of doing this.
If someone could be so kind and to point me in the right direction.
I am using another plug in to post to the website, so the post functionality in the admin is not used. What is used is:
An array of information that pushes to an insert_post($post) function and then adds meta information via add_post_meta($post_id, foo, bar)
So the hook that fires twitter tools to send the post information never fires in this situation.
I would like it to fire and send a tweet out when this out plug in does a insert_post.
Can anyone give me a hand in this.