
Check out the Github Repository ♥
This plugin provides a super simple Cloudinary auto-upload implementation for WordPress.
It is inspired by Photon and Tachyon.
Cloudinary will automatically fetch and serve the images from your media library like a CDN, without you having to worry about the complicated upload API! Just set up auto-upload in your Cloudinary settings, enter the details in the plugin’s options, and you’re all set!
Easy peasy 😎
This plugin is incompatible with the official Cloudinary plugin. You’d need to disable that plugin before using this one.
Setup | Issues | Functions | Filters | Best Practices
There already is an official Cloudinary plugin available. But in my opinion, it’s a bit of an overkill and takes over the admin UI. This plugin aims to be:
Cloudinary gives you two options to upload files to it’s servers:
TL;DR: Too complicated and in the way 👎
Cloudinary gives you an API, using which, you can manually upload the images to Cloudinary. So you’d need an API key, etc. The official plugin uses this method. When you upload an image to the media library, it in turn, uploads it to Cloudinary. This could be a problem if you have thousands of existing images, and might not be flexible enough to support custom architecture.
TL;DR: Magical 👍
This plugin uses the super easy Auto-Upload feature in the Fetch API. We just tell Cloudinary where to find the files on our server (or on S3 or anywhere on the Internet), and it automatically downloads it from there and saves it on to it’s servers the first time you ask for it, like a CDN would!
This plugin does two main things:
cloudinary_url( $identifier, $args )
This function returns a Cloudinary Auto Upload URL for an image. Please read the Best Practices page before using this.
Returns a URL (string):
'https://res.cloudinary.com/cloud-name/auto-mapping-folder/2017/12/your-image.jpg'
You can optionally send an array of arguments which can transform the image, and set a dynamic file name. Ex:
array( 'transform' => array( // Optional. All transformations go here. 'width' => 300, 'height' => 200, 'crop' => 'fill', 'quality' => '80', 'gravity' => 'face', ), 'file_name' => 'whatever-file-name-you-want', // Optional. If you want to use a dynamic file name for SEO. Don't use the file extension! );
Here’s a full list of transformations you can achieve with Cloudinary.
<?php $url_1 = cloudinary_url( 123, array( 'transform' => array( 'width' => 300, 'height' => 200, 'crop' => 'fill', 'quality' => '80', 'gravity' => 'face', ), 'file_name' => 'dynamic-file-name', ) ); $url_2 = cloudinary_url( 'https://www.yourwebsite.com/wp-content/uploads/2017/12/my-image.jpg', array( 'transform' => array( 'width' => 100, 'height' => 100, ), ) ); // $url_1 : https://res.cloudinary.com/cloud-name/images/w_300,h_200,c_fill,q_80,g_face/auto-mapping-folder/2017/12/my-image/dynamic-file-name.jpg // $url_2 : https://res.cloudinary.com/cloud-name/w_100,h_100/auto-mapping-folder/2017/12/my-image.jpg ?> <img src="<?php echo esc_url( $url_1 ); ?>" width="300" height="200" alt=""> <img src="<?php echo esc_url( $url_2 ); ?>" width="100" height="100" alt="">
Starting from $0 per month.
Rating
Reviewers
13 reviews
Tags
Developed By
Junaid Bhura
Quick & Easy
Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!
Testimonial plugins for Wordpress
Galleries plugins for Wordpress
SEO plugins for Wordpress
Contact Form plugins for Wordpress
Forms plugins for Wordpress
Social Feeds plugins for Wordpress
Social Sharing plugins for Wordpress
Events Calendar plugins for Wordpress
Sliders plugins for Wordpress
Analytics plugins for Wordpress
Reviews plugins for Wordpress
Comments plugins for Wordpress
Portfolio plugins for Wordpress
Maps plugins for Wordpress
Security plugins for Wordpress
Translation plugins for Wordpress
Ads plugins for Wordpress
Video Player plugins for Wordpress
Music Player plugins for Wordpress
Backup plugins for Wordpress
Privacy plugins for Wordpress
Optimize plugins for Wordpress
Chat plugins for Wordpress
Countdown plugins for Wordpress
Email Marketing plugins for Wordpress
Tabs plugins for Wordpress
Membership plugins for Wordpress
popup plugins for Wordpress
SiteMap plugins for Wordpress
Payment plugins for Wordpress
Coming Soon plugins for Wordpress
Ecommerce plugins for Wordpress
Customer Support plugins for Wordpress
Inventory plugins for Wordpress
Video Player plugins for Wordpress
Testimonials plugins for Wordpress
Tabs plugins for Wordpress
Social Sharing plugins for Wordpress
Social Feeds plugins for Wordpress
Slider plugins for Wordpress
Reviews plugins for Wordpress
Portfolio plugins for Wordpress
Membership plugins for Wordpress
Forms plugins for Wordpress
Events Calendar plugins for Wordpress
Contact plugins for Wordpress
Comments plugins for Wordpress
Analytics plugins for Wordpress
Common Ninja Apps
Browse our extensive collection of compatible plugins, and easily embed them on any website, blog, online store, e-commerce platform, or site builder.
Create course listings with a course catalog widget that displays programs clearly, supports easy organization, and helps visitors explore courses effectively.
Showcase videos with a video carousel that rotates or slides clips, improves visual design, and keeps visitors watching and engaged.
Use a scroll progress bar that visually tracks reading on the page, improves navigation, and keeps visitors aware of their position.
Use social media links with sticky buttons that keep your profiles visible, boost engagement, and help promote your content more effectively across your site.
Create engaging stop motion displays with a stop motion player that turns image sequences into interactive animations to boost creativity and visitor engagement.
Create immersive 360 virtual tours with interactive hotspots that let visitors explore spaces, view details clearly, and experience panoramic environments seamlessly.
Add a comments system with replies, voting, and moderation to boost engagement and build an active community on your site.
Add a no-code audio player to your site and boost engagement with music, podcasts, and voice content effortlessly.

Show fresh content from any source with an RSS feed that keeps your site updated, improves navigation, and boosts user engagement.
Add an interactive before and after slider to your site to show visual transformations, capture attention, and help visitors understand real results.
Show Instagram posts in a live feed that keeps content fresh, builds social proof, and helps visitors engage with your brand.
Use an image magnifier to let visitors zoom in on photos, view fine details clearly, and enjoy a more accessible and informative visual experience.
More plugins
The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!
