# Wordpress plugin for Uploadcare

This is a plugin for [Wordpress][5] to work with [Uploadcare][1]

It's based on a [uploadcare-php][4] library.

## Requirements

- Wordpress 3.5+
- PHP 5.3+
- php-curl

## Install

1. [Download the latest release][3]. The zip file contains the Wordpress plugin itself and all its dependencies.
2. Unzip file to your wp-content/plugins folder.
3. Activate plugin at "Plugins" page inside your Wordpress admin.
4. Go to "Settings" -> "Uploadcare settings" and enter the public and secret keys for your account.
   To receive your keys, create your FREE account at [Uploadcare](https://uploadcare.com/accounts/create/free/)
5. Create new post and feel yourself proud!

Send us your feedback, feedback@uploadcare.com

## Usage

1. Begin adding a new post.
2. Press "Add Media" to insert media with the Uploadcare widget.
3. Upload a file using the widget.
4. Crop the file if you wish. Only the cropped area will be inserted.
5. Press "Store and Insert". The image will be inserted into your post.


[1]: https://uploadcare.com/
[2]: https://uploadcare.com/documentation/reference/basic/cdn.html
[3]: https://github.com/uploadcare/uploadcare-wordpress/releases
[4]: https://github.com/uploadcare/uploadcare-php
[5]: http://wordpress.org/
