Shaun Luttin
Shaun Luttin

Reputation: 141472

How to connect Live Writer to Orchard CMS

I have followed the instructions found here and here. Also:

Here is an image of my attempt to add the blog.

enter image description here

Windows Live Writer says it "was not able to automatically detect your blog settings." So, I try to do it manually as follows.

enter image description here

Windows Live Writer says, "Invalid Server Response - The response to the blogger.getUsersBlogs method received from the blog server was invalid."

I have already setup Remote Blog Publishing and XmlRpc as follows.

enter image description here

Is there anything else that I need to do? For instance, when Windows Live Writer asked for the "Remote posting web address for your blog," it has a template like this:

http://<hostname>/<mw-script>

That I fill in like this:

http://www.muddlingthru.com/we-re-all-just-muddling-thru

I suspect I might have the incorrect remote posting web address.

Upvotes: 1

Views: 485

Answers (3)

rsquared64
rsquared64

Reputation: 11

I just installed OpenLive Writer and tried to connect to my Orchard blog and ran into the same problem.

After playing with it a few minutes, I opened the blog page and simply copied and pasted the URL into the Web Address of Your Blog text box.

Bingo, it worked. Only difference, no ending /.

Upvotes: 1

R&#233;nald
R&#233;nald

Reputation: 1430

I had the same problem, then I disabled the HTML minifier and it worked...

Upvotes: 1

Antoine Griffard
Antoine Griffard

Reputation: 1059

The blog account must be the url of your blog, not of a blog post. It will then detect special metas that indicates the /XmlRpc url that implements MetaWeblog API.

You can also configure it manually choosing Metaweblog provider.

Upvotes: 3

Related Questions