Title: monaural's Replies | WordPress.org

---

# monaural

  [  ](https://wordpress.org/support/users/monaural/)

 *   [Profile](https://wordpress.org/support/users/monaural/)
 *   [Topics Started](https://wordpress.org/support/users/monaural/topics/)
 *   [Replies Created](https://wordpress.org/support/users/monaural/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/monaural/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/monaural/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/monaural/engagements/)
 *   [Favorites](https://wordpress.org/support/users/monaural/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to post articles from external files by Post method ?](https://wordpress.org/support/topic/how-to-post-articles-from-external-files-by-post-method/)
 *  Thread Starter [monaural](https://wordpress.org/support/users/monaural/)
 * (@monaural)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/how-to-post-articles-from-external-files-by-post-method/#post-417640)
 * Thanks, maerk.
    In fact, I’ve already made the form. According the bookmarklet,
   there are three vars are included as queries:
    - text
    - popupurl
    - popuptitle
 * So, this code works perfect:
 * ———————————-
 * <form action=”**/wp-post/post.php” method=”GET” />
      <input type=”text” name
   =”text” value=”ABC” />   <input type=”text” name=”popupurl” value=”DEF” />   
   <input type=”text” name=”popuptitle” value=”GHI” />   <input type=”submit” name
   =”send” /> </form>
 * ———————————-
 * But once I change the method to “POST”, it doesn’t work at all,
    no title and
   no text are inserted into the textarea of “post.php” file.
 * Briefly,
    - Firstly, I want to post articles by “POST” method.
    - Basically, I don’t want to use entirely new form, but wp’s “post.php”.
    -  –>because the post.php has some wonderful features like “preview” etc..
    - Finally, I want to keep the text after passing the authentication of wp.
 * Thanks in advance.

Viewing 1 replies (of 1 total)