Questions tagged [metaweblog]

The MetaWeblog API is an application programming interface that enables weblog entries to be written, edited, and deleted using web services.

The MetaWeblog API is an application programming interface created by software developer Dave Winer that enables weblog entries to be written, edited, and deleted using web services.

The API is implemented as an XML-RPC web service with three methods whose names describe their function: metaweblog.newPost(), metaweblog.getPost() and metaweblog.editPost(). These methods take arguments that specify the blog author's username and password along with information related to an individual weblog entry.

24 questions
1
vote
1 answer

How to change Orchard CMS default image folder path

I have Orchard CMS setup and working correctly. When using windows live writer to create pages it maps images to a folder like /Media/Default/WindowsLiveWriter folder Eg. /Media/Default/WindowsLiveWriter/testpost-title_12A72/sample_image_2.jpg I…
1
vote
0 answers

Adding postmeta default values after adding post

I am using Wordpress XMLRPC to add posts to my blog. However, after running this. $data = array( 'title' => $title, 'description' => $content, 'post_type' => 'post', 'categories' =>…
Shiggy Steez
  • 23
  • 1
  • 5
1
vote
1 answer

Posting in SharePoint Blog with Adobe Contribute

I'm trying to setup Adobe Contribute to post to a SharePoint Blog. Using Contribute's Connection Wizard, I choose Blogs, and Other Blog Servers, then paste the URL of our SharePoint blog and click Next. This is where things break. I enter my…
1
vote
0 answers

How to attach files with metaWeblog to a blog post?

I'm trying to post to my blog with images. Yes, I can upload images and I can see that images in the content of post but it's not in a attached file list. How can I put the images that I upload in the attached file list? When I'm posting with MS…
0
votes
1 answer

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 the process of posting an article, like batch…
Kevin Lee
  • 1,079
  • 6
  • 17
  • 34
0
votes
1 answer

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 YouTube site, for example,…
Ray
  • 12,101
  • 27
  • 95
  • 137
0
votes
0 answers

How to connect Microsoft Live Writer to write blogs on IBM Connections 4.5?

Using this description from IBM Connections 4.5, I try to get Microsoft Live Writer (from the Windows Essentials 2012 package) to connect to Connections 4.5. My Connections blog does have the BlogClient API setting activated, but I can't seem to get…
-1
votes
1 answer

windows live writer not detecting metaweblog api

I have a blogging platform that has support for windows live writer. I'm working on a new version (so quite a few changes made) and noticed that the wlw blogging api autodetection (site uses metaweblog api) stopped working and I can't find the…
Chris
  • 12,192
  • 5
  • 21
  • 23
-1
votes
1 answer

How do you upload image and set it as featured image on wordpress using C# metaweblog api?

I'm using metaweblog api to post blogs on wordpress with c# as the language. Everything words like custom fields, tags, category and title. Problem is I can't seem to upload image and set the image as featured image. I've been searching for answers…
chris_techno25
  • 2,401
  • 5
  • 20
  • 32
1
2