How to configure Windows Live Writer to post to our geekzone blogs ?
Anybody done that before ?
|
|
Internet is my backyard...
«Geekzone blog: Tech 'n Chips Takeaway» «Personal blog: And then...»
Please read the Geekzone's FUG
Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies
Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.
Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies
Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.
freitasm: I actually think tha an e-mail blog platform is better in the long run - anyone wanting to blog could simply send an e-mail from any platform, device, service without having to install programs, worry about versions, etc...
Internet is my backyard...
«Geekzone blog: Tech 'n Chips Takeaway» «Personal blog: And then...»
Please read the Geekzone's FUG
Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies
Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.
chakkaradeep: I think if we have to use Live Writer, we have to write our own weblog provider.
Have a look here - http://www.codeproject.com/useritems/MetaWeblogAPI.asp
The above post tells how one of the guys configured his website blog and used Windows Live Writer to blog
Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies
Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.
freitasm: We use vanilla ASP 2.0 on Geekzone. I guess I could put together a simple script that implemented the following:
metaWeblog.newPost (blogid, username, password, struct, publish) returns string
metaWeblog.editPost (postid, username, password, struct, publish) returns true
metaWeblog.getPost (postid, username, password) returns struct
This should be somehing we can do in a day or two... But we have some priorities at the moment, including server migration, database update and more...
|
|