You can try to uncheck the option Keep Outside Links from Format Settings of Settings.
Thanks for answer,
but the Keep Outside Link is already unchecked…
Sorry but i must add his code in function.php?
add_filter('qqworld-auto-save-images-save-outsite-link', 'save_outside_link', 10, 2);
function save_outside_link($content, $link) {
$content = '<a href="'.$link.'" target="_blank" rel="nofollow">Original Link</a>';
return $content;
}
Ummm. i need the image html code to test. or maybe i do not understand what situation is. could you please give me more details?
That filter is about description of attachment, No must to added.
I use rss plugin for import image, the image imported is not clickable and have the same original link, but if i make scan posts manually or automatic the image change links and make clickable, and all works great.
So, everything is okay now, right?
Sorry i think I explained bad.
So i use rss plugin for import image, when i click the image in homepage i go in post page, the image un post page is not clickable, but if i go in plugin page go in Scan-Posts->Post-> and select Automatic->Select-post-types->Category, when the process finish, the image are clickable.
Can make your plugin this automatic?
Thanks for your patience.
Okay, i get it, you need set the option Link To of Format Options. the plugin will automaticlly add a link to image.
I changed Link To Media File or Attachment Page but after i always have to do the process manually Scan-Posts->Post-> and select Automatic->Select-post-types->…
Um..you need the plugin compatible to rss plugin, right?
If so, what rss plugin are you using?
i use FeedWordPress
I would like to know, if your plugin does automatically what I do manually, or rather: Scan-Posts->Post-> and select Automatic->Select-post-types->…
Okay, i’ll do some research for rss
I’m unable to do automatically what you do manually, but i can build a rss grab system. when autosaving the rss content, autosaving the remote images.