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

    http://wordpress.org/extend/plugins/simple-twitter-connect/

  • The topic ‘[Plugin: Simple Twitter Connect] [Plugin: Simple Facebook Connect] Auto tweet on custom post?’ is closed to new replies.