It has been fixed with version 1.0.8
regards
you can create in this way
// Create post object
$my_post = array(
‘post_title’ => ‘your post title’,
‘post_content’ => ‘Your Post content or shortcode.’,
‘post_status’ => ‘publish’,
‘post_author’ => 1,
‘post_category’ => array(8,39)
);
// Insert the post into the database
wp_insert_post( $my_post );
If you want to change message which appears after submitting post open load-post.php file with notepad++ and modify text content between line 50 to 70 as per your need.
to change default text for ‘Enter your post’, ‘submit your post’ open piw-widget.php file and modify form labels between 15 to 30 .
Tell me if you have any feature request . i will add it in next release .
this plugin has been removed by its author . you can try my plugin instead
post widget