Redsweater (talk | contribs) (Add link to and overview information about the WP API extensions.) |
(Undo revision 169991 by Annpaul244 (talk)) |
||
(10 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
− | WordPress uses an [http://www.xmlrpc.com/ XML-RPC] interface. | + | {{Languages| |
+ | {{en|XML-RPC Support}} | ||
+ | {{pt-br|Suporte XML-RPC}} | ||
+ | {{zh-cn|XML-RPC Support}} | ||
+ | }} | ||
+ | WordPress uses an [http://www.xmlrpc.com/ XML-RPC] interface. WordPress has its own implementation for WordPress-specific functionality in an API called the [[XML-RPC WordPress API|WordPress API]]. This should be used when possible, and your client should use the API variants beginning with the <tt>wp</tt> prefix. | ||
− | + | WordPress also supports the [[XML-RPC Blogger API|Blogger API]], [[XML-RPC MetaWeblog API|metaWeblog API]], [[XML-RPC MovableType API|Movable Type API]], and the [[XML-RPC Pingback API|Pingback API]]. | |
− | The | + | With WordPress XML-RPC support, you can post to your WordPress blog using many popular [[Weblog_Client|Weblog Clients]]. The XML-RPC system can be [[XML-RPC Extending|extended by WordPress Plugins]] to modify its behavior. |
− | + | ==Enabling XML-RPC== | |
+ | XML-RPC functionality is turned on by default since WordPress 3.5. | ||
− | + | In previous versions of WordPress, XML-RPC was user enabled. To enable, go to [[Settings_Writing_Screen#Remote_Publishing|Settings > Writing > Remote Publishing]] and check the checkbox. | |
− | + | ==Endpoint== | |
− | + | The XML-RPC server/path is: | |
− | |||
− | |||
− | |||
− | |||
− | |||
* If your WordPress root is <tt><nowiki>http://example.com/wordpress/</nowiki></tt>, then you have: | * If your WordPress root is <tt><nowiki>http://example.com/wordpress/</nowiki></tt>, then you have: | ||
− | ** Server: <tt><nowiki>http://example.com/</nowiki></tt> (some tools | + | ** Server: <tt><nowiki>http://example.com/</nowiki></tt> (some tools need just the 'example.com' hostname part) |
** Path: <tt>/wordpress/xmlrpc.php</tt> | ** Path: <tt>/wordpress/xmlrpc.php</tt> | ||
** complete URL (just in case): <tt><nowiki>http://example.com/wordpress/xmlrpc.php</nowiki></tt> | ** complete URL (just in case): <tt><nowiki>http://example.com/wordpress/xmlrpc.php</nowiki></tt> | ||
+ | ==Related== | ||
[[Category:Advanced Topics]] | [[Category:Advanced Topics]] |
Languages: English • Português do Brasil • 中文(简体) • (Add your language)
WordPress uses an XML-RPC interface. WordPress has its own implementation for WordPress-specific functionality in an API called the WordPress API. This should be used when possible, and your client should use the API variants beginning with the wp prefix.
WordPress also supports the Blogger API, metaWeblog API, Movable Type API, and the Pingback API.
With WordPress XML-RPC support, you can post to your WordPress blog using many popular Weblog Clients. The XML-RPC system can be extended by WordPress Plugins to modify its behavior.
XML-RPC functionality is turned on by default since WordPress 3.5.
In previous versions of WordPress, XML-RPC was user enabled. To enable, go to Settings > Writing > Remote Publishing and check the checkbox.
The XML-RPC server/path is: