Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个需要将内容发布到 Wordpress 的 Chrome 扩展程序。是否可以使用 javascript 发布到 Wordpress,或者我需要编写一个 Wordpress 插件来执行此操作?如果可能的话,有没有可以推荐的库?
您应该向运行 wordpress 的服务器执行 AJAX 请求,我不是 wordpress 用户,但我假设 WP 具有某种 JSON api。