Skip to main content

Windows Live Writer with WordPress - Problems and Solutions

These are some of the most common problems faced by WordPress bloggers when they're using Windows Live Writer for uploading images, publishing new blog posts, posting drafts online or simply editing the existing blog posts.

Problem with Template Detection: Windows Live Writer cannot detect and download the latest theme of your blog for Live Web Preview.

Solution: Make sure the following snippet exists in your blog header (in the <head> tag)

<link rel="EditURI" type="application/rsd+xml" 
  title="RSD" href="http://www.myblog.com/xmlrpc.php?rsd" />

Problem with Speed: Does it take too long for you to start Windows Live Writer or it hangs for no reason ?
Solution: Windows Live Writer checks for software updates in the background and this may slow down the software or make it consume lot of your CPU power. The solution is to type services.msc in your Run box, select the "Windows Live Setup Service" and press the "Stop" button. It won't do any harm if you disable the Windows Live Setup Service forever.

Problem with Publishing: When you publish a new post on WordPress, you get an error message saying - Invalid Server Response - The response to the metaWeblog.newPost method received from the weblog server was invalid: Invalid response document returned from XmlRpc server."

Solution: This is relatively a new problem which I noticed only after upgrading to Wordpress 2.2.1. In most cases, this error is misleading because your blog post has already been published online (goto WordPress Dashboard -> Manage Posts).

However, as the response is invalid, WLW would not know that the post has been processed successfully so it would save it the Drafts list instead of "Recently Posted" items list.

Related: How to Switch from Blogger to WordPress

Problem Adding a New Blog: When you try to add a new blog to WLW, the software throws an error - "Windows Live Writer was not able to automatically detect your blog: Invalid Server Response - The response to the blogger.getUsersBlogs method received from the weblog server was invalid: Invalid response document returned from XmlRpc server"

Solution: Add the following lines of code to your .htaccess file contained in WordPress installation folder where the xmlrpc.php file also resides. Thanks Alpesh.
<Files xmlrpc.php>
SecFilterInheritance Off
</Files>

Problem with Image Upload: You get an error message saying "The following images cannot be published because the weblog does not support image publishing" - Window Live Writer would then suggest you to configure your FTP server for uploading images.

Solution: This generally happens when you include big images (file size) in your web posts. To resolve this error, either reduce the size of pictures (resize, use jpg instead of png) or configure WLW to publish images via FTP or upload images manually using the Web based Wordpress editor and then include the hyperlinks in WLW posts.

Also see: Essential WordPress Plugins

Popular posts from this blog

How to Download Contacts from Facebook To Outlook Address Book

Facebook users are not too pleased with the "walled garden" approach of Facebook. The reason is simple - while you can easily import your Outlook address book and GMail contacts into Facebook, the reverse path is closed. There's no "official" way to export your Facebook friends email addresses or contact phone numbers out as a CSV file so that you can sync the contacts data with Outlook, GMail or your BlackBerry. Some third-party Facebook hacks like "Facebook Sync" (for Mac) and "Facebook Downloader" (for Windows) did allow you to download your Facebook friends' names, emails, mobile phone number and profile photo to the desktop but they were quickly removed for violation of Facebook Terms of Use. How to Download Contacts from Facebook There are still some options to take Friends data outside the walls of Facebook wall. Facebook offers the Takeout option allowing you to download all Facebook data locally to the disk (include

Digital Inspiration

Digital Inspiration is a popular tech blog by  Amit Agarwal . Our popular Google Scripts include  Gmail Mail Merge  (send personalized emails with Gmail ),  Document Studio (generate PDFs from Google Forms ) and   File Upload Forms ( receive files  in Google Drive). Also see  Reverse Image Mobile Search , Online Speech Recognition and Website Screenshots , the most useful websites on the Internet.

PhishTank Detects Phishing Websites by Digg Style Voting

OpenDNS, a free service that helps anyone surf the Internet faster with a simple DNS tweak , will announce PhishTank today. PhishTank is a free public database of phishing URLs where anyone can submit their phishes via email or through the website. The submissions are verified by the other community members who then vote for the suspected site. This is such a neat idea as sites can be categorized just based on user feedback without even having to manually verify each and every submission. PhishTank employs the "feedback loop" mechanism where users will be kept updated with the status' of the phish they submit either via email alerts or a personal RSS feed . Naturally, once the PhishTank databases grows, other sites can harness the data using open APIs which will remain free. OpenDNS would also use this data to improve their existing phishing detection algorithms which are already very impressive and efficient. PhishTank | PhishTank Blog [Thanks Allison] Related: Google