====== 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 [[https://github.com/WP-API/Basic-Auth|Basic-Auth]] (Just click on the green download as zip button, then upload via plugin install). ===== Can I use the internal spinner from outside? ===== 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)