Tagged Questions
The metaweblog tag has no wiki summary.
3
votes
1answer
547 views
Why isn't Windows Live Writer working with my MetaWebLog API provider?
I'm developing a Web site that, amongst other things, provides blogging via Metaweblog API. I've gotten the API working quite well with several blog clients, but Windows Live Writer is killing me.
...
2
votes
1answer
70 views
PHP - Run function for each file in a directory passing two parameters
I should start by saying I have no php experience what so ever, but I know this script can't be that ambitious.
I'm using Wordpress' metaWeblog API to batch the creation of several hundred posts. ...
2
votes
1answer
69 views
Is MetaWeblog API still supported?
Is the MetaWeblog API still supported? I ask because while researching XMLRPC, the Cook Computing library and implementing MetaWeblog API, I clicked a link that took me to MSDN that states the topic ...
1
vote
0answers
132 views
php xml-rpc: error with blog post to drupal with metaWeblog.newPost
I trying to post a simple blog-post to a drupal-site with xml-rpc. I use the IXR_Library for this.
Here is my example-code using metaWeblog.newPost:
$url = 'http://drupalpage.de/xmlrpc.php';
$user = ...
1
vote
3answers
349 views
How to create new post with photo attached in WordPress using XMLRPC?
Anyone knows how to create new post with photo attached in WordPress using XMLRPC?
I am able to create new post and upload new picture separately, but looks like there is no way to attach the ...
1
vote
1answer
52 views
Input XML for WordPress' XMLRPC
Is there any example of the XML structure for WordPress' XMLRPC service? Specifically with the metaWeblog.newPost method inside.
Thanks a lot!
1
vote
3answers
300 views
WCF for MetaWeblog
I'm trying to find a really good example for implementing the MetaWeblog API using a WCF service. I can't seem to clear my head and think of a clean way to do this. Any help is appreciated.
0
votes
0answers
33 views
Metaweblog API support in Drupal
I've been working recently on a blogging client, that helps posting on different platforms. The client is developed under CakePHP. I've managed to get things working for WordPress, using Metaweblog ...
0
votes
1answer
48 views
XMLRPC & MetaWeblog, how can i create a page, create a post, and attach the page to this post
I want to create my own custom posting interface for my Wordpress blog, my reason for this is because I post multiple articles, sometimes ranging from 100-150 articles per day, and I want to simplify ...
0
votes
0answers
20 views
windows live writer not restoring publish date
I have stumbled upon an problem when integrating windows live writer support for my web app.
WLW reads the post list correctly and displays the published dates in the "open recent" dialog, but once I ...
0
votes
1answer
103 views
Looking for a MetaWebLog Client library for .NET. Does one exist?
I need to implement some code on top of a MetaWebLog API client library. The only thing I am finding on google is broken links from the last decade.
Does anyone know of a library (or code) that ...
0
votes
0answers
52 views
PHP MetaWeblog API server
Is there any PHP class or resource for using Metaweblog api ?
I want to add this api to my own cms (like wp) so that other application could easily post (or ...) throw it
0
votes
0answers
13 views
web log application for our server [closed]
I am looking for a web log application that can be installed on a windows platform and can be used for blogging code samples and source codes. I need a weblog that I can use word editor for writing ...
0
votes
0answers
49 views
Overloaded parameter types and optional parameters with xml-rpc.net
I'm trying to implement a working metaweblog implementation in asp.net using the xml-rpc.net library, and i need to handle different types of arguments, and some optional parameters (or multiple ...
0
votes
1answer
108 views
Windows Live Writer 2011 embed YouTube video sends a black image to my site instead
I'm developing a blog app, and using windows live writer 2011 to embed a YouTube video is pretty straight forward, but I've encounter a strange issue. Here is what I did,
I copy a link from the ...