How can I post articles to wp-admin/post.php from an external html(or php or whateverelse) file BY "POST" METHOD ?
You know, WP has the bookmarklet ("Press it-") to post the excerpts of other web pages.
So it's easy to understand how to insert the texts by "GET" method,
but naturally, this method has the limitation of URI size.
I want to post articles by POST method, more precisely, by the way without limit of URI size. Any good idea ??
Thanks.