Featured Image with URL

Mô tả

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 on Github.
  • If you have found a bug/issue or have a feature request, then create issue on Github.
  • Want to add a new language to Featured Image with URL? Swell! You can contribute via translate.wordpress.org.

1.0.3 – 2024-12-09

  • Changed: Bump WordPress “tested up to” version 6.7

1.0.2 – 2024-08-25

  • Added: Update plugin assets GitHub action workflow.
  • Changed: Bump WordPress “tested up to” version 6.6
  • Changed: Bump WooCommerce “tested up to” version 9.2

1.0.1

  • Added: Backward compatibility for the “Featured Image by URL” plugin.

1.0.0

  • Initial Version.

Ảnh màn hình

  • Fill the URL field with the External Image URL and click the Preview button.
  • The image will be displayed there.
  • WooCommerce Product Featured Image by External URL & Product Gallery from External URLs.
  • Front-end view of the WooCommerce Product page, which utilizes the Featured Image with URL.
  • Settings page (Settings > Featured Image with URL).

Cài đặt

This plugin can be installed directly from your site.

  1. Log in and navigate to Plugins & Add New.
  2. Type “Featured Image with URL” into the Search input and click the “Search” button.
  3. Locate the “Featured Image with URL” in the list of search results and click “Install Now”.
  4. Click the “Activate Plugin” link at the bottom of the install screen.

It can also be installed manually.

  1. Download the “Featured Image with URL” plugin from WordPress.org.
  2. Unzip the package and move to your plugins directory.
  3. Log into WordPress and navigate to the “Plugins” screen.
  4. Locate “Featured Image with URL” in the list and click the “Activate” link.

Hỏi đáp

Is this plugin works for all themes?

Maybe Not. Plugin is works fine with most of themes but as you know Featured image is depends on themes So, This plugin may not work for some highly customized themes which are using non-extensible functions like wp_get_attachment_url.
Please feel free to create ticket Here if this plugin not working well for you. we would be happy to help you

Đánh giá

2 Tháng 6, 2025
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.
20 Tháng 4, 2025
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.
24 Tháng 2, 2025
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}

ok

9 Tháng 12, 2024 2 trả lời
Full view Image distorted by the wrong width to height display ratio.
24 Tháng 5, 2024 1 trả lời
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.
Đọc tất cả 5 đánh giá

Người đóng góp & Lập trình viên

“Featured Image with URL” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

“Featured Image with URL” đã được dịch qua 1 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.

Dịch “Featured Image with URL” sang ngôn ngữ của bạn.

Muốn tham gia phát triển?

Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.