Plugin Pulse
← Pulse

Featured Image with URL

by Harikrut Technolab · Uncategorized

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

⚠ Few reviews
How scoring works →
87 Health · A
Maintenance 100/100
Rating quality 84/100
Support 70/100

87 health vs 56 average across 16,376 Uncategorized plugins

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

78 / 100

Well optimized

Biggest win: Support resolution

Update recency 100/100
WP compatibility 100/100
Rating quality 63/100
Listing tuning 100/100
Support resolution 0/100

To rank higher: Mark more forum threads resolved — the resolved ratio feeds the ranking.

Get the full rank-higher report →

Daily downloads

Since 2024-01-23 · 950 days · wp.org + Plugin Pulse archive

+4% vs prior 30d
34Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

1.9K

now · peak 2.8K

1.9K30d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

Featured Image with · #4877 you WP Remote Thumbnail · #18933 Recent Posts Widget · #347 Quick Featured Image · #739

Rating trend

Star average over time · dips mark rough releases

4.9Stars · Aug 26

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

925per 1k installs · Aug 26

Release cadence

Occasionally updated
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

3

releases in the last 12 months

2mo ago

latest release · v1.0.6

7

tagged releases on record

Recent releases

1.0.6 · 2mo ago1.0.5 · 2mo ago1.0.4 · 9mo ago1.0.3 · 1.7y ago1.0.2 · 2.0y ago1.0.1 · 2.6y ago1.0.0 · 2.6y ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin · 100% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v1.0 100%

Estimated active installs

The public count shows “2K+”. Our estimate pins where the real number sits.

tracked estimate
2K–3K ≈2.6K

Refined from the date this plugin crossed into its current band.

Install history · since 2024-01-22 · 946 observations

2KInstalls · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.

Details

Version
1.0.7
Last updated
9d ago
Added
2024-01-22 · 2 yrs old
Requires WP
6.0
Tested up to
7.1
Requires PHP
7.4

Recent reviews

All reviews on wp.org ↗
  1. X.Company
    4mo ago

    Simple and super practical. It’s a must plugin in my sites.Easy setting, no bloat. I wish there’s a “import all featured image url from fifu” so I can get rid of that bloated plugin.

    Read on wp.org ↗
  2. danielepais
    1.1y ago

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

    Read on wp.org ↗
  3. parikshit4024
    1.1y ago

    Excellent design

    Read on wp.org ↗
  4. Nicolas Lagios
    1.2y 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.

    Read on wp.org ↗
  5. basivnia
    1.4y 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.

    Read on wp.org ↗
  6. rahaprogramming
    1.5y 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}

    Read on wp.org ↗
  7. aunco
    1.9y ago

    Full view Image distorted by the wrong width to height display ratio. This topic was modified 1 year, 7 months ago by aunco.

    Read on wp.org ↗
  8. km1303
    2.3y ago

    So i have been breaking my head against the internet looking for a simple plugin that could allow me to use featured images and gallery images from the url. And voila, i see featured images with URl. It is perhaps new, so there are only 60+ installations, hope it can reach more people. Can’t appreciate enough! It is a good no fuss plugin. Sometimes the best solutions in life are the simplest ones. Thanks to the creators. Fab job you people! May you have many more installations.

    Read on wp.org ↗

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 8.1.12 · WP 7.0.1

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Languages

via translate.wordpress.org

Translated into 2 languages, 1 at 90% or more

Chinese (Taiwan) 100%
Dutch 68%

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2026-02-04 1K+ → 2K+ up after 1 days in tier
  2. 2026-02-03 2K+ → 1K+ down after 24 days in tier
  3. 2026-01-10 1K+ → 2K+ up after 67 days in tier
  4. 2025-11-04 2K+ → 1K+ down after 129 days in tier
  5. 2025-06-28 3K+ → 2K+ down after 9 days in tier
  6. 2025-06-19 5K+ → 3K+ down after 1 days in tier
  7. 2025-06-18 6K+ → 5K+ down after 2 days in tier
  8. 2025-06-16 7K+ → 6K+ down after 1 days in tier

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for Featured Image with URL into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/featured-image-with-url" width="480" height="300" style="border:0" loading="lazy" title="Featured Image with URL — Plugin Pulse"></iframe>
Preview card ↗

Featured Image with URL: 2K+ active installs, 4.9★ (9 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/featured-image-with-url