octalmage / wp-plugin-install

Easily prompt users to install your WordPress plugin.
http://wp-plugin-install.com
1 stars 0 forks source link

Use the WordPress.org API. #1

Open octalmage opened 8 years ago

octalmage commented 8 years ago

Use the WordPress.org API to display information about the plugin. Example:

https://api.wordpress.org/plugins/info/1.0/air-horn.json

API Docs:

https://codex.wordpress.org/WordPress.org_API#Plugins

octalmage commented 8 years ago

I can probably use http://anyorigin.com or http://www.whateverorigin.org to get around the CORS issue.