How do I enable Simple Twitter Connect to send a tweet automatically on a custom post? I have this enabled:
function ssc_publish_meta_box_add() {
add_meta_box('stc-publish-div', 'Twitter Publisher', 'stc_publish_meta_box', 'news', 'side');
}
and it adds the ability to send a tweet but not automatically.
All help is greatly appreciated.
Thanks,
Gregory S.