Windows Live Writer 如何与 Wordpress 通信?

How does Windows Live Writer communicate with Wordpress?

Live Writer 允许您连接到 Wordpress、Blogger 和其他在线博客平台。您可以从您的博客中导入帖子。您可以在 Live Writer 中撰写(类似于您在 Word 中撰写)。您可以将您的作品作为草稿发送到您的 Wordpress 博客,甚至可以从 Live Writer 发布。

它如何与 Wordpress 通信(如果我要编写类似的代码,操作要点是什么)?

另外值得注意的是,Live Writer 能够从 WordPress 检索类别列表!它如何从 WordPress 中获取此内容并将其嵌入到 Live Writer 中?

正如 Rup 评论的那样,它可能使用 wordpress's XML RPC 与 wordpress 服务器通信。自 WordPress 3.5 起默认开启。

有一个广泛的 list of clients 使用此过程 post 在几乎任何您想要的平台上访问您的博客。

如果您想尝试使用这种方法进行编程,可以从 wordpress XML-RPC API 开始。

有很多in depth guide to programming this, which would make good reading. The tutorial uses the PHP programming language, which you'd also have to set up on your machine, using XAMPP for instance. You can use other programming languages using additional interfaces,包括Ruby和C#.net。

我听说设置精选图片会有点麻烦,但没试过。不过看起来应该可以从 these two questions 开始。