Title: [Plugin: easy imgur.com post images] Error #1003
Last modified: August 20, 2016

---

# [Plugin: easy imgur.com post images] Error #1003

 *  [Mohamed Nazmi](https://wordpress.org/support/users/mohamednazmi/)
 * (@mohamednazmi)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-easy-imgurcom-post-images-error-1003/)
 * Trying to upload an image produces this error:
 * > Error #1003, Image format not supported, or image is corrupt.
 * which seems to come from api.php.
 * [http://wordpress.org/extend/plugins/easy-imgurcom-post-images/](http://wordpress.org/extend/plugins/easy-imgurcom-post-images/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Mohamed Nazmi](https://wordpress.org/support/users/mohamednazmi/)
 * (@mohamednazmi)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-easy-imgurcom-post-images-error-1003/#post-2654474)
 * Follow up: `api.php` is using an outdated version of Imgur’s API URL. The line
   which reads
 * > `curl_setopt($curl, CURLOPT_URL, 'http://imgur.com/api/upload.xml');`
 * should be changed to
 * > `curl_setopt($curl, CURLOPT_URL, 'http://api.imgur.com/1/upload.xml');`
 * If you’re feeling adventurous, you may want to use version 2 of the API ([more information from Imgur here](http://api.imgur.com/)),
   but you’ll have to change a few more things inside `api.php`. I would post my
   revision of the plugin but I’m not sure the API key used in the old code still
   works, so I’m using my own API key hard-coded into the plugin.
 * I’ve also attempted to clean up the code by merging it into one file and make
   it more consistent with the Add Media layout, but I’m a newbie at this and haven’t
   been able to get very far.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: easy imgur.com post images] Error #1003’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-imgurcom-post-images.svg)
 * [easy imgur.com post images](https://wordpress.org/plugins/easy-imgurcom-post-images/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-imgurcom-post-images/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-imgurcom-post-images/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-imgurcom-post-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-imgurcom-post-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-imgurcom-post-images/reviews/)

## Tags

 * [imgur](https://wordpress.org/support/topic-tag/imgur/)

 * 1 reply
 * 1 participant
 * Last reply from: [Mohamed Nazmi](https://wordpress.org/support/users/mohamednazmi/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-easy-imgurcom-post-images-error-1003/#post-2654474)
 * Status: not resolved