Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Michael Wang

    (@qqworld)

    You can try to uncheck the option Keep Outside Links from Format Settings of Settings.

    Thread Starter atomnet

    (@atomnet)

    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;
    }
    Plugin Author Michael Wang

    (@qqworld)

    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.

    Thread Starter atomnet

    (@atomnet)

    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.

    Plugin Author Michael Wang

    (@qqworld)

    So, everything is okay now, right?

    Thread Starter atomnet

    (@atomnet)

    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.

    Plugin Author Michael Wang

    (@qqworld)

    Okay, i get it, you need set the option Link To of Format Options. the plugin will automaticlly add a link to image.

    Thread Starter atomnet

    (@atomnet)

    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->…

    Plugin Author Michael Wang

    (@qqworld)

    Um..you need the plugin compatible to rss plugin, right?
    If so, what rss plugin are you using?

    Thread Starter atomnet

    (@atomnet)

    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->…

    Plugin Author Michael Wang

    (@qqworld)

    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.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Scan automatic post’ is closed to new replies.