Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author etruel

    (@etruel)

    Hi,
    There is a tutorial here: https://www.wpematico.com/set-images-featured-wpematico/

    Greetings

    Thread Starter Navdeep.D2

    (@navdeepd2)

    ohh . so PRO have option NOT to get images from RSS feeds ??
    and in link you replied , you published post on your site on 18th dec,
    where i have to put this code. ? below one

    ——————-
    function myfunction_img_src($imagen_src_real) {
    // Find only image filenames after the / and before the ? sign
    preg_match(‘/[^\/\?]+\.(?:jp[eg]+|png|bmp|giff?|tiff?)/i’, $imagen_src_real, $matches);
    // First step of urldecode and sanitize the filename
    $imgname = sanitize_file_name(urldecode(basename($matches[0])));
    // Split the name from the extension
    $parts = explode(‘.’, $imgname);
    $name = array_shift($parts);
    $extension = array_pop($parts);
    // Join all names splitted by dots
    foreach((array) $parts as $part) {
    $name .= ‘.’ . $part;
    }
    // Second step of urldecode and sanitize only the name of the file
    $name = sanitize_title(urldecode($name));
    // Join the name with the extension
    $newimgname = dirname($imagen_src_real) . ‘/’ . $name . ‘.’ . $extension;
    return $newimgname;
    }
    ———————
    is it means i can have only text from rss feed . m i right ? is it what u meant . ?

    Plugin Author etruel

    (@etruel)

    No, it’s just the opposite. You can have images with the free version. (if the feed has pictures)

    And ignore that code. is not your case.

    Thread Starter Navdeep.D2

    (@navdeepd2)

    sir, but with all due respect, i dont want images at all. can it happen ? please .

    Plugin Author etruel

    (@etruel)

    Oh sorry, I misunderstood.
    All people ask for images, not strip them. This is the first time.

    Currently there are no option to strip just images from content in free version. With pro version there are many filters that allows you to strips selectively.
    One way is strip html tags, but as I say before is on Pro version, then you can add a wordpress filter for this or ask for it in https://etruel.com/support

    best regards

    Thread Starter Navdeep.D2

    (@navdeepd2)

    ok , im interested to buy this plugin.
    but before that i want to you to know what exactly i need to be done.

    1) im planning to install this plugin on multiple websites.
    2) i have multiple rss feeds of other popular websites which have images in every post.
    3) but i dont want even a single image on my website at all.
    4) neither it should go in my wordpress media library nor Post.
    5) on my every website plugin will run with scheduling, and i will not be there to login to my any webiste for months to delete any image or edit anything.
    6)basically i dont want this plugin to get any image from rss feed.

    So i just want you to know whatever is the SOLUTION to NOT stripping images from rss feeds, should not include my presence in wordpress at all.

    im sorry im taking your too much time , but 128$ is big number for me.
    thats why i just want to know that You get it what i want and how ??
    waiting for your reply . thnkyou so much.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @navdeep.D2, Can you use the support method that @etruel pointed out: https://etruel.com/support

    Thread Starter Navdeep.D2

    (@navdeepd2)

    ok thanks ?? support ticket Done

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Everything Working Fine, but i dont want IMAGES. plz help :)’ is closed to new replies.