Weblog client
- ️Sun Jun 09 2024
A Weblog Client is software you run on your local machine (desktop) that lets you post to your blog via XML-RPC. In some cases, the Weblog Client can even manage your weblog entries. You might think of Weblog Clients as the equivalent of email clients. Essentially, the Weblog Client allows you to write a post even if you are off-line; then, the next time you connect to the Internet, you can publish that post.
For information on blogging by email, see Blog by Email.
Advantages
The advantages of using a weblog client include:
- The ability to write posts without having to go on-line
- The ability to save drafts
- A nicer interface
- Fancy formatting features
- Features like cross-posting to multiple blogs
- Faster uploading and addition of photos
- The ability to keep local backups
List of Client Software
Windows
- BlogDesk
- BlogJet
- Chrysanth WebStory
- WordPress.com Desktop App – supports self-hosted WordPress blogs via Jetpack
Mac OS X
- Ecto
- MarsEdit
- TypeMetal
- WordPress.com Desktop App – supports self-hosted WordPress blogs via Jetpack
Linux
- BloGTK
- GScribble
- WordPress.com Desktop App – supports self-hosted WordPress blogs via Jetpack
Browser-Based
Cross-platform browser-based clients. Also see Firefox Add-ons and Chrome Extensions.
- AddToAny – Chrome and other browsers via bookmarklet(s)
Mobile
Android
BlackBerry
iOS
Nokia Phones
- MaStory – Maemo/MeeGo only
- WordPress blogging client – Maemo/MeeGo only
Vim script
Develop Your Own
You can always develop your own.
Your XML-RPC server/path are as described here:
- If you login to WordPress on http://example.com/wordpress/wp-login.php, then you have:
- Server: http://example.com/ (some tools will just want the ‘example.com’ hostname part)
- Path: /wordpress/xmlrpc.php
- complete URL (just in case): http://example.com/wordpress/xmlrpc.php