Kentico CMS 7.0 Developer's Guide

Overview

Overview

Previous topic Next topic Mail us feedback on this topic!  

Overview

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

MetaWeblog API is a programming interface that enables external programs to get and set the text and attributes of blog posts. The API uses the XML-RPC protocol for communication between client applications and the blog server.

 

MetaWeblog API integration enables bloggers to write their blog posts using an application like Windows Live Writer (WLW) or Microsoft Word 2007 (or higher) on their local computer, even when they are offline; please note that in examples in this chapter WLW in version 14 is used. Then it enables transfer of these blog posts to the Kentico CMS web application, either by publishing them directly on the live site or just saving them as a draft to be published later.

 

How it works

 

The diagram below shows which actions can be performed in both Kentico CMS web application and Windows Live Writer, and the blog post transfer possibilities between the two applications.

 

devguide_clip0914

 

The following actions need to be taken in order to use Windows Live Writer to write Kentico CMS blog posts:

 

1.User creates a blog in Kentico CMS (either via CMS Desk or on the live site).

2.User installs Windows Live Writer and registers their new blog in it.

3.Now the user is ready to create new and modify existing blog posts directly from WLW and transfer the changes into Kentico CMS.

 

In the MetaWeblog API subchapter, you can also learn how to publish a new blog post created with Windows Live Writer to a Kentico CMS Blog, how to manage blog posts and different cultural versions of your blog and finally, how to adjust the settings and security options related to MetaWeblog API.

 

 

InfoBox_Note

 

Please note

 

MetaWeblog API cannot be used by users authenticated by third-party authentication services (LiveID, OpenID etc.).