• Resolved Mike Castro Demaria

    (@mikecastrodemaria)


    Hi,

    Thanks for this great plugin. Do you know how to force download using proxy instead direct acces to the RSS ? Is the proxy conf of WP is enoug, do you use/test it in your code ? or may I need to configure something more ?

    And about internationalisation, i’l like to help you, but there is a github when I can provide you my modifications of your plugin ?

    Thanks,
    Mike

    https://wordpress.org/plugins/hungryfeed/

    [ No bumping please. ]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Jason

    (@verysimple)

    Hey, would you mind trying this – at hungryfeed.php line 155 this line:

    $feed = new SimplePie();

    Append these lines so it looks like this:

    $feed = new SimplePie();
    include_once('wp-includes/class-feed.php');
    $feed->set_sanitize_class( 'WP_SimplePie_Sanitize_KSES' );
    $feed->sanitize = new WP_SimplePie_Sanitize_KSES();
    $feed->set_file_class( 'WP_SimplePie_File' );
Viewing 1 replies (of 1 total)
  • The topic ‘How to use proxy’ is closed to new replies.