The plugin works as expected. However, If I try to use it with other plugins like imsanity the images get uploaded but not resized.
It would be great if both worked together!
]]>Worked so great on Twenty Thirteen ’til 4.0
then
Smiling poo for everyone!
Hope you are well . .
(I wish an update to Grab and Save for Christmas)
]]>There does not seem to be a menu item in WP 3.9.2
]]>Hello,
I got an error and they said the filename is to long, how I can add
$string = substr into your plugin?
Thank you in advance, and your grab & save plugins really helps me alot. but I only got one issues above.
Thank you
]]>Hello,
Thanks for plugin i would love to see this work when adding a featured image
Judging from the last few messages support has waned for this and it is not working though to be frank I don’t know when it stopped. certainly not in 3.8.1 however.
]]>This feature is simple but awesome. Save time.
But I after grabing and save, the pic doesn’t show immediately at media library. It’s there but not showing up.
I have to refresh the page or “save draft” at the post editor in order to show them up.
I think It would be extra awesome if it could do it in bulk.
]]>Please fix I am getting broken Images
]]>Hi, from what I saw your plugin is uploading the file but is not creating a wordpress media for it.
Guess it should, no ?
Thanks for you plugin, which is great !
]]>Hi.
Is it possible to add multiple file grabber?
So, user could past many URLS and grab it here directly, not one by one.
Thank you in advance.
]]>I’m not sure when it changed, but I believe it was after WP 3.6. Now the plugin makes an effort like it’s working on pulling the image, but the finished “image” is 0x0 and broken if you try to use it.
This was one of my all-time FAVORITE plugins and I haven’t found a good replacement yet! Please fix it??
]]>Hi,
I don’t understand why this feature is not present as default into WordPress? :/
]]>https://codex.www.ads-software.com/Function_Reference/media_sideload_image
https://justnorris.com/get-attachment-id-from-media_sideload_image/
]]>Thanks for such a clean, simple to use, and fast plugin! The only thing I’d like to bring up is that the images are not saved properly when there is a “%” in the url. This might be the case for other symbols, but I am only certain about “%.” Is there a plan to update this sometime? Thanks again!
]]>i’ve tried to edit Grab and Save plugin : https://www.ads-software.com/extend/plugins/save-grab/ it works only for image grabbing only, i want it to grab other files like abr rar zip etc… when i edit this plugin it works successfully , but the files size are 0 Bit Thanks .
]]>i just wanna to put url in custom field input and when i press publish the file remoted to the server , how can i do it ?
]]>Hello neobie,
Do you know why Grab & Save doesn’t work on the “featured image” (pop-up) page? Isn’t the API the same for both “Add mediafile” and “Add featured image” pages? There is no “grab & save” tab on the featured image page.
What’s the best way to make it work for featured images?
Best,
Maruan A.
Hi there,
thanks, i was looking for something like this. but i need it little different.
I want it in auto pilot. I mean when i create a post where i have post some images from remote url, then i want it to fetch them automatically.
suppose its a image tag <img alt="Tupsu-The Furry Little Monster" src="https://lh3.ggpht.com/t95WR5bz-mKMmq3fEKDgK1QLzGxHeWcRra6ZOViXEHAFDetGjpOtX400pOI1k_LRgEHm=w705" width="635" height="310" />
i want something <img alt="Tupsu-The Furry Little Monster" src="https://mydomain.com/image/axaaas.jpg" width="635" height="310" />
If possible then one can set the directory name where images will be saved.
and to keep the remote image urls in database in case it can’t be found on local server.
and some of images can’t be garbed. this is because they have datatypes in url they don’t match the extension. it should work on mime.
check..
https://s.www.ads-software.com/extend/plugins/save-grab/screenshot-2.png?r=669348
https://lh3.ggpht.com/t95WR5bz-mKMmq3fEKDgK1QLzGxHeWcRra6ZOViXEHAFDetGjpOtX400pOI1k_LRgEHm=w705
Best Regards.
]]>You use wp_check_filetype to check and extract content type for remote file but this doesn’t work if image is send via a script page line php or perl. If url is https://a_url/image.php?imageid=15 your script doesn’t work. I use wp_remote_retrieve_headers to get correct content type.
In line 101 I comment $wp_filetype = wp_check_filetype($filename, null ); and substitute with
$response = wp_remote_get($imageurl);
$wp_filetype_h = wp_remote_retrieve_headers($response);
$wp_filetype = $wp_filetype_h[‘content-type’];
then I change all $wp_filetype[‘type’] with $wp_filetype
Hoping you can include this patch in next versions. Bye
]]>hello,
i just want this working when i put the image from custom field ?
can you please simply make function for me do put image url on custom fild and when i publish post the image automaticly be inserted ?
The Grab & Save UI is *only* accessible for one very specific task: inserting an image into the content of a post.
It should instead be accessible whenever media library is accessed: directly from the Media menu, through the “add post icon” interface, and anywhere else, including other plugins that invoke the media selector.
]]>its not working in 3.5 updated, plz help
]]>The plugin Grab&Save somthing not working. few of images not grab.
for example, https://commons.wikimedia.org/wiki/File:Union_soldiers_entrenched_along_the_west_bank_of_the_Rappahannock_River_at_Fredericksburg,_Virginia_%28cropped%29.jpg
The image upload empty to the server.
lot of images grab successfully.
]]>Hi,
Just trying out this plugin for the first time.
Something I noticed quickly is that it would be really handy to be able to set the name the file the image is being saved as. That would be good from several standpoints, but mostly for seo, so we can use our keywords in the file name. Also it just seems it would be best to not use the exact same name as the image grabbed, also for seo purposes.
Everything else (title/caption) can be done once the file is saved.
Thanks for the plugin and hope you can consider adding this,
Chris
]]>Hi All, i have a question. How to use Grab & Save from code ? I need to use this plugin from the front-end page.
In wordpress i use wp_insert_attachment( $attachment, $uploadfile ). How implement Grab & Save from codex?
]]>I just updated to WordPress 3.3 and I’m running a Network. Grab & Save used to work fine when I network-activated it.
But now, individual sites don’t show the Grab & Save option in the new media window.
I tried deactivating and reactivating the plugin but that didn’t fix it.
]]>Hi, first i would like to say that this is amazing plugin, something that should be standard on all blogs. Who in this world first save a picture on comp and then manualy upload it? (waste of time)
Now i have problems, sometimes i need to grab several times same picture to upload it properly. Any idea why is that and how to fix it?
]]>Hi there,
Awesome plugin – love it and use it all the time. Thank you.
One thing I’m trying to do is grab images from a secure site – https://www.evernote.com. Is there anyway to add access for secure sites into the plugin?
Thanks,
JayjayNZ
]]>