Drupal

Before you add a drupal blog, you need these:

API address
The API address of a Drupal site is http://url.to.your.drupal/xmlrpc.php.
If your site is http://yoursite.com/ , then your API should be http://yoursite.com/xmlrpc.php
If your site is http://yoursite.com/drupal/ , then it should be http://yoursite.com/drupal/xmlrpc.php
User name
User name is the one that you use to log in drupal
Password
It's the one that you use to log in drupal

Blog API is a core module in Drupal, but by default, it's disabled.
So you have to enable this module in admin/build/modules page.
Besides blog, Drupal has many other content types, you can also choose them to access with blog API.

After the setting is done, launch BlogSync

  1. Enter add source page
  2. Choose metaWeblog api
  3. Input API address, username and password, Click add
  4. If everything is ok, After a while BlogSync will list all accessable content types, you can choose some or all of them to add to BlogSync

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <img> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
1 + 12 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.