Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter monaural

    (@monaural)

    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)