PluginSift
PluginsThemesCompare
Directory
  • Plugins
  • Themes
  • Compare Plugins
Plugin Comparisons
  • SEO
  • Security
  • Ecommerce
  • Page Builders
  • Caching
  • Backup
  • Forms
  • Analytics
Resources
  • About
  • Contact
  • llms.txt

© 2026 PluginSift. Data sourced from WordPress.org. · [email protected]

  1. Home
  2. Plugins
  3. Image URL
  4. Featured Image with URL
Featured Image with URL icon

Featured Image with URL

Featured Image with URL allows to use an external URL Images as Featured Image for your post types. Includes support for Product Gallery(WooCommerce).

By Harikrut Technolab·Image URL·Free
4.9(8 reviews)
·2.0K+ active installs·Updated 3 months ago
DownloadVisit HomepageCompare

As of April 2026, Featured Image with URL is a WordPress image url plugin with 2.0K+ active installations and a 4.9/5 rating from 8 reviews. It has been downloaded 11K+ times in total. Requires WordPress 6.0+ and PHP 7.4+. Available on WordPress.org since 2024. Download volume is stable this week.

4.9/58 reviews
2.0K+active installs
11K+total downloads
2 yearssince 2024

Overview

Featured Image with URL :

Featured Image with URL allows to use an external URL Images as Featured Image for your post, page & custom post types like WooCommerce Product. Includes support for Product Gallery (WooCommerce). So, using this plugin you can easily set featured image from url.

Features:

  • Set Featured image by URL for all post types including custom post types.
  • WooCommerce Product Gallery by URLs.
  • Image from URL for WooCommerce Product variation.
  • Display Resized Images as per image sizes like “thumbnail”, “medium” or any custom-size
  • Lightweight & Easy to use

Credits:

This plugin based on the initial fork of Featured Image by URL plugin. Thanks to the plugin author for the awesome work.

Contributing

  • You can contribute to development of the plugin…
Read full description on WordPress.org

Screenshots

Ratings & Reviews

4.98 reviews
5 ★
7
4 ★
1
3 ★
0
2 ★
0
1 ★
0

Recent Reviews

It does exactly what it says in the tin
by danielepais·8 months ago

Excellent plugin that is very useful when you need to run your images from a remote server.

Very Good plugin
by parikshit4024·8 months ago

Excellent design

Amazing plugin. You can use it with WP All Import also.
by Nicolas Lagios·10 months ago

I want to let you know that it is the perfect plugin for remote images. The solution if you are using WP All Import and you get the images from lets say {photos/photo} (this returns all the images separated by comma), is to create two functions that creates the serialized data to use it in custom fields:

function get_featured_image($photos) {
if (empty($photos)) return 'NO_PHOTOS';
if (!is_array($photos)) {
$photos = explode(',', $photos);
}
$first = trim($photos[0]);
return serialize([
'img_url' => $first,
'width' => '',
'height' => ''
]);
}

function get_gallery_images($photos) {
if (empty($photos)) return '';
if (!is_array($photos)) {
$photos = explode(',', $photos);
}
if (count($photos) < 2) return '';
$gallery = [];
for ($i = 1; $i < count($photos); $i++) {
$url = trim($photos[$i]);
$gallery[] = [
'url' => $url,
'width' => '',
'height' => ''
];
}
return serialize($gallery);
}

Then you just create a custom field for the featured image with name “_harikrutfiwu_url” and value: [get_featured_image({photos/photo})]

And a custom field for gallery images with name “_harikrutfiwu_wcgallary” and value: [get_gallery_images({photos/photo})]

That’s all.

Happy Import with this amazing plugin.

Works perfectly
by basivnia·11 months ago

I rarely give reviews but this plugin is my lifesaver and it’s hard not to recommend it. I’m using it for couple of months now and it works perfectly on older and newer vesions of WordPress. Simple, no 200 pages of settings, just install and use. The only thing that doesn’t work for me is Yoast SEO’s social media image preview which worked with older version of WordPress but doesn’t work with the latest, sadly. Other than this little thing, it’s simple, small and working well plugin.

saved $$ perfect for woocommerce
by rahaprogramming·1 year ago
note the woocommerce rest api keys for images:
meta_gallery = {
"key": "_harikrutfiwu_wcgallary",
"value": [{"url": img_url} for img_url in product_images]
}
meta_featured = { # thumbnails
"key": "_harikrutfiwu_url",
"value": product_images[0]
}
meta_featured_alt = {
"key": "_knawatfibu_alt",
"value": product_images[0]
}
meta_images.append(meta_featured)


product_data = {
"name": product_title,
"type": "simple",
"regular_price": str(product_price),
"price": str(product_price),
"sku": str(product_sku),
"description": product_description,
"short_description": product_short,
"status": "publish",
"categories": category_ids,
"meta_data": meta_images,
#"images": images,
"attributes":attributes_list
}

Download Trends

Today: 5Yesterday: 12This week: 62Period total: 6K

Compatibility

WordPress6.0+ requiredTested up to 6.9.4
PHP7.4+ required

Version Adoption

v1.0
100.0%

Frequently Asked Questions

Contributors

Harikrut TechnolabHarikrut Technolab
Plugin Info
Version
1.0.4
Last Updated
Dec 6, 2025
WP Requires
6.0+
Tested Up To
6.9.4
PHP Requires
7.4+
Active Installs
2.0K+
Downloads
11K+
Added
Jan 22, 2024
Business
Free

Tags

image urlfeatured imageexternal image urlremote featured imageexternal featured image

Developer

H
Harikrut Technolab
1 plugins0.0M+ total installs
View all plugins →

Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.