iamdharmesh / featured-image-by-url

This plugin 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).
https://wordpress.org/plugins/featured-image-by-url/
GNU General Public License v2.0
34 stars 11 forks source link

Import/Export Featured Images by URL via CSV #8

Closed tierrioliveira closed 6 years ago

tierrioliveira commented 6 years ago

Hi there,

Your plugin works really fine in my template, I'm really thankful for it. I'd like to suggest one improvement: it would be great if we could import/export those links via CSV. Currently, we can only add those links manually so if we have thousands of images it's difficult to process them.

Thanks again!

iamdharmesh commented 6 years ago

Hello @tierrioliveira,

Thanks for suggesting improvement. Yes, currently we don't have a functionality for a CSV import because its not very common that import/export only featured image URL by CSV files. Generally people import/export it with post or CPT imports. So, you can import Featured image by URL into custom post meta field by import/export functionality. custom field for featured image is _knawatfibu_url so you can use it.

Don't know your use-case how do you want to use it but happy to help you if you share.

Thanks.

nimamox commented 5 years ago

Is there any plan to support this? I wanted to open an issue but realized that @tierrioliveira has already reported this. I use the CSV importer since importing through the REST API takes a lot of time, so bulk importing via CSV is a better option.

vegantraveler commented 3 years ago

Hi, I was able to do mass import from my CSV file using 'wp all import' plugin by grabbing the custom field '_knawatfibu_url' under the key 'img_url' (you can auto detect, or put manually as serialized) and even added one image to the gallery using the '_knawatfibu_wcgallary' custom field under the key 'url', now, how could I add several images to that '_knawatfibu_wcgallary' custom field?

I already tried adding several image URLs separated by comma, but that didn't work...

Any suggestion?

Screen Shot 2021-02-16 at 1 28 27 PM