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
Please support Geekzone by subscribing, or using one of our referral links: Samsung | AliExpress | Wise | Sharesies | Hatch | GoodSync | Backblaze backup
Please support Geekzone by subscribing, or using one of our referral links: Samsung | AliExpress | Wise | Sharesies | Hatch | GoodSync | Backblaze backup
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
Please support Geekzone by subscribing, or using one of our referral links: Samsung | AliExpress | Wise | Sharesies | Hatch | GoodSync | Backblaze backup
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
Please support Geekzone by subscribing, or using one of our referral links: Samsung | AliExpress | Wise | Sharesies | Hatch | GoodSync | Backblaze backup
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...
![]() ![]() |