Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    As the plugin is now, this is not possible.

    Might have the plugin use a custom post type in the future as it will greatly extend the possible use cases of the plugin but I don’t really have time for this anytime soon. Sorry.

    You can change the cache interval however. Just add the following snippet to your theme its functions.php file.

    function my_rfbp_cache_time($time)
    {
        return 900; // 15 minutes
    }
    
    add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
    Thread Starter fisherofer

    (@fisherofer)

    may i ask when you will add this to the plugin
    include create wordpress posts from facebook

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘post as wordpress posts’ is closed to new replies.