Frequently Asked Questions

Publishing my Article constantly fails. Why?

The program tries to upload by normal login/submit via admin panel and if that fails by XMLRPC method. If both fail you might have to:

  • a) Correctly whitelist the xmlrpc.php file in Wordpress.
  • b) Install the WordPress plugin Basic-Auth (Just click on the green download as zip button, then upload via plugin install).

Yes, you can. You have to enable the webserver in global options. Later you can make request such as:

http://127.0.0.1:8080/spin?lang=en&text=Please+Spin+Me

Of course the IP 127.0.0.1 and port 8080 must be replaced with the one you defined in options.

lang can be any language that has an internal spindb (default is en)
text is hoding the content you want to spin (required)